ftpd: return relative paths for NLST reponses

Fixes #993

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-09-17 16:47:29 +02:00
parent cb98f8fd6d
commit b65fc0bdc2
5 changed files with 105 additions and 54 deletions

View File

@@ -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 {