Suppose that we have a full URL of desired file e.g.
http://domain.com/directory/4?action=AttachFile&do=view&target=file.tgz
I would like to go without installing a new software. Is it possible?
Command
cp 'http://example.com/directory/4?action=AttachFile&do=get&target=file.tgz' hooray
doesn't work ;)