Error: Unrouteable address A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: test@domain.com Unrouteable address” Solution : Suppose you have try to send emails from domain.com to any other email account and the server shows the above error then this problem […]
See MoreTag: remote server
Using wget to download FTP folders
Using wget to download FTP folders If you want to copy all of the files and folders from one host to another by using the ftp account. Then use the following command to download the files/folders on remote server by using wget. Use this command on destination server. wget -m ftp://username:password@ip.of.old.host Some on the hosting […]
See More