Written by

Question Ali Chaib · Mar 5, 2018

Send txt file thourgh TCP

Hi,

I'm trying to send a txt file over TCP.

The txt file contains lines, every line has a fixed length : 179 characters , however it seems that this length vary while sending it!

So, I need to send the content of the txt file as it is without adding anything.

I'm using as operation EnsLib.TCP.PassthroughOperation.

 I need your help please.

Thanks !

Comments

Ali Chaib  Mar 5, 2018 to Robert Cemper

Hi Robert,

But I'm using a text file, and I need to send it as it is.

I don't want to send the content of the text line by line.

 classmethod Base64Encode(Text As %String, Flags As %Integer = 0) as %String is used to send strings but not text files.

Thanks

0