I hear a lot of talk regarding ssh as "the way" to access files remotely (scp) and for remote telnet-esque interfacing. <BR><BR>On my home server, while security isn't a huge concern, I'd like to ...
Hi.<BR><BR>I'm using bash, and often use scp to copy files to a remote server.<BR><BR>As we know, the syntax is:<BR><BR>scp /local/path/to/my/upload username@mydomain ...