Ask a Question related to PERL Modules, Design and Development.
-
Daniel Berger #1
Net::SCP::Expect vs Net::SFTP
Hi all,
I'm the author of Net::SCP::Expect and I would like to ask a question
- is there anything Net::SCP::Expect can do that Net::SFTP cannot?
I ask because I would very much like to retire Net::SCP::Expect if
possible. I always considered it a workaround until a "real"
implementation came along. Net::SFTP appears to be that
implementation. However, if there is some critical functionality that
cannot be accomplished with Net::SFTP, then I will keep it around.
A cursory glance over the API didn't reveal anything obvious to me,
but I don't use either module enough to make a real comparison. I'm
hoping some heavy duty users can help me out.
Regards,
Dan
Daniel Berger Guest
-
Help with Net::SFTP when sftp on unix works.
Running on AIX, the unix sftp will connect to my site just fine, but the Net::SFTP perl modules hangs at one point. Here are the logs for the... -
Expect and rsh
Hello, I have an expect script that I use to telnet into a remote machine to execute unix commands. My question is not about using expect to do... -
[PHP-DEV] When can I expect changes to be applied
Hello, I requested some time ago that zend_parse_parameters() be altered to accept "Z" as a parameter type in order to be able to retrieve... -
Net::SCP::Expect
Would someone mind telling me what I am doing wrong here please. I am trying to tie the SCP Expect module into a backup script I put together, but it... -
@INC is not what I expect
I have this perl script running on solaris in korn: $ cat scriptb.sh #!/usr/bin/perl use strict; use DBI; these are my included library... -
Unregistered #2
Re: Net::SCP::Expect vs Net::SFTP
I'll tell you why not.
scp allows recursive get and sftp doesn't.
programming a script for doing the recursive get with sftp is a pain.Unregistered Guest



Reply With Quote

