Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: FTP from the Mainframe to Windows  (Read 2021 times)

0 Members and 1 Guest are viewing this topic.

gzurn

    Topic Starter


    Newbie

    FTP from the Mainframe to Windows
    « on: July 29, 2008, 11:17:41 AM »
    When I FTP from the mainframe to windows it converts the carat (^), which is required as a field separator by the vendor, to a µ (I am not even sure what this is).  I need to put the file in an editor and do a change all from µ to ^.  That is no big deal for the small files I am currently dealing with but when I have larger files thay won't fit into the editor to subsequently allow me to change them.  Do you know of a way to avoid having to do this?

    Thanks

    Gary 

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: FTP from the Mainframe to Windows
    « Reply #1 on: July 29, 2008, 01:31:22 PM »
    Interesting that it switches the ascii character in transit. A quick fix may be a batch file to search for all instances of the wrong ascii character and replace with ^ so that you dont have to manually do this.

    gzurn

      Topic Starter


      Newbie

      Re: FTP from the Mainframe to Windows
      « Reply #2 on: August 08, 2008, 01:42:04 PM »
      Thanks ... we found the solution ... using a ascii hex 5F worked.  It somehow switches this hex value to a carat '^' on the Windows platform.

      Gary