Downloading files from linux server: wget scheme missing

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.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like