I need to download some files that are on a server to my pc but I have not been able to do it, and I would like it via ssh (ftp is not recommended). Before I used Deepin
and with I nautilus
could connect, but now I use debian and I have not succeeded.
I have tried with ssh://[email protected]:2014/var/www/html/
but it does not enter the html directory nor does it ask me for the password.
but by terminal I do enter the server with ssh -p 2014 [email protected]
and it asks me for the password and everything is normal.
The problem is that if I do scp -P 2014 -r [email protected]:/home/yyyyftp/web/10/15/ /media/caro/my_dde
, the transmission of files takes a long time and before with nautilus in my deepin it was very fast.
You may have problems with the debian archive software. Have you tried FileZilla?
FileZilla also has SSH connections and is much more comfortable (and stable). I use it to download from my Amazon AWS servers since the method does not allow entering other types of connection parameters.
You can also manage multiple hosts, vps, in the configuration... it can be a bit of a threat in terms of interface, but functionality is perfect.