It is a very simple Windows Services Application to deliver a file to ftp/sftp server. Some times, you may need an application that can just deliver one file to remote server
Website: http://www.zhirenhang.com/programing/xdeliverer/
Base author: [Zeljko Marjanovic] https://bitbucket.org/ZeljkoMarjanovic/libssh2-delphi
Modified from: https://github.com/pult/libssh2_delphi
License: MPL, free to use.
Tested platform: Microsoft Windows 10 x64
To install it as a Windows Service or Uninstall it, you should have administrator permission
Go to execute file location, it should has the 4 files xDeliverer.exe / libeay32.dll / libssh2.dll / ssleay32.dll, such as "C:\Users\tom\Desktop\xDeliverer\Win64\Debug"
cd C:\Users\tom\Desktop\xDeliverer\Win64\Debug
Install:
xDeliverer.exe /install
Uninstall:
xDeliverer.exe /uninstall
Run:
Open Windows Service Manager you will see a service "xDelivererService" once installation has succeeded, then start it.
Configuration:
After service started, nothing will happen, because you have not yet completed configuration file for runing, now it is time to configure your parameters with C:\Users\tom\Desktop\xDeliverer\Win64\Debug\xDliverer.ini, a configuration file without parameters will be created automatically once service started, if it does not exist please create it by your-self, the name of configuration file should be the same as the execute file without extention name, such as execute file xDeliverer.exe with configuration file xDeliverer.ini Configuration file should like this:
[Server]
host=1.1.1.1
username=user
password=password
port=21
protocol=sftp
path=/incoming
filename=
[Local]
path=d:\
filename=a.text
[Schedule]
when=17:00:00