Upload different files (include/exclude)

Core FTP client questions and answers
Locked
jonny
Posts: 5
Joined: Wed Dec 09, 2009 3:03 pm

Upload different files (include/exclude)

Post by jonny »

I would like to have an upload features (command line) like this :) :

Upload different file types :
coreftp.exe - u c:\outgoing\*.jpg|*.gif
(only *.jpg and *.gif will be uploaded)

Upload all files without some filetypes :
coreftp.exe -u c:\outgoing\*.* -exclude *.jpg|*.gif
(all types except *.jpg and *.gif will be uploaded)

Perhaps the same with a filelist would be nice :

coreftp.exe - u c:\outgoing\*.* -includelist=filelist
(only files or filetypes which appears in the filelist will be uploaded)

coreftp.exe -u c:\outgoing\*.* -excludelist=filelist
(all files or filetypes except which appears in the filelist will be uploaded)

Is this possible ?
Locked