-neweronly Switch
When trying to connect to a remote user and use the -neweronly switch we receive the message "Unknown switch 'neweronly'.
The script command is
option echo off
option batch on
option confirm off
option transfer auto
option batch continue
option batch on
option transfer binary
option exclude *.tmp
put -preservetime -neweronly "F:\SFT\Reports\folder\Reports\*.*" "/Inbound/Reports/"
close
exit
The script command is
option echo off
option batch on
option confirm off
option transfer auto
option batch continue
option batch on
option transfer binary
option exclude *.tmp
put -preservetime -neweronly "F:\SFT\Reports\folder\Reports\*.*" "/Inbound/Reports/"
close
exit