I wanted to know if there is an option in sftp
by which I could copy a folder from a remote machine to local machine.
thanks
On Linux you should be able to copy files directly using following command.
scp -r <remote-ip>:<remote-directory> <local-target-directory>
Or you can mount the SFTP directory on local machine:
sshfs <remote-ip>:<remote-directory> <mount-directory>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With