LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-28-2015, 06:54 AM   #1
jbennett8000
LQ Newbie
 
Registered: May 2015
Location: A village just outside Maidstone, Kent, England
Distribution: Ah, too many to list!
Posts: 4

Rep: Reputation: Disabled
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
 
Old 05-28-2015, 07:07 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,804

Rep: Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306
looks like you need to run a browser on the linux server, and gui should be displayed on windows.
 
Old 05-28-2015, 07:13 AM   #3
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Quote:
Originally Posted by pan64 View Post
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.
 
Old 05-28-2015, 07:50 AM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748
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.
Old 05-28-2015, 08:02 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,804

Rep: Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306
or vnc server/client
 
1 members found this post helpful.
Old 05-28-2015, 08:04 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,622

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by jbennett8000 View Post
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.
Old 05-28-2015, 08:41 AM   #7
DJ Shaji
Member
 
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Blog Entries: 15

Rep: Reputation: 106Reputation: 106
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.
Old 05-28-2015, 09:30 AM   #8
jbennett8000
LQ Newbie
 
Registered: May 2015
Location: A village just outside Maidstone, Kent, England
Distribution: Ah, too many to list!
Posts: 4

Original Poster
Rep: Reputation: Disabled
Talking 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 View Post
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
 
Old 05-28-2015, 02:36 PM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,622

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by jbennett8000 View Post
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.
 
  


Reply

Tags
download, program, server, ssh, wget



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Direct download of internet resources to Linux server from a Windows client jbennett8000 Linux - Networking 1 05-28-2015 06:53 AM
How to: run bash file in Linux which is initiated from a Windows/Mac system adeoux Linux - General 4 04-28-2012 05:40 PM
can i download from an ftp server direct to my c600 notebk without burning to cd? newmike Debian 9 07-28-2006 07:34 AM
can not connect to my pureftp server from Linux client, but i can from windows client bonito SUSE / openSUSE 5 03-16-2005 09:45 PM
file up/download php client on linux server sam99 Programming 5 03-10-2004 05:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration