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 ...
I'm logging into my OpenBSD box from my Slackware box and I want to copy some files from that box to the Linux box I'm on. What is the command to do that? I've tried rcp and scp but I can't seem to ...