Does this help?
http://linuxreviews.org/so
Main Topics
Browse All TopicsI would like to communicate to FTPs server from one of the Linux client, from the man pages I could see lftp but I don't know the arguments for the same; Is there any other way to communicate to FTPs server. please let me know
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Does this help?
http://linuxreviews.org/so
oh, upon re-reading the question you want to connect to ftp using tls authentication?
in which case you can use a program called: 'ftp-ssl' - simple like the original 'ftp'
alternatively you can use a tls wrapper called: tlswrap
http://tlswrap.sunsite.dk/
you can use that to bounce insecure normal ftp connections over the localhost
Hi bennisabraham,
The best option for an FTPS under linux is thought to be lftp. You can find it at http://lftp.yar.ru/desc.ht
Regards,
Another option would be http://www.netwinsite.com/
Ncftp is a very good one and easy to configure
http://www.ncftp.com/ncftp
Business Accounts
Answer for Membership
by: droydenPosted on 2008-03-11 at 13:28:09ID: 21099872
For basic ftp you can use the command 'ftp' for something a bit nicer you can use 'ncftp'.
bash$ ftp hostname.com 21
bash$ ncftp ftp://ftp.hostname.com