Search found 3 matches

by CastorTroy
08 Jul 2013 09:22
Forum: DOS Batch Forum
Topic: FTP Download only new files any file type
Replies: 7
Views: 7706

Re: FTP Download only new files any file type

@Echo Off REM -- Define File Filter, i.e. files with extension .txt set FindStrArgs=/x "..*\...*" REM -- Extract Ftp Script to create List of Files Set "FtpCommand=ls" Call:extractFileSection "[Ftp Script 1]" "-">"%temp%\%~n0.ftp" Rem Notepad "...
by CastorTroy
08 Jul 2013 07:11
Forum: DOS Batch Forum
Topic: FTP Download only new files any file type
Replies: 7
Views: 7706

Re: FTP Download only new files any file type

This is the output I'm getting with that search string now. It did work, even with all the errors. Is there any way to figure out what is causing the script to break and show all the errors? C:\Users\(edited)\Desktop>ftptest.bat mget "User (127.0.0.1:(none)): open 127.0.0.1" "ftp Proc...
by CastorTroy
05 Jul 2013 13:53
Forum: DOS Batch Forum
Topic: FTP Download only new files any file type
Replies: 7
Views: 7706

FTP Download only new files any file type

I'm trying to use the FTP download batch script , but I'm not having any luck at all. I want it to download ANY file type, not just .txt's as the script was originally written for. I've tried modifying the "Set FindStrArgs=/E /C:".txt"" a few different ways, but none of them have...