WOL FTP Server from FTP Client
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- WOL FTP Server from FTP Client
WOL FTP Server from FTP Client
11-10-2017 9:00 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Need to wake up the box using magic packets, I can do this from the router or a dedicated program but Is there not a way to wake the ftp server (filezilla) from an FTP Client ?
Re: WOL FTP Server from FTP Client
11-10-2017 10:00 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Magic packet is a different protocol and typically servers running ftp such as Web servers, are online 24/7. You might be able to find an open source ftp client and add that functionality though.
Re: WOL FTP Server from FTP Client
11-10-2017 10:37 PM - edited 11-10-2017 10:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I doubt if any thought has been given for including the ability to send a "magic packet" to wake a remote system when wanting to establish a FTP connection as most server systems run continuously and the OS will "wake" an instance of the server daemon when a connection request is received.
I would probably go for a script to loop for a short interval, sending the packet and checking for a ping response and report an error or launch the FTP client depending whether or not a response occurred before the loop count expired.
Phil
Using a TP-Link Archer VR600 modem-router.
Re: WOL FTP Server from FTP Client
12-10-2017 1:16 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If you want to run a specific program on the remote machine, SSH can do this (after you've woken up the remote machine, via some ingenious method).
Note that WOL means Wake on LAN, so you could just walk over to the LAN PC & switch it on.
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: WOL FTP Server from FTP Client
12-10-2017 9:56 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@VileReynard wrote:
Note that WOL means Wake on LAN, so you could just walk over to the LAN PC & switch it on.
That's not always convenient - especially from a detached outbuilding in a heavy downpour (to cite an extreme example!).
In my case, I have two machines that are separated by a couple of feet short of the longest possible "shortest path" in my house, positioned for "normal usage convenience"; though it is rare to need a manual WOL event.
Phil
Using a TP-Link Archer VR600 modem-router.
Re: WOL FTP Server from FTP Client
12-10-2017 2:49 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Well, I guess I'm just going to have to use This seeing as the box will be in the loft.
I've no desire to have the thing whirirng away needlessly!
Re: WOL FTP Server from FTP Client
12-10-2017 11:21 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You could always try (free of charge) the Linux wol command.
https://linux.die.net/man/1/wol
There are also other ways...
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: WOL FTP Server from FTP Client
13-10-2017 11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Yeah, there are plenty of ways to do it, on windows it would be powershell or funky program with one click, on the router it would be the WoL function (Manual or auto) or even timmed event. But I'm just trying to make it as easy as possible for other family members to be able to wake the machine and ftp to the box to get old stuff or even use it as a file store for new stuff. Thats why I asked the question (FTP Client With WoL Function) so it would be very easy for people to use. I can't be explaining how to enable scripts to executed in powershell to your standard pc user or for that matter access to the router either!
You may or may not be aware - I have many Flavours of Linux lying around, but thats me.
Is there no simple solution to this problem without leaving the machine in a constant run state. The mind boogles¬
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- WOL FTP Server from FTP Client