![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sftp command for file transfer | mohanpadamata | UNIX for Advanced & Expert Users | 2 | 06-12-2008 06:45 AM |
| Secure File Transfer Protocol | arthikbabu | Shell Programming and Scripting | 2 | 02-27-2008 02:30 AM |
| how i can transfer and receive file in any format over serial port | amitpansuria | High Level Programming | 4 | 08-02-2007 09:52 PM |
| Error transferring large file using sftp protocol | prashant.patel | Shell Programming and Scripting | 0 | 09-07-2006 02:49 PM |
| File transfer using Zmodem protocol | borntorock | High Level Programming | 0 | 03-22-2005 11:01 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
SFTP Protocol: How to transfer the file in PC Format
Hi,
We are facing issue with files transfered using SFTP in Hp-UX. The transfered files are in Unix Format. That is, file format as UNIX (LF) instead of a PC format (CR & LF). How can we achieve file transfers as PC format using SFTP? Your help and input will be highly appreciated. Kind Regards, Ramesh |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Is it you are want files from HPUX to be DOS compatible?
Then just ux2dos file>dosfile.txt and tranfer dosfile.txt.. And just in case for the other way round use dos2ux... All the best |
|
#3
|
|||
|
|||
|
sftp does not have a 'BIN' or 'ASC' command like ftp does. You have to prepare the file beforehand, as vbe describes.
|
|||
| Google The UNIX and Linux Forums |