Re: File transfer with python

2010-01-08 Thread Kamill Sokol
On Jan 6, 7:00 pm, Valentin de Pablo Fouce wrote: > Hi there, > > My intention is to transfer files from one > computer to another. > Hi Valentin, take a look at dropbox! Clients are available for mac, linux and windows. Up and running in just 2 minutes. http://dropbox.com Regards Kamill -- h

Re: File transfer with python

2010-01-07 Thread Jan Kaliszewski
Valentin de Pablo Fouce wrote: On 6 ene, 22:42, "Jan Kaliszewski" wrote: Valentin de Pablo Fouce wrote: > Ok, I am trying to do a very quick application (is "home based" so is > not a big deal...). My intention is to transfer files from one > computer to another. > My intention is to be abl

Re: File transfer with python

2010-01-07 Thread Shawn Milochik
Have a look at Paramiko. It lets you do secure transfers easily (scp/sftp) http://www.lag.net/paramiko/ Shawn -- http://mail.python.org/mailman/listinfo/python-list

Re: File transfer with python

2010-01-06 Thread alex23
Valentin de Pablo Fouce wrote: > My intention is to be able to transfer files from one computer to > another in this environment. > > Looking (and surfing) at internet the only suggestion given is to use > low level sockets for this file transfer. Is there another way to do > it, is there any top

Re: File transfer with python

2010-01-06 Thread r0g
Valentin de Pablo Fouce wrote: > Hi there, > > I hope this is the rigth place, if not please, tell me which is the > right dicussion place. I apologize in such case. > > Ok, I am trying to do a very quick application (is "home based" so is > not a big deal...). My intention is to transfer files f

Re: File transfer with python

2010-01-06 Thread Emile van Sebille
On 1/6/2010 10:00 AM Valentin de Pablo Fouce said... Hi there, I hope this is the rigth place, if not please, tell me which is the right dicussion place. I apologize in such case. Ok, I am trying to do a very quick application (is "home based" so is not a big deal...). My intention is to transf

Re: File transfer with python

2010-01-06 Thread Jan Kaliszewski
Valentin de Pablo Fouce wrote: Ok, I am trying to do a very quick application (is "home based" so is not a big deal...). My intention is to transfer files from one computer to another. My intention is to be able to transfer files from one computer to another in this environment. Looking (an

Re: File transfer with python

2010-01-06 Thread Lie Ryan
On 1/7/2010 5:00 AM, Valentin de Pablo Fouce wrote: My intention is to be able to transfer files from one computer to another in this environment. Do you have a USB flashdrive? Looking (and surfing) at internet the only suggestion given is to use low level sockets for this file transfer. Is t

File transfer with python

2010-01-06 Thread Valentin de Pablo Fouce
Hi there, I hope this is the rigth place, if not please, tell me which is the right dicussion place. I apologize in such case. Ok, I am trying to do a very quick application (is "home based" so is not a big deal...). My intention is to transfer files from one computer to another. I am using seve