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
MMC snap in error while opening AD icon or ESM in exchange server 2003
Boot Manager for XP and 98
.Net 2.0 listbox display error in IE8
Users, Logins, Connections etc.
How would you convert this code from AS3 to AS2?
Can I have more than one action on a form?
Ghost Boot Disk for a Dell Poweredge 2950
SYBASE QUERY OPTIMIZATION
directory selector
Adding additional SELECT and/or JOIN statements to PL/SQL script