Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i am trying to ftp(normal ftp) a fixed width .orig file from windows to Unix . the file contains junk characters.After doing ftp the file structure is changing in Unix.can anyone suggest any solution or reason for this type of discrepancy.

share|improve this question
This is not a programming question. It should be posted on a different site. – Amardeep Apr 3 '12 at 18:48
2  
Most likely you're transferring in ASCII when you should be transferring in BINARY, or the reverse. – Mat Apr 3 '12 at 18:48
Amardeep this is a Programming Question.Its related to a shellscript.To explain it in short i represented the question in this way...... – soumitra chatterjee Apr 3 '12 at 18:58
Mat i will try a let you know... – soumitra chatterjee Apr 3 '12 at 18:59
@soumitrachatterjee: no, you didn't post a programming question. You posted an ftp usage question, with no programming angle. – Mat Apr 3 '12 at 20:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.