Giter Site home page Giter Site logo

chinaid / xdeliverer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.38 MB

A very simple service application to deliver A file to ftp/sftp server

Home Page: http://www.zhirenhang.com/programing/xdeliverer/

License: Mozilla Public License 2.0

Pascal 98.34% PHP 1.66%
delphi service libssh2 pascal sftp sftp-client

xdeliverer's Introduction

xDeliverer

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/

Copyright

Base author: [Zeljko Marjanovic] https://bitbucket.org/ZeljkoMarjanovic/libssh2-delphi

Modified from: https://github.com/pult/libssh2_delphi

License: MPL, free to use.

Usage

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

Bug report

[email protected]

xdeliverer's People

Contributors

chinaid avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.