in reply to Re: copy files on sftp to local dir and delete copied file
in thread copy files on sftp to local dir and delete copied file
Hello
that seems to work
I needed to change the ls because it was still crashing due to . and .. directories.
so I set like this:
my @files = @{ $sftp->ls(no_wanted => qr/^\./)
this seems to work okay..
thanks alot.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: copy files on sftp to local dir and delete copied file
by MidLifeXis (Monsignor) on Sep 24, 2015 at 13:22 UTC |