Jump to content

FTP from terminal or plugin?


Recommended Posts

  • Administrators

Yes if you have a predefined bat file with something like this:

ftp -i -s:"%~f0"
open 192.168.1.55
FTP USERNAME
FTP PASSWORD
!:--- FTP commands below here ---
lcd .
cd  data/
ascii
mput "Data\h\*.txt"
disconnect
bye

Then you just invoke the bat file.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...