Bugzilla – Bug 4185
Recursive directory transfer failure in globus-url-copy
Last modified: 2006-04-18 14:16:40
You need to log in before you can comment on or make changes to this bug.
The client library tries to guess the buffer command for commands that does not involve any transfer. This results in a fault and MKD does happen which subsequently causes an error while opening a file inside that directory.
This happens on a recursive transfer when setting -tcp-bs, and the root of the directory that is being transferred contains no files. This results in the MKD being the command that initiates the destination connection. The bug was in the ftp client lib, and can be triggered by initiating any connection with a non-transfer command (other than size or feat) when the tcp buffer has been set. Fix committed to trunk and 4.0.x branch.