File Transfer

A

ADE

Hi I would like to create a program that a User can send large image files
across the internet to my computer (only image formats)

I would like to have basically a Client who sends files and a Server who
recieves files

Does anyone know where I can learn about this or has some code they wouldn't
mind sharing

Cheers
 
G

Grant Edwards

B

Byron

Hi ADE,

I don't have too much experience in this area, but have you checked out
the following:

http://docs.python.org/lib/module-ftplib.html

(This module will take care of the connection / data transfer portion of
your program.)

For simplicity sake, you might want to use a regular FTP server
(software) on your end and provide a customized client program that
restricts which types of files formats that it is able send...

Hope this helps,

Byron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top