I've been using Ipswitch WS_FTP to transfer files to the mainframe with success but it seems that if my file has a carriage return of some sort I only get the first record of the file.
For example, I can see a period at the end of the file I'm currently working with so I'm assuming that's some sort of carriage return or line feed indicator?
I use the FTP Commands of WS_FTP to designate my RECFM= and LRECL=, so is there some other command I can use to make it transfer all the rows and not just the first one?
Wanted to add that if I transfer the file to the mainframe via PC3270 it creates more rows than just the first one. Reason I wanted to use WS_FTP is because this particular file is quite large for PC3270 so FTP would be more efficient and quicker.