Sobre NeoFmFtp Pro / about NeoFmFtp pro plugin - Forum

Forum Navigation
You need to log in to create posts and topics.

Sobre NeoFmFtp Pro / about NeoFmFtp pro plugin

Español @luishpay

Hay alguna forma de que cuando se copia un archivo al servidor si el archivo existe no muestre el aviso de sobre escritura, que lo haga en forma silenciona y que solo ejecute y sobreescriba?

Desde ya mil gracias

English

@vadim, @gaev

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?

Thanks

@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.
Vadim

Yes, Thanks @gaev

Best Regards