Giter Club home page Giter Club logo

autoupdateftp's Introduction

autoupdateftp uses for auto download file from ftp sever. Incremental downloads are implemented. What's more, it can maintain downloading the specified file directory.

updateftp.conf

#ftp attribute  
ftp_host = your ftp host  
username = ftp sever login username  
password = ftp sever login password  
#ftp_path used for setting the root directory 
#in the ftp sever, '/' represents the root 
#directory is the ftp sever root directory  
ftp_path = /  
#update_dirs used for setting auto-update directory 
#below in the root directory of the ftp sever,   
#format: data1, data2, '/' represents to update all.  
update_dirs = /  
#exclude_dirs used for setting ignore the directory 
#below in the root directory of the ftp sever 
#when download file from ftp sever. format: data1, data2, default is none.  
#What's more, if you want to set the exclude_dirs, 
#the update_dire = / is a requirement.  
exclude_dirs = Trader_LL  
#root_dir used for setting the root directory of saving data 
#from the ftp sever  
root_dir = data  

Dependencies
autoupdateftp was developed on Windows 7. In principal, autoupdateftp should work with any Windows distribution as long as the following software dependencies are satisfied.

  1. Python [version 3.6.1 or higher]
  2. Ftputil python Libtaries [version 3.3.1 or higher]
pip install ftputil

run autoupdateftp

python autoupdateftp

autoupdateftp's People

Contributors

gongshijun avatar

Watchers

James Cloos avatar  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.