Windows XP simple ftp batch ??

Joined
Aug 8, 2006
Messages
58
Reaction score
0
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top