I am using the wget command for download FTP files, when i download the FTP file its showing error "Event not fount". Here i use the password like some below charater ! so its showing this error
bash: !@myipaddress: event not found
Using wget command
wget -r ftp://username:password@ip/directoryname
-l infin addition to-rto remove the limit. Though you might want to look into-m(mirror). – user136036 Mar 24 '21 at 19:38