Microsoft
Software
Hardware
Network
Question : Batch File FTP
I need to automate a FTP tranfser to an external site. Also before the transfer takes place I need to have the FTP session in Binary mode. How would I go about creating a script or batch file to do this?
Answer : Batch File FTP
put your ftp commands in text file, e.g. my
ftp.txt
user1
password1
lcd c:\mylocaldir
binary
get remotefile
quit
then from the command line run:
ftp -s:c:\dirname\my
ftp.txt
remotehost (either hostname or IP address of the remote system)
Random Solutions
xp_fileexists, xp_getfiledetails
SBS2008 exchange 2007 antispam block logs ? Where are they.
Vista and SLI Config option not showing anywhere on the Nvidia Control Panel
Run a service upon startup in Linux (Festival)
scan as editable text with graphic into Ms word looks awful
Setting Time Zone settings by user
Rewrite an individual dynamic URL to a static URL (not site-wide)
SQL server unable to start
sql2005 maint plan return error
How do you handle nulls in CFScript