Search found 3 matches

by scorpio
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: 10523

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...
by scorpio
02 Oct 2008 23:07
Forum: DOS Batch Forum
Topic: Deleting extra lines in a text file
Replies: 0
Views: 7256

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...
by scorpio
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: 10523

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 ...