Update/Download file from FTP server to UNIX Server

HI Guys,

I want to download files from FTP Server to my Unix server.

I have tried , buy No Luck .

Below Command i have tried.

1-Wget - Error "wget' not found"
2.ftp -n $HOST ...Not Working.
3.scp -i ftp://user:passowrd@hostname:21/ran/on/test.txt

Any Suggestion

Moderator comments were removed during original forum migration.

Heya Pareshkp.

Not all systems come with wget installed, many prefer curl .
Bet you need to install wget first, or get used to curl.
But after 4 years at this forum, and since you work with servers, i wonder why you didnt know that yet....

In regards to your other two messages, please follow the forum rules and provide required information.

Thank you