FanDjango
FanDjango
Just coming from my insular view for the IBM parts of this: I am worried about: **Topic 3** Anyone writing a FTP Client GUI and wanting to give the user...
Hmmpf. One of my customers (Fortune 500) is still on 4.7.2
> Hmmpf. One of my customers (Fortune 500) is still on 4.7.2 > net472 can consume netstandard2.0 nuget packages. Yes, thanks. But I wanted to say: netstandard2.0 is kind of...
Agreement from me? I have no right to an opinion on this for total lack of knowledge/experience on/of this topic. I have just checked: One of my clients actually needs...
Thnks @jnyrup. So it seems that @robinrodricks previous suggestion `net50;netstandard2.0;netstandard2.1;net472;net462` will be ok. Or in other words, `net462` is my current minimum requirement.
> Some zOS specific code is still remaining in the core Yes, I am sorry for causing this. I believe though that at the time it was the expedient way...
> That enum is the only way for users to detect the FTP server I for one need this enum
I understand. Hmmm. I am giving my user a GUI to browse/search the filesystem in order to find the files he wants to process. If it is a z/OS server,...
> the enum is not used internally for stuff like `if(serverType == xxx)` The only ones I see currently are: `IBMzOSFTP` and `OpenVMS`. I am working on the IBM ones...
> the enum is not used internally for stuff like if(serverType == xxx) I have eliminated them **ALL** (PR #928). Now go ahead with the original plan/discussion