The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-02-2008
bakunin bakunin is offline Forum Staff  
Bughunter Extraordinaire
  
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 1,641
What do you mean by "encrypt a file"? If you transfer it by means of sftp the transmission would already occur in an encrypted way (basically this is what sets sftp and ftp apart). Or do you mean the recoding of the UNIX/DOS line endings? This is done by either a short sed script, tr or unix2dos/dos2unix.

I hope this helps.

bakunin