Skip to content

FTP Client to automatically download and delete files in a specific folder.

Notifications You must be signed in to change notification settings

Prokyonn/ftpClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FTPClient

Console Application which downloads all files from a specific folder. If a file is sucessfully downlaoded, the file will be deleted.
The application can be configured with the following mandatory arguments:

  • -server
    • Specifies the address to the FTP-Server
      e.g. -server "127.0.0.1"
  • -user
    • Specifies the username to login to the FTP-Server
      e.g. -user "testuser"
  • -pw "test"
    • Specifies the password to login to the FTP-Server
      e.g. -pw "test"
  • -source
    • Specifies the absolute path to the folder on the FTP-Server
      e.g. -source "/testfolder"
  • -destination
    • Specifies the absolute path to the local destination folder into which the files are downloaded.
      e.g. -destination "C:\Users\Test\Testfolder"
  • -intervall
    • Specifies the intervall in minutes. After all files from the source folder were downloaded and deleted, the application goes into a sleepmode, before the download/delete process gets started again.
      e.g. -intervall 10
  • -logs
    • Specifies the absolute path to the logfile.
      e.g. -log "C:\Users\Test\logs.txt"

About

FTP Client to automatically download and delete files in a specific folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages