PDA

View Full Version : python ftp client


gufmn
08-21-2002, 05:36 PM
So inkedmn and I have put up the first release of our FTP client written in python. It's designed to be user/idiot friendly. Pretty functional so far and we hope to add more functionality to it in the near future. If anyone wants to toy around with it and give us some feedback, have at it :)

http://www.inkedmn.net/code/pyftp/

oh, and it's not totally bugless just yet, we just wanted to put something up ;)

i3.3
08-21-2002, 11:14 PM
i downloaded it however it wouldnt unzip ??
the zip is only 3 kb...is something wrong or is it just me (running win2k)

Strike
08-22-2002, 07:04 AM
[ddipaolo@hundley ~/src]% unzip -l pyftp.zip
Archive: pyftp.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.

Someone seems to have made a boo-boo

gufmn
08-22-2002, 01:24 PM
Heh, I just tried it myself and got the same error. Have to talk to inkedmn about that. Should have it fixed later today.

inkedmn
08-23-2002, 05:33 PM
sorry about the jacked up zip file.

check sf.net, there's a new zip file up there (pyftp-0.1.zip)

that should be fine...

gufmn
08-23-2002, 06:38 PM
Ok, this time for sure. Having some problems with the .zip file on sf.net. I just put it up on inkedmn.net.

http://www.inkedmn.net/code/pyftp

gufmn
08-28-2002, 03:34 PM
bump:

Wow! No critics?

GnuVince
08-28-2002, 05:26 PM
8 spaces indentation sucks

gufmn
08-28-2002, 05:50 PM
Originally posted by GnuVince
8 spaces indentation sucks


It's open source my friend. Do whatever you want to the indentation, it's still going to run the same :)

ChefNinja
08-28-2002, 06:05 PM
cool ;)