This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Serv-U MFT - Events

Hello,


I am testing many MFT solutions.

I find serv-u so far very very limited and not very easy to use.

We have many complex file flows scenarios.


If at least I could make the Events, Execute Command to work maybe I could customize and make it work.

So far I tried to make a very simple script run.sh in bash like this :

#!/bin/bash

L="/data/upload.ok"

date >> $L

echo "OK" >> $L

exit

When I upload a file the server CRASHS! I am running it on Centos 7 x64

Is there any documentation on the topic? I could not find much...

Many documentations links are broken! just search on google serv-u administration guide.. it takes you to a 404 https://www.serv-u.com/serv-u-administrator-guide.pdf

thank you