Page 1 of 1

Multiple Upload/download and progress translation

Posted: Mon May 07, 2012 1:01 am
by martincalatrava
It is possible when you select multiple files that upload or download for example 2 or 3 at the same time or only one by one.

Another dude is if it is possible to translate progress windows title for example Copying to Copiando.


Thanks for your support.

Posted: Mon May 07, 2012 8:19 am
by CN_Iceman
I think that you must download files one by one if using FTP protocol.

Talking about the second point...

Check the help file (NeoBookFMFTP.chm) in Action Command Reference -> Miscellaneous.

You can use fmTranslateStrings to customize or translate strings used by File Browser, confirmation dialog boxes, progress bars and other NeoBookFM/FTP features. These settings affect all connections, even those that have not yet been opened.

An example:

Code: Select all

fmTranslateStrings "CopyFile=Copiando Archivo;CopyFolder=Copiando Carpeta"
Greetings.