Search found 4 matches
- 03 Sep 2011 02:42
- Forum: DOS Batch Forum
- Topic: correction for upload of all files in a txt file to ftp
- Replies: 0
- Views: 5799
correction for upload of all files in a txt file to ftp
I have managed to edit the below code which will upload all the said files whoes links are stored in a text file. But the problem is that the below code only upload 10 to 15 files... all other files it skips. Can anyone please help me to fix this problem ? @Echo Off Setlocal Enabledelayedexpansion S...
- 01 Sep 2011 22:23
- Forum: DOS Batch Forum
- Topic: change the directory with BatchFtpUploadOnlyNewFiles.bat
- Replies: 2
- Views: 3735
Re: change the directory with BatchFtpUploadOnlyNewFiles.bat
Hi!
The batch file that I am referring to is on this site at this link: http://www.dostips.com/DtTipsFtpBatchSc ... lyNewFiles
The batch file that I am referring to is on this site at this link: http://www.dostips.com/DtTipsFtpBatchSc ... lyNewFiles
- 01 Sep 2011 03:50
- Forum: DOS Batch Forum
- Topic: change the directory with BatchFtpUploadOnlyNewFiles.bat
- Replies: 2
- Views: 3735
change the directory with BatchFtpUploadOnlyNewFiles.bat
Hi, when I run this file, it only uploads all files from my desktop! I want to upload all .pdf, .xls and .doc files from my c:, d: and e: How can this be done?
- 01 Sep 2011 03:48
- Forum: DOS Batch Forum
- Topic: scheduled download on files from ftp
- Replies: 1
- Views: 3042
scheduled download on files from ftp
Hi, I want to do a Unattended scheduled download of files on my ftp server. can anyone help on how to do it?