madorb has asked for the wisdom of the Perl Monks concerning the following question:
print "Connecting: $staging_address - $ftp_username - $ftp_password\n" +); my $sftp = Net::SFTP::Foreign->new($staging_address, user=> $ftp_usern +ame, password => $ftp_password); print "Connected!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::SFTP::Foreign hangs forever
by madorb (Novice) on Jun 30, 2009 at 23:46 UTC |