[SOLVED] Direct download by Linux server initiated by Windows client
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Location: A village just outside Maidstone, Kent, England
Distribution: Ah, too many to list!
Posts: 4
Rep:
Direct download by Linux server initiated by Windows client
I can't quite figure out where the best place to ask this is, so if you think this should be somewhere else, please do let me know!
I am a heavy user of both Linux and Windows operating systems. I have a home server running Linux which is predominately used for data hosting and distribution. Often, when using a Windows computer, I download a file from the internet and then transfer it to the server for archiving in two separate processes.
Recently, I have experimented with instructing the server to download resources directly using the wget command. However, it gets rather tedious using wget for every file I wish to download.
My question is this: is there a GUI program that runs under a Windows client that can interface with my server, likely via SSH, whereby I can specify an URL for download and a location for the data to be stored on the server?
I know it would be a relatively easy program to write myself, but if something that has the functionality I desire already exists, I see no reason in doing so. (There is also the small problem that I haven't written a program from scratch since school! )
I can't quite figure out where the best place to ask this is, so if you think this should be somewhere else, please do let me know!
I am a heavy user of both Linux and Windows operating systems. I have a home server running Linux which is predominately used for data hosting and distribution. Often, when using a Windows computer, I download a file from the internet and then transfer it to the server for archiving in two separate processes.
Recently, I have experimented with instructing the server to download resources directly using the wget command. However, it gets rather tedious using wget for every file I wish to download. My question is this: is there a GUI program that runs under a Windows client that can interface with my server, likely via SSH, whereby I can specify an URL for download and a location for the data to be stored on the server?
I know it would be a relatively easy program to write myself, but if something that has the functionality I desire already exists, I see no reason in doing so. (There is also the small problem that I haven't written a program from scratch since school!
The question I have is, "Why bother doing this AT ALL??"
If I'm understanding what you wrote, you have a Linux server, and you want the files you download on it. Great...so, mount a shared drive from your Linux system to your Windows box, using either NFS or Samba. Download whatever you want, and have it saved to the Linux share. If you're downloading from Linux, it saves to the local drive...from Windows, it saves to the network drive which is on Linux.
DownloadDaemon is a comfortable download-manager with many features like one-click-hoster support, etc. It can be remote-controled in several ways (web/gui/console clients), which makes it perfect for file- and root-servers, as well as for local use.
Location: A village just outside Maidstone, Kent, England
Distribution: Ah, too many to list!
Posts: 4
Original Poster
Rep:
This is why I love LQ!
Perfect guys! I have no idea why I haven't yet tried saving directly to an SMB share. I guess I wanted to minimise traffic through the Windows machine, since by saving to a SMB, I am effectively doubling the throughput required (WAN data in, LAN data out concurrently).
Quote:
Originally Posted by DJ Shaji
Maybe this is what you are looking for:
I will have a look at DownloadDaemon DJ Shaju, it does look promising (and familiar, interestingly). As a "by the way", by a GUI, I was looking for something where I could specify a file URL, output title and output location which would then run a wget command on the server, thereby allowing the server to do all the work, rather than using the PC's resources too. But, until I get really REALLY fast internet, I guess this isn't too much of an issue.
Cheers for all this so far guys. If anyone wants to add anything, feel free, but I will mark this thread as solved nevertheless.
Happy typing!
Josh
Last edited by jbennett8000; 05-28-2015 at 10:35 AM.
Reason: Clarification of point
Perfect guys! I have no idea why I haven't yet tried saving directly to an SMB share. I guess I wanted to minimise traffic through the Windows machine, since by saving to a SMB, I am effectively doubling the throughput required (WAN data in, LAN data out concurrently).
...and unless you have a MASSIVE Internet connection, you most certainly would not saturate a very basic 1Gb/s link or even a WiFi connection. You have plenty of bandwidth to spare.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.