"Scott Ballard" typed:
> Sorry for the lame question, I'm still trying to pick up Python and new to
> the list here.
>
> Question:
> I'm trying to write a python script that will access an FTP site and upload
> some files. I've gotten everything working except for the actual uploading
> of the
Scott Ballard wrote:
> Sorry for the lame question, I'm still trying to pick up Python and new to
> the list here.
Welcome!
> I'm assuming that I should use storbinary( command, file[, blocksize]) to
> transfer the files. the documentation says "command should be an appropriate
> "STOR" com
"Scott Ballard" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Sorry for the lame question, I'm still trying to pick up Python and new to
> the list here.
It's not a lame question...
> Question:
> I'm trying to write a python script that will access an FTP site and
> upload
Sorry for the lame question, I'm still trying to pick up Python and new to
the list here.
Question:
I'm trying to write a python script that will access an FTP site and upload
some files. I've gotten everything working except for the actual uploading
of the files.
I'm assuming that I should u