Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

exe for remote notification

  • 04-05-2011 10:41AM
    #1
    Registered Users, Registered Users 2 Posts: 230 ✭✭


    I'm trying to get remote notification that an FTP transfer in FileZilla has completed.

    FileZilla has an option to run an executable or .bat file when the transfer is complete.

    What can I run, so that I can check online from a remote computer that the file transfer is finished?


Comments

  • Moderators, Arts Moderators, Regional Abroad Moderators, Paid Member Posts: 11,203 Mod ✭✭✭✭Fysh


    If you can install a simple mailserver on the same machine (eg something like hmailserver, though I haven't used it so can't say for definite) you could write a script to launch the mailserver, send an email to a webmail account, then close the mailserver.


  • Closed Accounts Posts: 5,635 ✭✭✭xsiborg


    Fysh wrote: »
    If you can install a simple mailserver on the same machine (eg something like hmailserver, though I haven't used it so can't say for definite) you could write a script to launch the mailserver, send an email to a webmail account, then close the mailserver.

    i was thinking the same thing, like setting up a scheduled task in windows to send a mail from outlook, then shut down the PC.

    a much easier solution would be to simply RDP into the PC and check for yourself at regular intervals?


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 96,078 Mod ✭✭✭✭Capt'n Midnight


    you can use blat to send email from command line


    done.bat
    blat -t message.txt fred@fred.com
    shutdown (or what every you want to do next)


  • Registered Users, Registered Users 2 Posts: 230 ✭✭seanp_25


    Thanks,

    The machine I'm trying to send the notification from is at work, behind a firewall, so I can't install a mail server. Blat is giving me some problems (I think I have to use stunnel to use it with gmail smtp?)

    I'm gonna try to use the Microsoft command-line FTP client to upload a 'finished' file to the FTP server.


Advertisement