Rikki Tooley
Results
11
issues of
Rikki Tooley
Say you have `var uri = ftp://host/directory/subdir/` If you were to call `FtpClient.DirectoryExists(uri)` The method DirectoryExists checks whether `subdir` is in the folder `ftp://host/directory/` [But because of this line](https://github.com/flagbug/FlagFtp/blob/master/FlagFtp/FlagFtp/FtpClient.cs#L310), the...