![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File size after pgp encryption | tekster757 | UNIX for Dummies Questions & Answers | 2 | 4 Weeks Ago 12:36 PM |
| How to use PGP File Encryption | sandeepb | Security | 2 | 10-04-2007 06:47 AM |
| SCO OpenServer 5 and File Encryption | coreysan | UNIX for Advanced & Expert Users | 1 | 05-31-2007 05:14 PM |
| File encryption/Key encryption ???? | hugow | UNIX for Dummies Questions & Answers | 1 | 03-18-2006 01:29 PM |
| Password encryption/decryption in flat-text files | domivv | High Level Programming | 2 | 03-04-2005 07:38 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
encryption of text file for ftp
How can I encrypt a file before ftp'ing it. I am creating a text file
abc.dat and I want to encrypt that file with same name and ftp it to a remote server. Please advise. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You can bypass the encryption of the file if you use sftp with SSH.
It will allow you to copy any file with encryption from point A to point B. It's a little slower than regular FTP but it keeps the ftpd from being exposed to the outside world. If that is not a viable option, take a gander at pgp for encryption purposes.
__________________
Not quite as cool as all the other Kids... |
|
#3
|
|||
|
|||
|
Thanks for your prompt reply.
I am not a Unix admin and I have a very little knowledge of unix. I am using a HP-UX B.11.00 A 9000/800 unix box. How can I insall/use sftp with SSH. Please advise. Do I need any specific software to use sftp with SSH. |
|
#4
|
||||
|
||||
|
I have never used HP-UX, but I am willing to bet that if you do a Google search you can find SSH (or OpenSSH) available for HP-UX.
Once you have it installed and can use the ssh client to get into the machine, all you need is sftp or scp. It's pretty simple.
__________________
Not quite as cool as all the other Kids... |
||||
| Google The UNIX and Linux Forums |