Looking for ftps client


 
Thread Tools Search this Thread
Operating Systems AIX Looking for ftps client
# 1  
Old 06-14-2006
Looking for ftps client

Anyone know of a good solid ftps client for AIX? I am attempting to use lftp but am having compile issues. I also ahve a binary but receive the following error when attempting to run it;

exec(): 0509-036 Cannot load program ./lftp because of the following errors:
0509-150 Dependent module libstdc++.a(libstdc++.so.5) could not be loaded.
0509-022 Cannot load module libstdc++.a(libstdc++.so.5).
0509-026 System error: A file or directory in the path name does not exist.

I am not sure but i thought this was part of gcc. I have gcc:

gcc -v
Using built-in specs.
Target: powerpc-ibm-aix5.2.0.0
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.2.0.0
Thread model: aix
gcc version 4.0.0


Any suggestions on a good ftps client or where to get the module libstdc++.a? Thanks
# 2  
Old 06-15-2006
Hi.

You need libstdc++-devel to compile the program. You can get it from IBM:
http://www-03.ibm.com/servers/aix/pr...ezinstall.html
You will also need the binaries of the lib.
If you alreadey installed them, check the LIBPATH variable, and make sure there is the path to that lib. If not, go to the URL mentioned above.
Use "ldd" (comes with aixtools) to check if you have all the libraries you need.

Why don't you use sftp? Smilie

Regards.
# 3  
Old 06-20-2006
Quote:
Why don't you use sftp?
We looked at sftp but decided on proftp due to its flexability and many other features. From what I have found proftp only uses ftps. If this is incorrect please let me know.
# 4  
Old 10-24-2007
ZUESSH - Anyluck getting LFTP to compile in AIX?
# 5  
Old 10-24-2007
Jscape SFTP Server

I have been using the jscape SFTP Servers and its been rock solid

secure ftp server, ftp server, ftps server, sftp server, ftp server ssl

it not system dependent
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

How to configure FTPS service on Linux 7.2?

Hey Guys, I need to know , how to configure the FTPS service on Linux 7.2 OS. Please advise. Thanks (0 Replies)
Discussion started by: anil1000
0 Replies

2. UNIX for Advanced & Expert Users

Best way to transfer files to remote FTPS server instead of local FTPS server

Hi, I am working on an application which runs on an Informatica Red-Hat 5.10 Linux Server. The application involves several Informatica ETL workflows which generate 100s of Text files with lot of data. Many of the files will each be up to 5 GB in size. Currently the Informatica server itself... (7 Replies)
Discussion started by: waavman
7 Replies

3. Shell Programming and Scripting

File transfer using FTPS(SSL)

Hi Team, I am currently working on an integration project where in we have planned to receive files from an external source onto our system via FTPS(SSL). I am new to this part and would like to know the points for consideration and the points to learn to get this done. The files we receive from... (1 Reply)
Discussion started by: Rads
1 Replies

4. Shell Programming and Scripting

FTPS Connection script

I have a requirement for which I had to connect to a server using FTPS. I have been provided with these, connection method: FTPS Server Name Port for explicit and implicit Login user I would like to know the FTPS command/script in order to connect to there server and get a file. ... (5 Replies)
Discussion started by: r@v!7*7@
5 Replies

5. UNIX for Dummies Questions & Answers

Lftp for a remote server which uses FTPS

Hi All, I am new to SHell scripting, can someone please help me with the below requirement. 1) LFTP a file to a remote server which supports FTPS. My current enviroment is Sun Solaris 5.10 2) I need to incorporate this in a shell which is currently sending files to a server that accepts... (1 Reply)
Discussion started by: subbu
1 Replies

6. UNIX for Dummies Questions & Answers

Ftps connection by ksh script

Hi, I'm trying to access to FTP SERVER over SSL with this script unix : (credentials are correct) #!/usr/bin/ksh USER="test" PASSWORD="pwdtest" IP="**.***.*.***" ftp -s $IP 990 << EOF >>log_ftp user $USER $PASSWORD bin passive EOF but seems that credentials are not passed... (2 Replies)
Discussion started by: nash83
2 Replies

7. UNIX for Dummies Questions & Answers

FTPs thru' WinSCP but from Command Line

Might sound like one of the common problems for which I am struggling to get an answer. Problem is this... ftp -inv user@hostname says Unknown Host. However, it gives me the ftp> prompt. Yet, when I try to do cd or mkdir, it says Not Connected. lcd and bye are the only two commands that seem... (1 Reply)
Discussion started by: dahlia84
1 Replies

8. AIX

FTPS - FTP CLIENT- AIX - HELP Please

I'm currently investigating the secure ftp connection from AIX using shell script - It looks openssl is already install and don't know command to be used to connect the secure ftp server. 1. Do I need to install certificate on AIX ?. 2. If any one already design the script to connect secure... (0 Replies)
Discussion started by: dharanir
0 Replies

9. Solaris

FTPS : FTP with certificates

Does anyone know of any products that support FTPS (FTP with SSL). Or does anyone out there run this now? any experiences? This is particularly to support the Cuncur expense system, I don tknow if anyone works with them at all, but they dont support sftp, just ftps. Thanks,!! (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

10. Shell Programming and Scripting

Help needed in shell script for FTPS

Hi, Im trying to build a script to download files from a secure FTP site. When I run the command ftps <host_address> in the unix prompt, it asks username and password, and then prompts the following question. Do you want to trust this certificate? (y): From the prompt, I am able to type... (10 Replies)
Discussion started by: vidhya_vec
10 Replies
Login or Register to Ask a Question