Re: newbie question: ftp.storbinary()

2007-02-03 Thread Ayaz Ahmed Khan
"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

Re: newbie question: ftp.storbinary()

2007-01-24 Thread Facundo Batista
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

Re: newbie question: ftp.storbinary()

2007-01-23 Thread Gabriel Genellina
"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

newbie question: ftp.storbinary()

2007-01-23 Thread Scott Ballard
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