I want to send a file to a ftp server using the command line of Windows. How do I do this?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Dec 28 '10 at 21:40
Something along those lines should be enough. |
|||
|
if it is static, put the commands in a txt file like commands.txt, then call ftp -s:commands.txt Keeps it nice and clear, and you can just modify the txt file when needed. |
|||
|
|