bash - How do you connect to FTP server via a shell-script -


I am writing my first shell-script and I'm trying to connect to an FTP server. However, I am in a disadvantage for how to do it completely, I tried a Google search, but I am still stumped.

I'm trying to connect to a username and password (not an ssh id).

Thanks for your help, then this is my first shell-script.

command man ftp you should be given the necessary hints , You can help to create an entire shell script

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -