Please sign in to access this page
A command-line tool made with python to sync your files across devices.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Been working on the 'push' command on the client, its tricky handling the files on remote! Getting there though!
Decided to switch over to FTP-over-TLS for file hosting, since I was having no luck with SFTP. I have now got the server working, and the client can connect to it with no problems. Next I am going to add a function which stores hashes of files, to check if they have been edited. This is better than uploading or downloading the whole folder when only one file has changed.
We're getting somewhere! Instead of closing the connection, the server now just times out :/
Well, I've spent ages trying to get the server to work, but no matter what I try, it just closes connection instantly!
Made the basics for the client: config files, ssh connection. I also started making the server.
The purpose of this project is to be able to easily host your own SFTP server, and use it to sync files across multiple devices.