Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

exe for remote notification

  • 04-05-2011 9: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 Posts: 11,107 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: 93,599 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