FtpClient.DisableUTF8 Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Disables UTF8 support and changes the Encoding property back to ASCII. If the server returns an error when trying to turn UTF8 off a FtpCommandException will be thrown.

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public void DisableUTF8()
Visual Basic
Public Sub DisableUTF8
Visual C++
public:
void DisableUTF8()

See Also