I want to ftp a file to another server
feedback
|
migrated from stackoverflow.com Dec 28 '10 at 21:40
This question came from our site for professional and enthusiast programmers.
Something along those lines should be enough. | |||||||
feedback
|
|
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. | |||
|
feedback
|