Page 1 of 1

Data conversion during FTP

PostPosted: Mon Feb 09, 2009 12:34 pm
by sonali
In case of a FTP job, Source file contains combination of ASCII and BINARY fields. And destination server is EBCDIC. Can the transfer happen successfully. And if not, what should be the provisions made.

Thanks & Regards
Sonali

Re: Data conversion during FTP

PostPosted: Mon Feb 09, 2009 5:17 pm
by MrSpock
What is the intended purpose of the file after the FTP? If it's just for storage, than transferring it in BINARY mode should be fine and will leave the contents intact.

If it is meant to be processed on an EBCDIC machine, I can't answer without knowing why the binary fields are there. Is it supposed to be an executable file, or is it text data to be read by an application program? What do the binary fields represent?