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

Author Topic: Binary to ASCII  (Read 11757 times)

0 Members and 1 Guest are viewing this topic.

isko98

  • Guest
Binary to ASCII
« on: June 15, 2004, 05:03:31 AM »
i have a job that runs a script to ftp a file an ascii file to another server as binary. the problemis this... i want to convert that binary file to ascii without any modification from the script... is there a way i can do this? is there a similar command as dos2unix (which converts dos file to a unix file)??? the idea behind this is that i wont create another script to convert back that binary file to an ascii form by just adding another job...

thanks for the help!