var client = new Sftp(); client.Encoding = EncodingTools.GetEncoding("windows-1252") client.Connect(...); client.Login(...);
var client = new Sftp(); client.LogWriter = new Rebex.FileLogWriter("rebexlog.txt", Rebex.LogLevel.Debug); client.Encoding = Encoding.UTF8; client.Connect(...); client.Login(...); client.ChangeDirectory(...); // change the directory to the one containing the files with umlauts string[] items = client.GetRawList(); // get a listing of that directory
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.