开发者

Is there any way to download data from disk station to the server directly?

开发者 https://www.devze.com 2022-12-07 17:16 出处:网络
I have disk station with some large files (site with interactive file system where I can download some files and archives).开发者_JAVA百科 I also have server with ssh access. Can I download file direc

I have disk station with some large files (site with interactive file system where I can download some files and archives).开发者_JAVA百科 I also have server with ssh access. Can I download file directy to the server without downloading it to my local machine and then using scp to the server?

Some people say to use

wget http://link-to-the-file

But I am not sure, that there is direct download link. Moreover you should specify language of achieve before downloading (confirming).

Note: I tried to use wget but can't understand is there downloading link.

0

精彩评论

暂无评论...
验证码 换一张
取 消