Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe.txt | 2010-04-02 | 1.5 kB | |
ChangeLog_v1.0.0.4.txt | 2010-04-02 | 419 Bytes | |
Totals: 2 Items | 1.9 kB | 0 |
Installation instructions: ------------------------------- Extract all files from the zip file. Copy all files into a folder of your choice. Execute FileUploader.exe and enter your logon information into the edit fields. Afterwards call RegisterFileUploader.exe to add a shell context menu entry named "Upload files" for Windows Explorer. To remove the entry just call the program again. Commandline parameters: ------------------------------- The complete command line syntax is as follows: FileUploader.exe "%COMPLETE FILEPATH%" "%COMPLETE UPLOADPATH%" %HOSTNAME% %PORT% %USERNAME% %PASSWORD% If all paremeters are provided the content of an existing configuration file will be ignored. If just the file path is passed to the program then it will try to read the logon settings from the Fileuploader.ini configuration file. E.g. FileUploader.exe "c:\backup\docs.zip" will turn to the Fileuploader.ini file for needed upload information. Encryption: ------------------------------- Username and password are encrypted using the AES 128-bit Block cipher. The key for encryption and decryption depends on your hardware configuration. Hence if you try to use the content of the configuration file on a different computer reading of your logon credentials will fail. Logging: ------------------------------- Every file server response for a file being transfered is logged in a file with the same name plus a .log suffix. E.g. c:\backup\docs.zip -> c:\backup\docs.zip.log