Search found 3 matches
- 13 Oct 2008 19:26
- Forum: DOS Batch Forum
- Topic: How to create a batch file that will get file from FTP serve
- Replies: 4
- Views: 10539
Automating FTP command "Get" with listing in text
Hi Carlito, thanks for this reply and it helps a lot, I successfully automate my login to the ftp but the risk is that I hard coded my username and password into the script. I have another question, this is still connected with this script. My goal now is to get files from FTP server and my referenc...
- 02 Oct 2008 23:07
- Forum: DOS Batch Forum
- Topic: Deleting extra lines in a text file
- Replies: 0
- Views: 7260
Deleting extra lines in a text file
Hi Good day! Hope you can help me with this. I have a program that create a txt file. This program always create about 60 lines of ASCII character before the actual data are created. Is there a command in DOS that will automatically delete that 60 lines? I just read from this forum about this comman...
- 02 Oct 2008 05:18
- Forum: DOS Batch Forum
- Topic: How to create a batch file that will get file from FTP serve
- Replies: 4
- Views: 10539
How to create a batch file that will get file from FTP serve
Hi Everyone, I understand a little on batch programming and write simple batch file. Right now I have this kind interest on how I can automate my file transfer from FTP server to local folder in my PC using a batch file This is the command I am always using at my CMD prompt.: c:\>ftp 10.611.xxx.yyy ...