View Single Post
Old 2006-11-10, 08:56 AM   #5
MightyMidget
No matter how good you are at something, there's always about a million people better than you
 
MightyMidget's Avatar
 
Join Date: Apr 2006
Location: Sweden
Posts: 232
Send a message via ICQ to MightyMidget
It's quite a handy little tool, especially for automating uploads. You run it from a console.

Basically you write commands like this:

open ftpaddress
myname
mypassword
bin
put file

you can also use wildcards like
mput *.jpg
to upload all jpg files in the current folder

but the really neat part comes when you put the above in a file (ie ftpfile.txt) and run it like
ftp -s:ftpfile.txt

If you're into automating things it's very useful.
MightyMidget is offline   Reply With Quote