I'm writing a bash script that eventually will upload to my website, and I've run into a problem with the FTP element.
Whenever I login with the command
I get the response Invalid number of arguments, and it disconnects me. What am I doing wrong?
Whenever I login with the command
Code:
ftp ftp://user:password@www.example.com
I get the response Invalid number of arguments, and it disconnects me. What am I doing wrong?