Download file from unix
Since you are on windows, install something like cygwin so you get a bash terminal to work in. If you want to do the copy from your remote server, you need to set up some kind of server on your desktop to be able to push the file. Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group.
Create a free Team What is Teams? Learn more. Ask Question. Asked 10 years, 6 months ago. Active 10 years, 6 months ago. Viewed 57k times.
Improve this question. James James. Add a comment. Active Oldest Votes. You can use winscp. Improve this answer.
Software Mechanic Software Mechanic 1 1 silver badge 14 14 bronze badges. Is there no built in command to do this, for example to copy a file I would do cp file.
I have a few php files on my server that I created and I'd like to download them to this computer for backup purposes. Browse other questions tagged linux mysql php web-server unix or ask your own question. Newbie here, I just got SSH access to my shared hosting server unix. I am current in a directory on the server where there is a file called images. Connect and share knowledge within a single location that is structured and easy to search.
I have a file on a remote server that I can connect to via ssh. Should I be using wget , sftp , ftp , or simply rm? Bonus points if you know a good resource for UNIX documentation, since google's results were not great. Use scp 1 :. None of them, you should use scp. Or alternatively rsync will be nicer for anything more complicated with remote file transferring on a regular basis.
For the documentation, look at the man pages, ex: man scp. Or online at. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Asked 9 years, 3 months ago.
0コメント