Hi There
I am using an SFTP component to download the file from the SFTP server. Its downloading the files however its adding an extra ascii carriage return after each line in the downloaded file. how can I remove the added carriage line (code 10) after each line.
I am setting the transfer type as
SFTPclient.TransferType = SftpTransferType.Binary
Could you please help me on this.
Thanks
Jai