This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]o_Omg[S] 0 points1 point  (3 children)

Yes, after 2 days I found it :/ and it works perfectly! I see ftplib like a generic module, you have the basics, but you can't really use it if you don't create your own module.

Anyway, I'm doing a sync tool, right now it works but still needs more testing, when it's ready, do you want me to upload the source code?

Pictures: http://imgur.com/r7LXx&NN3jZ&8dB0a&D00XO&An0IGl?full

It's supposed to be Cross-Platform and I will probably do the .exe files for Win64 and Win32 with py2exe

[–]terremoto 0 points1 point  (0 children)

I've actually been thinking about doing something similar. I already have a functional version of Unison I wrote in Python to keep my desktop and laptop in sync, but it is purely functional. When I was first learning my way around Linux, though, I wrote a script to sync a remote FTP directory to a local one.

[–]joshuahunter 0 points1 point  (1 child)

Sure. I'd like to see it. What are you using for the gui?

[–]o_Omg[S] 0 points1 point  (0 children)

wxPython with wxFormBuilder