Linux - Software This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
05-28-2015, 06:54 AM
|
#1
|
LQ Newbie
Registered: May 2015
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!  )
Thanks in advance for your help!
Josh
|
|
|
05-28-2015, 07:07 AM
|
#2
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,966
|
looks like you need to run a browser on the linux server, and gui should be displayed on windows.
|
|
|
05-28-2015, 07:13 AM
|
#3
|
Senior Member
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,908
|
Quote:
Originally Posted by pan64
looks like you need to run a browser on the linux server, and gui should be displayed on windows.
|
It does mean you will have to put an X server on your Windows workstation.
|
|
|
05-28-2015, 07:50 AM
|
#4
|
LQ 5k Club
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,550
|
Another way would be to set up a Samba share on the Linux server so that a Windows computer could save directly to the share.
|
|
1 members found this post helpful.
|
05-28-2015, 08:02 AM
|
#5
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,966
|
or vnc server/client
|
|
1 members found this post helpful.
|
05-28-2015, 08:04 AM
|
#6
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,582
|
Quote:
Originally Posted by jbennett8000
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.
|
|
1 members found this post helpful.
|
05-28-2015, 08:41 AM
|
#7
|
Member
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Rep: 
|
Maybe this is what you are looking for:
Quote:
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.
|
|
|
1 members found this post helpful.
|
05-28-2015, 09:30 AM
|
#8
|
LQ Newbie
Registered: May 2015
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 09:35 AM.
Reason: Clarification of point
|
|
|
05-28-2015, 02:36 PM
|
#9
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,582
|
Quote:
Originally Posted by jbennett8000
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.
|
|
|
All times are GMT -5. The time now is 05:31 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|