How to use linux command line ftp with a @ sign in my username? -


How can I run it on the Linux Command Line when entering @ in my user name

  ftp -u User: password @ host / destination_folder / sourcefile.txt  

My username is info@domain.com < / Code> and assume that my host is domain.com .

Note: This is an unsurpassed upload, so I can not just write in the username and password.

As an alternative, if you do not want to create a config file, curl instead of ftp :

  curl -u User: password -T file FTP: // server / dir / file  
< / Div>

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -