[Twisted-Python] save an received file

Hi all, My application receiving a file through a socket. How can i save that file to my own folder or path. Should i create an object of that? How to check whether i received complete file or not? and what about the original copy of the file which i received? should i destroy it? Thanks in advance. Chat on a cool, new interface. No download required. Go to http://in.messenger.yahoo.com/webmessengerpromo.php

On Tue, 19 Feb 2008 19:14:26 +0530 (IST), Raj kumar <k_r_a_j_kumar@yahoo.co.in> wrote:
Hi all, My application receiving a file through a socket. How can i save that file to my own folder or path. Should i create an object of that? How to check whether i received complete file or not? and what about the original copy of the file which i received? should i destroy it? Thanks in advance.
The Python tutorial covers files i/o: http://www.python.org/doc/tut/node9.html#SECTION009200000000000000000 If that's not what you're asking about, you need to be more specific. Jean-Paul
participants (2)
-
Jean-Paul Calderone
-
Raj kumar