notification on FileZilla events

Moderator: Project members

Message
Author
User avatar
boco
Contributor
Posts: 26910
Joined: 2006-05-01 03:28
Location: Germany

Re: notification on FileZilla events

#16 Post by boco » 2012-03-18 22:13

swdld wrote:Daß Euer Forum blancs am Zeilenanfang löscht, macht den Code nicht besser lesbar :-(
Das liegt daran, daß Code in Tags gehört. Außerdem ist es der Browser, der die Leerzeichen reduziert.

That being said, please note these forums are English-only. Many people may visit any day who cannot be helpful to you just because they can't read German.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
botg
Site Admin
Posts: 35506
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: notification on FileZilla events

#17 Post by botg » 2012-03-19 07:06

Interesting approach. Sadly things like filenames can't be transmitted that way.

swdld
500 Syntax error
Posts: 13
Joined: 2012-02-29 19:09
First name: Markus
Last name: Marzioschek

Re: notification on FileZilla events

#18 Post by swdld » 2012-03-20 10:22

Conversation previously held in english taught me, that you missed the point. That's why I tried in German.
WMessages are THAT thing for an implementation with ease:
Implementation of a save and fast inter process communication.

@ Tim:
No, you are wrong!
Implementing to pass "more information" (like file paths or even Mario Puzo's 'The Godfather') is possible that way too. You just have to decide what kind of solution for what a need to implement!
Play around with WMessages and you'll succeede the Gordian knot.
Keep in mind, that Konrad Zuse realized, that ALL informations is calculatable and displayable with '0' and '1' ONLY.
These are two states only, as you know, but with WMessages you get hundrets or even tens of thousands of states.
And you try to make me believe that WMessages is inapplicable for that simple need of passing a filename?
Last edited by swdld on 2012-03-20 20:39, edited 3 times in total.

swdld
500 Syntax error
Posts: 13
Joined: 2012-02-29 19:09
First name: Markus
Last name: Marzioschek

Re: notification on FileZilla events

#19 Post by swdld » 2012-03-20 10:43

I may write you two applications which perform that thing.

The one would have a Unicode enabled TextBox in which you might write any text into (e.g. Mario Puzo's book ? )
and a button to pass the text.

The other application would display the information in its own TextBox, soon after the user clicked on the transmit button from the first application.

The way to perform that is not much more than "creating" a protocol (like 'old' FTP). The protocol must include vice versa communications for transferring bytes and passing the success of their revceival - thats it.

I have that running in some of my business processes since years and it's a 100% stable.

Such an implementation into FileZilla would make FileZilla the unrivaled #1 solution for an FTP server.
First step would be the protokol's design, the interface from FileZilla to a proprietary external process.
A good documentation of the layout, explanation of the functionality of the software interface would enable any pro to code his own proprietary process that performs his needs in combination with FileZilla.

swdld
500 Syntax error
Posts: 13
Joined: 2012-02-29 19:09
First name: Markus
Last name: Marzioschek

Server sources

#20 Post by swdld » 2012-03-20 16:06

Sorry, found the Client sources only. Can you please provide a link to the server sources?
I'd like to get an idea how to implement IPC.

User avatar
boco
Contributor
Posts: 26910
Joined: 2006-05-01 03:28
Location: Germany

Re: notification on FileZilla events

#21 Post by boco » 2012-03-20 23:00

You get the sources when installing FileZilla Server, by checking the Sources component.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

matrix
500 Command not understood
Posts: 2
Joined: 2013-11-23 14:28
First name: tim
Last name: lykkegaard

Re: notification on FileZilla events

#22 Post by matrix » 2013-11-23 15:28

Hi all

I've had problems with these here

Filezilla Server email notification Event ID 5156
http://dto-clan.dk/viewtopic.php?f=28&t=271

Filezilla Server email notification Event ID 5154
http://dto-clan.dk/viewtopic.php?f=28&t=270

So I made a script, maybe I make it in powershell 2

Here is my script for Filezilla Server email notification and SMS

for download and instructions goto

http://dto-clan.dk/viewtopic.php?f=28&t=280

if someone wants to help with a powershell script, please email me

:mrgreen:

Post Reply