Skip to content

Simple Java tool that can be used to download and upload files from a linux server. It will sync only changes after first run.

License

Notifications You must be signed in to change notification settings

alexghitulescu/SyncSSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyncSSH

Simple Java tool that can be used to download and upload files from a linux server. It will sync only changed files after first run.

It needs a SyncSSH.ini file to work. See the one in example.

After running it will create a SyncSSH.log file, where all logs are store. If exceptions appear, they will be written to a SyncSSH.err file. These two files are going to be created next to the SyncSHH.ini file.

Usage: - encrypt password for ini file "java -jar SyncSSH.jar pass " - download "java -jar SyncSSH.jar download <path to SyncSSH.ini file, use . for current directory>" -upload "java -jar SyncSSH.jar upload "

About

Simple Java tool that can be used to download and upload files from a linux server. It will sync only changes after first run.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published