Hi,
I am using revision 23009 (currently the latest on trunk). If I upload a file through SSH (UploadFile) containing one of the three Swedish characters the filename written to the remote server is incorrect. It seems the SSH .NET library can't cope with the encoding somehow? I am using .NET framework v3.5.
For example "Västmanland.txt" get displayed as "Västmanland.txt".
Thanks,
Regards
Jan
Comments: ** Comment from web user: janisito **
I am using revision 23009 (currently the latest on trunk). If I upload a file through SSH (UploadFile) containing one of the three Swedish characters the filename written to the remote server is incorrect. It seems the SSH .NET library can't cope with the encoding somehow? I am using .NET framework v3.5.
For example "Västmanland.txt" get displayed as "Västmanland.txt".
Thanks,
Regards
Jan
Comments: ** Comment from web user: janisito **
The solution is to change the encoding on the connectionInfo to ISO-8859-1. Not a bug.
Thx,
Regards
Jan