[EMAIL PROTECTED] wrote:
> Ok. I guess that makes sense. But what about the other
> questions...mainly: Why would it throw an exception even though the
> file was properly transferred?
Je, well, I answered the one I knew about, :)
Regarding the error... es hard to say.
What happens if you tr
On Jun 7, 8:54 am, Facundo Batista <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Why would storbinary throw an exception even when the file transfer
> > was successful? Why would the exception not be thrown until after the
> > file was sent? Shouldn't ftplib return something like (104
[EMAIL PROTECTED] wrote:
> Why would storbinary throw an exception even when the file transfer
> was successful? Why would the exception not be thrown until after the
> file was sent? Shouldn't ftplib return something like (104,
> "Connection reset by peer") instead of throwing an error? Is my
On Jun 6, 11:21 pm, "Hendrik van Rooyen" <[EMAIL PROTECTED]> wrote:
> <[EMAIL PROTECTED]> wrote:
> > Hi all,
>
> > I'm using ftplib to transfer large files to remote sites. The process
> > seems to work perfectly with small files, but when the file gets to
> > large ~20GB I begin getting errors t
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm using ftplib to transfer large files to remote sites. The process
> seems to work perfectly with small files, but when the file gets to
> large ~20GB I begin getting errors that sometimes seem to be non-
> fatal, and other times the transfer does not
En Wed, 06 Jun 2007 13:39:57 -0300, <[EMAIL PROTECTED]> escribió:
> I'm using ftplib to transfer large files to remote sites. The process
> seems to work perfectly with small files, but when the file gets to
> large ~20GB I begin getting errors that sometimes seem to be non-
> fatal, and other ti
Hi all,
I'm using ftplib to transfer large files to remote sites. The process
seems to work perfectly with small files, but when the file gets to
large ~20GB I begin getting errors that sometimes seem to be non-
fatal, and other times the transfer does not complete. I've debugged
the hell out of