FanDjango

Results 406 comments of FanDjango

@robinrodricks Since I want to discern between the old loglevels "Verbose" and "Info" in my application, I changed the code to; ``` case FtpTraceLevel.Verbose: m_logger.LogInformation("+++ " + message); break; ```...

I will investigate and then I will do that. Thanks.

> It is a pity you have removed FtpClient(host, port, user, pass...) > Good point, added port back into the constructor. I added it at the end if that's ok?...

I don't know if there is a "time-out" symbol or meme, but like in a basket-ball game, can I request such a time-out, or subroutine call? I have a problem...

> I have also added back client.LegacyLogger which is an easy way to get log messages. If you use this you don't need a config file. Please try it out...

Hmmm - in the case of IBM z/OS and OS/400, these are licensed software and need specialised hardware. There actually IS an emulator for IBM System/z, which one could run...

> We now support over two dozen servers, The idiosyncracies of different servers and supporting these, reminds me of other projects of mine, where it was also impossible to handle...

> early warning if we break something I definitely agree. I think docker is the way to go, then, just as robin originally posted. Lots of dockers.... Perhaps one could...

@Seabizkit I would recommend closing this. The description "where is the implementation of GetReplyAsync" and the entire evolution of the documentation does not motivate well to understand the **actual** problem...

Ok. Lets be systematic. If **not** in debug mode, AutoConnectAsync fails **always**. Questions: Only for this one server, or for many servers or for all servers? Does AutoConnect (not async)...