You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
background :
I’m using request-server Server() and overwrite Filelist method,
I'm trying to get the current working directory of the sftp server, but every time i call getwd() method get same result "/root" ,i wannna know what’s the point to influence this result
The text was updated successfully, but these errors were encountered:
So, getwd is in sftp just an alias for sshfx.RealPathPacket{ Path: "." }. So, if you override the Filelist method, you will also need to implement sftp.RealPathFileLister as well.
background :
I’m using request-server Server() and overwrite Filelist method,
I'm trying to get the current working directory of the sftp server, but every time i call getwd() method get same result "/root" ,i wannna know what’s the point to influence this result
The text was updated successfully, but these errors were encountered: