in reply to Re^2: Net SFTP Foreign rget
in thread Net SFTP Foreign rget
$ telnet localhost 22 Trying ::1... Connected to localhost.localdomain. Escape character is '^]'. SSH-2.0-OpenSSH_6.2p2 Ubuntu-6ubuntu0.1
Also, can you dump the result of calling stat on any of those files that fail to transfer:
use Data::Dumper; Print Dumper($sftp->stat('/temp/sftp/01/01.txt'));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net SFTP Foreign rget
by SpaansBolletje (Initiate) on Nov 27, 2013 at 09:28 UTC |