Search found 2 matches
- 09 Jul 2014 00:50
- Forum: DOS Batch Forum
- Topic: Downloading file from server over FTP
- Replies: 6
- Views: 6968
Re: Downloading file from server over FTP
You will need to launch an initial FTP script to gather the folder names and then parse the log file to get the folder. The second FTP script will need to be created on the fly to use the variable with the folder name that you need. Good to see you here as well. I am looking for a simpler way to do...
- 08 Jul 2014 22:52
- Forum: DOS Batch Forum
- Topic: Downloading file from server over FTP
- Replies: 6
- Views: 6968
Downloading file from server over FTP
I need to download a file that is placed in a folder called abc_20140221_123456 in server1 over ftp to my local directory. The problem is that the last six characters of the folder name are not fixed. For example today the folder may be called abc_20140221_123456 and tomorrow it might be called abc_...