Re: status line stuff

2001-10-16 Thread Alexander V. Lukyanov
On Tue, Oct 16, 2001 at 09:50:20PM -0400, Glenn Maynard wrote: > Added 'parent' to FileCopyPeer. This is used to disable the status line. > (Sanity measure: parent type of FileCopyPeer is CopyJob.) I did not like adding a dependency from Task to Job. A Task is a lower level thing and it should b

status line stuff

2001-10-16 Thread Glenn Maynard
Moved no_status to Job; disabling status reporting is a generic Job thing, I think, not really specific to CopyJobs. (It's still handled by individual ShowRunStatus implementations, though, and I didn't implement it for the others.) Added 'parent' to FileCopyPeer. This is used to disable the st

Re: .cvsignore update

2001-10-16 Thread Alexander V. Lukyanov
On Tue, Oct 16, 2001 at 04:57:34AM -0400, Glenn Maynard wrote: > This ignores a few generated files. Applied. Thanks! > po/ChangeLog is modified by gettextize, for some (quite ridiculously > stupid) reason; it keeps adding "upgraded" messages, leaving me to > remove them from diffs. There's no

Re: ABOR, use-quit, etc

2001-10-16 Thread Glenn Maynard
On Tue, Oct 16, 2001 at 12:53:46PM +0400, Alexander V. Lukyanov wrote: > Does attached workaround help it? Can't test it right now (server's down), I'll let you know when it's back. > > The server *should* return another 2xx or 4xx response for the transfer > > (success or aborted) first; it doe

Re: ABOR, use-quit, etc

2001-10-16 Thread Alexander V. Lukyanov
On Mon, Oct 15, 2001 at 07:46:04PM -0400, Glenn Maynard wrote: > Tracked down a small set of problems with some FTP servers. > > First, some WarFTPD's handle ABOR incorrectly: they don't send a > "transfer aborted/successful" followed by "ABOR successful", they just > skip to "ABOR successful". T

.cvsignore update

2001-10-16 Thread Glenn Maynard
This ignores a few generated files. po/ChangeLog is modified by gettextize, for some (quite ridiculously stupid) reason; it keeps adding "upgraded" messages, leaving me to remove them from diffs. There's no apparent way to turn this off, but we obviously can't cvsignore it. Gah. I'd even go so