Search found 2 matches

by ManishPatidar
Thu Aug 25, 2016 6:37 am
Forum: Server - Issues
Topic: SFTP server reply SSH_FXP_STATUS for SSH_FXP_REALPATH
Replies: 2
Views: 5461

SFTP server reply SSH_FXP_STATUS for SSH_FXP_REALPATH

Server reply failure for SSH_FXP_REALPATH for file present in current working directory but when we send SSH_FXP_REALPATH for directory , server reply success Get("1.txt") -- failed with error code 4 Get("2") -- real path is passed for directory 2 but later fail to download as 2 ...
by ManishPatidar
Thu Aug 04, 2016 10:08 am
Forum: Server - Issues
Topic: SFTP server reply SSH_FXP_STATUS for SSH_FXP_REALPATH
Replies: 2
Views: 5461

SFTP server reply SSH_FXP_STATUS for SSH_FXP_REALPATH

Hi While downloading a file ,Our SFTP client send SSH_FXP_REALPATH for valid file present in current working directory. path in the SSH_FXP_REALPATH request is /1.txt. Server is replying with SSH_FXP_STATUS with error code 4 ( no such file or directory) Same work fine in case of other server like op...