SFTP in shell script
Hello,
I would like to use a shell script to put a file ("filename") to a remote server. Let's call it 0.0.0.0, "username", "password".
Can anyone give me a one-line shell script entry to put filename (in the current directory) to 0.0.0.0 using "username" and "password" and drop it in /home/username/filename
Thanks,
Jason
|