To start the Uploader program the uploader.config file has to be in the same folder as the PpcUploader.exe file.
Setting | Examples | Explanation |
---|---|---|
Watched Folder | \My Documents\Upload | Folder, into which files are put and from that they are transferred out |
Watched Files | *.jpg *.* |
Name mask of the files which are to be transferred. The asterisk stands for any characters. |
Server | zone1.de 192.168.2.10 |
Name or address of the FTP server. Indication of a port number is not possible, internally the standard port for FTP servers (port 21) is always used. Do not insert "ftp://". |
User | user1 | User name for the FTP access |
Password | mpwd | Password for the FTP access |
Destination Path | /files | Destination directory on the FTP server, into which the files are put. Must exist. |
New Remote File | image.jpg | New name of the file on the FTP server / on the website. If it is left blank then the original file name is used as new remote file name. |
Show Progress Bar | 1 | Flag for showing a progress bar during the file transfer (0..no, 1..yes) |
Delete Files | 0 | Flag for deleting every file after transfer |