Quote from
Gaev on June 17, 2023, 9:59 pm
@joferar333
Is there any way that when a file is copied to the server, if the file exists, it does not show the overwrite warning, it does it silently and it only executes and overwrites?
With the fmCopyFromcommand, you can specify it as one of the options ...
GetConfirmation=yes/no
Yes = display a confirmation dialog before overwriting any existing files. No = do not display a confirmation dialog.
You can also use a combination of the fmFileExists command with a fmDelete command to do the same ... note the latter command also has an option to suppress the "compression dialog".
All information extracted from the online Help file at Welcome to NeoFM/FTP (visualneo.com)
@joferar333
Is there any way that when a file is copied to the server, if the file exists, it does not show the overwrite warning, it does it silently and it only executes and overwrites?
With the fmCopyFromcommand, you can specify it as one of the options ...
GetConfirmation=yes/no
Yes = display a confirmation dialog before overwriting any existing files. No = do not display a confirmation dialog.
You can also use a combination of the fmFileExists command with a fmDelete command to do the same ... note the latter command also has an option to suppress the "compression dialog".
All information extracted from the online Help file at Welcome to NeoFM/FTP (visualneo.com)
Vadim has reacted to this post.