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
NLST: return paths relative to the working directory (#368)
NLST: return paths relative to the working directory
Based on RFC 959 NLST is intended to return information that can be used
by a program to further process the files automatically.
Also use path.IsAbs/path.Join to build absolute paths
fix(MLST): Prefix MLST entries with a space (#353)
* Prefix MLST entries with a space
* Fix lint issue in handleMLST
* Rename ẁriteMLSxOutput to writeMLSxEntry
Signed-off-by: Thomas Hallgren <[email protected]>