Skip to content

A python script that backup files from remote FTP server.

Notifications You must be signed in to change notification settings

rosekc/ftp_backuper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ftp_backuper

A python script that backup files from remote FTP server.

WARNING!!! THIS SCRIPT DOES NOT PROVIDE ANY GUARANTEE FOR YOUR DATA INTEGRITY

Incentive

It is common that sync your photo in your Android phone via some synchronization service, such as Baidu Netdisk, Onedrive, ect. However, it seems that a lack of solution for sync in local not. I write this script backup some file in my phone. To do this, you must first intall a file explorer, like MiXplorer, and start a FTP server.

Usage

from ftp_backuper import FtpBackuper

f = ftp_backuper.FtpBackuper(host='localhost', port=2121, remote_path='DCIM/Camera/')
f.process()

About

A python script that backup files from remote FTP server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages