LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   way to transfer file (https://www.linuxquestions.org/questions/linux-newbie-8/way-to-transfer-file-4175672060/)

ck_chik 03-27-2020 05:13 AM

way to transfer file
 
I have utuntu server which is running on VMware , however , the vmware is restricted by firewall rule , now only 80/443 , ssh is allowed between this server and internal network .

Now I want to transfer a file to this server , my situation can not directly transfer it via internal network as the above restriction .


I just would like to ask is there any method can transfer the file , for example , through the port 80/443 , download it from a public site something like cloud , free storage website , I am wonder github can do that or not ?

would anyone can please suggest the method .

Many thanks

TenTenths 03-27-2020 05:17 AM

If you can SSH to a server you should be able to use SCP to copy files to/from it.

pan64 03-27-2020 05:20 AM

I think scp and rsync should work (both uses ssh), otherwise you can construct a tunnel and use whatever you want.

ck_chik 03-27-2020 06:12 AM

thanks reply ,

I only have one linux server , how can I use scp to get the file from windows ?

Turbocapitalist 03-27-2020 06:47 AM

You can use SFTP instead. See WinSCP or FileZilla.

In the long run it would help usability, availability, and security to also upgrade the legacy system and replace it with Ubuntu.


All times are GMT -5. The time now is 11:11 AM.