Python for ipaq

Karol Makowski spaceman at bsdzine.org
Tue Oct 23 06:59:11 EDT 2001


On 23 Oct 2001 10:50:46 GMT, Karol Makowski wrote:
> On Tue, 23 Oct 2001 06:47:52 -0400, Steve Holden wrote:
>> Sample FTP code in ftpStream.py at
> thanks, i'll check it.

it's not suitable for my needs, sorry.
I need an ftp client which will dynamicaly get filename/folder 
from a commandline.
On that crappy ipaq there is no any smb/nfs protocol and i've got some
app which need to send and recive some files to work correctly, so i thought
i'll get some simple ftp client in python, cause python it's avaiable for ipaq.
ftp client should be run from command line like this:
ftp.py -g somefile (download file from server)
ftp.py -s somefile (send some file to server)

It's all i need, server, username/pass is defined in program, 
while filename and/or path should be a variable.

Thanks for help.

-- 
Karol Makowski, System Administrator
URL: http://spaceman.bsdzine.org
e-mail: spaceman at bsdzine.org



More information about the Python-list mailing list