Uploading ASCII text files

Top  Previous  Next

To upload ASCII text files you must set the transfer mode to ASCII using the Sftp.SetTextMode method.

 

Example

 

[C#]

 

// set to text mode

sftp.SetTextMode();

 

 

[VB]

 

' set to text mode

sftp.SetTextMode