I'm looking for a FTP client that is similar to NCFTP in that I can run a full ftp command in one line without needing to access the client first then typing the ftp commands.
Very simple request but I can't find any other tool like that, I have downloaded Kermit thinking I can use it to tranfer files from the command line but I found out that you have to access the tool first the put in commands.
For example in ncftp I would do something like:
$ /hps/ncftpclient/ncftp-3.1.8/bin/ncftpput -u username -p password -P 21 -a 10.1.1.1 /folder1/folder2/filename.pdf
I need to do the same but with a different client.
Please advice
Thank you in advnace
Very simple request but I can't find any other tool like that, I have downloaded Kermit thinking I can use it to tranfer files from the command line but I found out that you have to access the tool first the put in commands.
For example in ncftp I would do something like:
$ /hps/ncftpclient/ncftp-3.1.8/bin/ncftpput -u username -p password -P 21 -a 10.1.1.1 /folder1/folder2/filename.pdf
I need to do the same but with a different client.
Please advice
Thank you in advnace