summaryrefslogtreecommitdiff
path: root/fs/opener.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/opener.py')
-rw-r--r--fs/opener.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/opener.py b/fs/opener.py
index 83e9ce1..49fef9b 100644
--- a/fs/opener.py
+++ b/fs/opener.py
@@ -434,7 +434,7 @@ examples:
dirpath, resourcepath = pathsplit(path)
url = netloc
- ftpfs = FTPFS(url, user=username or '', passwd=password or '')
+ ftpfs = FTPFS(url, user=username or '', passwd=password or '', follow_symlinks=(fs_name_params == "symlinks"))
ftpfs.cache_hint(True)
if create_dir and path: