I\'m trying to get a file via FTP per FtpWebrequest - the download fails when the filename contains german Umlaute like ä,ö,ü.
Code:
FtpWebRequest reques
Fetching the Filelist in UTF7 Encoding:
StreamReader sr = new StreamReader(response.GetResponseStream(),Encoding.UTF7);
did return the filename "Cases täglich .xls" in a way I can Downlod via Method "DownloadFile"