mirror of
https://github.com/9001/copyparty.git
synced 2026-02-26 12:23:59 +10:00
macos bigsur breaks on symlinks in ftp listings
This commit is contained in:
@@ -276,7 +276,7 @@ class FtpFs(AbstractedFS):
|
||||
|
||||
def lstat(self, path: str) -> os.stat_result:
|
||||
ap = self.rv2a(path)
|
||||
return bos.lstat(ap)
|
||||
return bos.stat(ap)
|
||||
|
||||
def isfile(self, path: str) -> bool:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user