A server I tried to connect to has a directory with the S file mode bit set, node-ftp is currently unable to parse any line which contains that bit. According to the ls manual S is a valid file mode bit which means:
If the set-user-ID or set-group-ID bit is set but the corresponding executable bit is not set.
Pull request to fix #223.
A server I tried to connect to has a directory with the S file mode bit set, node-ftp is currently unable to parse any line which contains that bit. According to the ls manual S is a valid file mode bit which means:
This pull request adds the S bit to the regex.