LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Any Linux FTP Client as like FTPS on Windows ? (https://www.linuxquestions.org/questions/linux-newbie-8/any-linux-ftp-client-as-like-ftps-on-windows-876174/)

aullah 04-20-2011 01:58 PM

Any Linux FTP Client as like FTPS on Windows ?
 
Well, I am very new to Linux and trying to learn the shell scripting. Just to know is there any client in linux which does the same task as FTPS on windows. FTPS on windows can read series of FTP command from a txt file and execute them.

Is there any way to do that same task, i mean reading series of ftp commands from a txt file, on linux suing shell or perl (any module)?

Thanks in advance.

savona 04-20-2011 02:05 PM

there is an ftp command line tool, although I do not use it much.

Maybe this thread would help you:

http://www.unix.com/unix-dummies-que...mand-file.html

TB0ne 04-20-2011 03:06 PM

Quote:

Originally Posted by aullah (Post 4330794)
Well, I am very new to Linux and trying to learn the shell scripting. Just to know is there any client in linux which does the same task as FTPS on windows. FTPS on windows can read series of FTP command from a txt file and execute them.

Is there any way to do that same task, i mean reading series of ftp commands from a txt file, on linux suing shell or perl (any module)?

Thanks in advance.

Yes, you can use 'expect' to interact with commands, like FTP, telnet, etc. That would be used with a shell script to make it work. There are also many FTP modules for Perl which you can find on CPAN.

You can also use LFTP, CURL, ncftpget and ncftpput.


All times are GMT -5. The time now is 01:07 AM.