On Jul 2, 7:12 pm, John Machin <[EMAIL PROTECTED]> wrote:
> On Jul 3, 9:02 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > My program has the following code to transfer a binary file
>
> > f = open(pathanme+filename,'rb')
> > print "start transfer"
> > sel
On Jul 2, 7:07 pm, Adonis Vargas <[EMAIL PROTECTED]>
wrote:
> [EMAIL PROTECTED] wrote:
> > 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,
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
[EMAIL PROTECTED] wrote:
> 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
>
Taken fro
On Jul 3, 9:02 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> 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 fi