in reply to Re: Reading a remote Filesystem
in thread Reading a remote Filesystem
If you have ssh already installed, then you can get sftp with a one-line change to sshd.config. Add this:
Subsystem sftp sftp-server
And then restart sshd.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
---|