Hi,

My program has the following code to transfer a binary file

        f = open(pathanme+filename,'rb')
        print "start transfer"
        self.fthHandle.storbinary('STOR '+filename, f)

How can I do an ASCII file transfer??????
-Ted

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to