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
Powershell Write to Database
Offline defrag of Exchange
Need lots of info about VPN (Explanation please)
Viewing TCP / UDP Ports for Spam Firewall Config
Urgent - Creating Word document - Ok in NT, Error in 2000
Recieving spam using my own email address?
TELNET PORT 25
problem: loading sub external swf
RPC over HTTP - "Outllook Anywhere" not connecting to server
Qt How do I have one form load another?