FanDjango

Results 406 comments of FanDjango

>Maybe we can have a strategy for this? >ManualDirectoryStrategy - the current get/set PWD/CWD >AutomaticDirectoryStrategy - a new one which can auto set the dir based on the file commands...

@robinrodricks **40.0.0** Ok - if I remove c# and VB examples from the solution remove the two test projects from the solution remove ssl validation and TLS connection from my...

Here's what I did, **to be totally fresh and clean, no changes, no own projects at first, nothing, nada**: 1. Deleted my complete fork 2. Forked anew 3. Cloned my...

If there is with a class both non-async and async method that return the same thing suffix the async one with Async. Otherwise not. But if these methods are bound...

It is a pity you have removed FtpClient(host, **port**, user, pass...)

I needed to recode a few places to `.Config....`, I have not set up logging yet, For some reason in my test application I needed to add `using FluentFTP.Client.BaseClient;` (haven't...

I will use a custom logger provider and some glue logic to get the log output to the status windows of my z/OS FTP client. Doing this cleanly exceeds the...

For those follwing this thread and wanting to work with V40 as soon as possible with minimal disruption: Either just use `.Config.LogToConsole = true;` on the client, or if you...

And here is a bug: File Listings appear correctly if you use `FTP_Sess.Config.LogToConsole = true;` File Listings do **not** appear if you use an **Ilogger** implementation.

@robinrodricks Re. this: > File Listings appear correctly if you use FTP_Sess.Config.LogToConsole = true; > File Listings do not appear if you use an Ilogger implementation. File Listings and other...