Jump to content

simple ftp batch file ?


kabucek

Recommended Posts

I want to write simple ftp batch file that will send automatically my file from my machine to my ftp.server. The basic script is like this:

##########################################333

:Do

ftp -s:newftp.txt <server ip>

:done

echo transfer

############################################33

and the newftp.txt is:

<username>

<password>

put C:\test.rar

:done

Bye

################ I want to see the status of sending file – like hash marks, or percentage. ########## But I don’t know what to put in the script. If someone has any suggestions, please let me know. Thanks

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...