
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 ?