bentonstark / starksoft-aspen

.net / mono security and cryptography library that provides client support for ftps, gnupg, smartcard, and socks / http proxies
108 stars 49 forks source link

UNIX Symlink not recognized #37

Open ghost opened 6 years ago

ghost commented 6 years ago

It throws out when "type=OS.unix=symlink" is encountered in the file https://github.com/bentonstark/starksoft-aspen/blob/master/Starksoft.Aspen/Ftps/FtpsMlsxItemParser.cs#L194

I didn't try other servers, other than proftpd, right now, on Linux Mint Mate 19 Tara.

bentonstark commented 6 years ago

They are using the short notation so "type" only has to be defined once rather than "type=OS.unix;type=symlink". That can be fixed.

ghost commented 6 years ago

Hey, thanks for fast response. However ShowSymlinks to off in proftpd.conf seems like it did the trick as a workaround, thanks to _heyjoe from ##linux on freenode.