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
When working with FTPFS against a Gene6 FTP Server v3.8.0 (Build 34), I ran into the situation that the listings of listdir() and listdirinfo() included the parent directory and the parents parent directory:
When working with FTPFS against a Gene6 FTP Server v3.8.0 (Build 34), I ran into the situation that the listings of listdir() and listdirinfo() included the parent directory and the parents parent directory:
The directory tree looked like this:
/dir1
/dir1/dir11/dir111
/dir1/dir11/dir112
/dir1/dir11/dir113
/dir1/dir11/dir114
/dir1/dir11/dir114/file1141
/dir1/dir11/dir114/file1142
/dir1/dir11/dir114/file1143
/dir1/dir11/dir114/file1144
/dir1/dir11/dir115
/dir2
/dir3
I came up with the following modification for ftpfs, which worked for me:
I.e. I dropped the lines with cdir and pdir, since they seemed to make no sense for this directory listing.
Here is an example for a listing from this Gene6 FTP server:
The text was updated successfully, but these errors were encountered: