I am attempting to download a file from a red hat linux server:
wget /u01/d/ss/file.jpg Yields:
/u01/d/ss/file/jpg: Scheme missing. 1 1 Answer
You can use wget only with http:// ftp:// or https:// and ftps:// URL (see: ). If you want copy file use cp command.