encryption of text file for ftp


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users encryption of text file for ftp
# 1  
Old 05-15-2002
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.
# 2  
Old 05-15-2002
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.
# 3  
Old 05-15-2002
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  
Old 05-16-2002
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Cybersecurity

File encryption tools with MAC address as an encryption key

Hi all, I'm looking for secure file encryption tools that use MAC address as encryption key. FYI, I'm using Red Hat Enterprise Linux OS. For example: when A wants to send file to B A will encrypt the file with B's computer MAC/IP address as an encryption key This file can only be decrypted... (2 Replies)
Discussion started by: sergionicosta
2 Replies

2. Shell Programming and Scripting

How to write a script for text file encryption?

Hi All, I have zero knowledge in UNIX, so i desperately need the help from you guys. I need a script which can encrypt all the text files in one shot in a source directory. After all the text files are encrypted, they will be put into a separate folder. Command involve: gpg with -a,... (6 Replies)
Discussion started by: shanbalao
6 Replies

3. Shell Programming and Scripting

Need help on File Encryption using gpg

Folks, Is there anyone to help on GPG file encryptions here. I got a public key from third party. I imported the key in server. I want to encrypt the public key. But without being signed , the key cannot be encrypted. When I try to sign the key using lsign command, I am getting the below... (1 Reply)
Discussion started by: dinesh1985
1 Replies

4. Red Hat

file encryption

Hello! I want to know about file encryption in redhat linux.... Please suggest me some gud websites from where i can get detailed information... Thanks in advance.... (3 Replies)
Discussion started by: aliyaa
3 Replies

5. AIX

unix file encryption

Is there a way to encrypt a flat file or a database file so it can be ftp or sftp to a remote windows system? this is for solaris/AIX etc. or is there a 3 party sw that can be used? i know in AIX6 this can be done but we are on AIX 5.3.x and 5.2.x (6 Replies)
Discussion started by: admaix
6 Replies

6. UNIX for Dummies Questions & Answers

File encryption/Key encryption ????

My dilemma, I need to send, deemed confidential, information via e-mail (SMTP). This information is sitting as a file on AIX. Typically I can send this data as a e-mail attachment via what we term a "mail filter" using telnet. I now would like to somehow encrypt the data and send it to a e-mail... (1 Reply)
Discussion started by: hugow
1 Replies

7. Solaris

FTP text file

Hello to all of you, I have a problem i want to configure ftp server in Sun Solaris 10 .. I know the ftp service is enable by default when you install Solaris 10 but i want to find where is the ftp text file .. So i can configure the FTP Service via text .. THANKS!!! ... (2 Replies)
Discussion started by: giancarlodjabon
2 Replies

8. Programming

Password encryption/decryption in flat-text files

Dear all, If anyone has some ideas for me how to tackle the following situation: Imagine a type of client-server application. The client application is started by a human operator with all the necessary LDAP/Kerberos in place. The server application is started automatically as a daemon process.... (2 Replies)
Discussion started by: domivv
2 Replies

9. UNIX for Advanced & Expert Users

ftp a text file

HI:- I ftp a *.txt file from one location to other system, but it lost its format (alignment etc.). I tried help from ftp menu but no luck. Any help (2 Replies)
Discussion started by: s_aamir
2 Replies
Login or Register to Ask a Question