Empty folders
Hello,
I have the following script.
option batch abort
option confirm off
open ftp://username:password@ftp.adress.nl
synchronize -filemask="*>=1D" Remote C:\TEST
exit
C:\TEST has many subfolders with files in the subfolders, when execute the script files older than 1 day are not uploaded but the folders older than 1 day are created on the FTP server is there a way to prevent this?
Regards Martijn
I have the following script.
option batch abort
option confirm off
open ftp://username:password@ftp.adress.nl
synchronize -filemask="*>=1D" Remote C:\TEST
exit
C:\TEST has many subfolders with files in the subfolders, when execute the script files older than 1 day are not uploaded but the folders older than 1 day are created on the FTP server is there a way to prevent this?
Regards Martijn