Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.3k views
in .NET FTP by
Neat package.
I struggled a bit to handle donwloads from a unix server with
different culture context. It would be nice to have the parser constructor take
a culture argument.

thanks

1 Answer

0 votes
by (162k points)
Yes, this would be a useful feature - we plan to add it to the next release.

If you need to do this before the next release, you could change the culture of the current thread, e.g.

Thread.CurrentThread.CurrentCulture = new CultureInfo("de-DE");

and change it back again after the operation. Not ideal but it should work for you.


Neat package.
I struggled a bit to handle donwloads from a unix server with
different culture context. It would be nice to have the parser constructor take
a culture argument.

thanks

Categories

...