![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: recursive SFTPby eye (Chaplain) |
on Apr 09, 2009 at 09:33 UTC ( #756544=note: print w/replies, xml ) | Need Help?? |
If you happen to be working in a linux environment, you could approach this a bit differently by using the fuse kernel module with the lftpfs driver to let the OS manage the network connection (including the sftp protocol). Then the problem looks more like doing a recursive copy.
Fuse has also been ported to FreeBSD and OS X, but I don't know if the lftpfs driver works on those platforms. Apropos of nothing, the lftpfs fuse driver is written in Perl.
See:
In Section
Seekers of Perl Wisdom
|
|