SFTP sending files between laptops on Ubuntu
- by twigg
I want to transfer files between two Ubuntu systems using SFTP. I have got it set-up and I can connect to the other laptop, ping it and see its file list using sftp> dir. I can see the files on the other system.
But when I call get filename.deb it comes up saying
Fetching /home/user/filename.deb to filename.deb 0% 0 0.0KB/s --:-- ETA
and then drops back to the sftp command promote without transferring anything. Have I missed something?