• 0

Batch command, ftp file


Question

5 answers to this question

Recommended Posts

  • 0

Try this:

Create file commands.ftp with contents (replace bracketed items with relevent info):

open <host> <port>

user <username> <password>

binary

prompt

cd <directory>

put <filename>

bye

Now create file batchftp.bat with contents:

ftp -n -s:commands.ftp

Thats all, simply execute the batch file.

This was tested on windows xp. I don't know about other windows versions.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.