PowerTCP FTP for .NET
AsciiExtensions Property



A list of file extensions that indicate what files should be copied using the ASCII transfer type.
Syntax
Public ReadOnly Property AsciiExtensions As AsciiExtensions
Dim instance As FtpSession
Dim value As AsciiExtensions
 
value = instance.AsciiExtensions
public AsciiExtensions AsciiExtensions {get;}
public:
property AsciiExtensions^ AsciiExtensions {
   AsciiExtensions^ get();
}
Remarks

The ASCII transfer type signals FTP servers that use a LF or CR for a line terminator to encode it as CR/LF when transfering a file. Files with extensions that are not on this list will be transfered with no encoding (binary).

Initialized to "asp", "c", "cf", "cgi", "cs", "css", "cpp", "h", "htm", html", "jc", "php", "pl", "ps", "rtf, "svg", "txt", "vb", "vbs" and "xml".

This property has no effect when AsciiExtensions.Enabled is false.

See Also

Reference

FtpSession Class
FtpSession Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic