The uploads use put and mput. On a personal computer where you can install software, try any SFTP client. Or search for one you like best. However another solution, is to install a revision control system, you should do this anyway, as they are very very useful. I recommend mercurial hg others will recommend git, but it is much harder to learn.
You can save the entire history of your project, so can undo changes from weeks ago if you need to. You can also synchronise multiple computers via bitbucket. It may be better to ask the local IT-support team, at the university, to find out how.
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. How to save a file from Linux on to your desktop?
Ask Question. Asked 3 years, 1 month ago. Active 3 years, 1 month ago. Viewed 12k times. Improve this question. Belle Belle 13 1 1 gold badge 1 1 silver badge 5 5 bronze badges. Add a comment. Active Oldest Votes. You can use it from command line: pscp user host:source target Where user and host refer to the server you are connecting to. Improve this answer. Ok, I understand how to find paths to other parts within your directories in Linux, but without giving away the answer or command , is it possible to find the path to the desktop of the current computer you are using, in other words, can you access folders outside of linux?
For example, "My Documents" in Windows? No you can't read out from remote computer to local when using ssh putty. You need to run a putty command on the local machine, to go grab the file.
You could do a ssh back from the remote to the local, but you seem to be using Microsoft's Windows so you can't. Another classmate did the same! She used Filezilla to save a file she has saved in her Linux directory and then you could see the file on her desktop.
The desktop was on a university's computer — Belle. It may be better to ask the local IT-support team, at the university. To end the SFTP session, type bye. Christopher Christopher This is my next step. Well, first step actually is to learn what SFTP is and then proceed from there. Thank you. Note that SFTP needs to be enabled by the server admin for it to work. So I think that the answer that most directly answers you question is scp pscp if using putty.
If you can't find them, then ask, and I will direct you to some. I wish I could ask you to explain this like I'm 5. Curl is another command line tool that can be used to download files from the internet.
Unlike Wget, which is command line only, features of Curl are powered by libcurl which is a cross-platform URL transfer library. Curl not only allows downloading of files but can also be used for uploading and exchanging of requests with servers. However, Curl does not support recursive downloads which Wget offers. Similarly, like Wget, Curl comes pre-installed with most of the Linux Distributions. This can simply be checked by running the following command:.
Just like Wget, Curl has multiple features incorporated inside of it. The most basic is its ability to allow users to download files from a single URL from the internet. For better understanding, we will be downloading a simple image in the png format from the internet just like in the case of Wget.
Curl also allows users to change the filename and the type of the file. This can be done by the following command:. In the image above, we took a png file originally named pancake1.
Just like in the case of Wget, Curl allows users to download multiple files using a number of URLs from the internet. For our example, we will use curl to download a jpg file and a png file from the internet. Results are shown in the image below:. A pretty amazing feature that Curl provides to its users is its ability to monitor the progress of the download of the file. For more information regarding Curl, users can input the following command into the terminal to get access to all the Curl commands that appear to be available:.
Wget and Curl are among the wide range of command line tools that Linux offers for the downloading of files. Both offer a huge set of features that cater to different needs of the users. If users simply want to download files recursively, then Wget would be a good choice. Hi there! You can reach out to me on LinkedIn. In recent years, technology has evolved and grown significantly, highlighting the changes taking place in the digital world. These technological advancements have led to the creation of so many extraordinary tools and softwares that have significantly aided in making our lives easier.
Downloading Files using Wget One of the most popular command line tools for downloading files from the internet is Wget. How to Install Wget? Zeeman Memon Hi there!
0コメント