kabucek Posted October 9, 2006 Posted October 9, 2006 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:Doftp -s:newftp.txt <server ip>:doneecho transfer############################################33and the newftp.txt is:<username><password>put C:\test.rar:doneBye################ 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
Ctrl-X Posted October 9, 2006 Posted October 9, 2006 Add the "hash" command to the newftp.txt file to turn hash mark printing on.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now