ioFTPD file lock problem
I just set up ioFTPD and it runs nicely, but there's one issue I noticed, and I'm not sure if it's a bug, or just the way ioFTPD works and there's no way around it. When a file is incoming to the server, or being created on the server, that file cannot be transferred out from the server at the same time. ioFTPD reports an error that it could not obtain a lock on the file, and the transfer is aborted. Using any other ftpd programs (servu, raiden, bpftd), that is not a problem and the file can still be transferred out from the server. Is there a way to allow ioFTPD to transfer out files that are currently "in use" on the server like how other ftpds do?
|