wmanger
24-Jun-2010, 08:43 AM
When I use the script below, any files that the script finds have a T (temporary) attribute and are then un-downloadable from any SFTP client. Is there something that I am missing? How is the script able to alter attributes on a SFTP?
Script:
-------------------------------------
log verbose %LOGS_PATH%\backup-%BACKUP_NAME%.log
load %BACKUP_NAME%
filter cutoff:<4days
select rt.files
folder-report layout:summary output-to:"C:\bcout.txt"
Script:
-------------------------------------
log verbose %LOGS_PATH%\backup-%BACKUP_NAME%.log
load %BACKUP_NAME%
filter cutoff:<4days
select rt.files
folder-report layout:summary output-to:"C:\bcout.txt"