mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 23:28:39 +03:00
ftpd: return relative paths for NLST reponses
Fixes #993 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -280,6 +280,8 @@ func (cc mockFTPClientContext) Path() string {
|
||||
|
||||
func (cc mockFTPClientContext) SetPath(name string) {}
|
||||
|
||||
func (cc mockFTPClientContext) SetListPath(name string) {}
|
||||
|
||||
func (cc mockFTPClientContext) SetDebug(debug bool) {}
|
||||
|
||||
func (cc mockFTPClientContext) Debug() bool {
|
||||
|
||||
Reference in New Issue
Block a user