Hi,
My program has the following code to transfer a binary file
f = open(pathanme+f ilename,'rb')
print "start transfer"
self.fthHandle. storbinary('STO R '+filename, f)
How can I do an ASCII file transfer??????
-Ted
My program has the following code to transfer a binary file
f = open(pathanme+f ilename,'rb')
print "start transfer"
self.fthHandle. storbinary('STO R '+filename, f)
How can I do an ASCII file transfer??????
-Ted
Comment