• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FTP client software for Linux?

TommyVercetti

Diamond Member
I am looking for an FTP Client softwre for linux. I already use the one which is standard with Red Hat 8.0, but I need something with additional capabilities. I want the FTP client to be able to do everything for a single command line.

EX: The current FTP program, you say FTP 192.168.0.1. It connects, and then gives you a prompt to enter username and password. After that it waits for you to give it commands.

I want a client which can accept this command from the shell command line : ftp 192.168.0.1 username password file_to_get exit.

Is there anything like that out there?
 
Thank you for the help. Wget seems like the solution! Although those other ideas aren't bad, always good to know the alternatives.
 
Also note that ncftp should come with ncftpput, ncftpget, ncftpls and a few other commands specifically designed for use in scripts.
 
Back
Top