Read-only SSH_FXP_OPEN returns success even if file doesn't exist

2014-07-16 Thread Mark Riordan
I've encountered what I think is a bug in the Apache SSH server. Before I submit a patch, I'd like to run this by the list in case I'm missing something. In short, read-only file opens succeed even if the file does not exist. The subsequent file read commands are doomed to failure. In

Re: Read-only SSH_FXP_OPEN returns success even if file doesn't exist

2014-07-16 Thread Guillaume Nodet
I agree this looks like a bug. Feel free to raise a JIRA and attach a patch ! 2014-07-16 17:41 GMT+02:00 Mark Riordan mrior...@ipswitch.com: I've encountered what I think is a bug in the Apache SSH server. Before I submit a patch, I'd like to run this by the list in case I'm missing