I have files in the current date folder. I want to ftp it to a remote server. Can anyone *** help me to write a dos bat file?
Thanks.
![]() |
I have files in the current date folder. I want to ftp it to a remote server. Can anyone *** help me to write a dos bat file?
Thanks.
Try this:
I have a simple .bat that points at another file.
Makes editing easier.
So code for bat:
Text of INSTRUCTION fileCode:ftp -i -s:LOCATION OF INSTRUCTION FILE\INSTRUCTION.txt
Code:open IP of FTP
USERNAME
PASSWORD
mput flag.txt (simple flag file)
y
mput YOUR_FILES
y
delete flag.txt
bye
exit
Thanks. Within the ftp commands, can we specify a date variable?
All times are GMT -7. The time now is 11:15 PM. |