www.ProFTPD.de
13. März 2007, 18:19:40 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
  Übersicht Hilfe Suche Login Registrieren  
  Zeige Beiträge
Seiten: [1] 2 3 ... 7
1  ProFTPD / ProFTPD - SFV Checker / missing Files am: 15. Oktober 2004, 23:25:11
dann läuft ftpexecd nicht...
ftpexecd muss VOR proftpd gestartet werden...
2  ProFTPD / ProFTPD - SFV Checker / missing Files am: 13. Oktober 2004, 13:17:00
nachdem das .sfv file auf dem server ist check ftpsfv alle files die laut dem .sfv file da sein müssten un schreibt entsprechende bad/missing files...
zusätzlich wird ein verzeichnis erstellt das den gesamten status der files (missing, bad, ok) angibt...
3  ProFTPD / ProFTPD - SFV Checker / missing Files am: 12. Oktober 2004, 22:40:05
macht es automatisch...  Lächelnd
4  ProFTPD / ProFTPD - SFV Checker / ftpsfv checkt von hand, aber nicht automatisch am: 20. Juni 2004, 12:52:40
Läuft ftpexecd ?
5  ProFTPD / ProFTPD - SFV Checker / ftpsfv checkt von hand, aber nicht automatisch am: 16. Juni 2004, 23:03:48
Ich tippe auf den FIFO... Zwinkernd
Nochmal die INSTALL genau lesen...
6  ProFTPD / ProFTPD - SFV Checker / Vorschläge/Wünsche für Erweiterungen? am: 31. Mai 2004, 22:54:58
@Tone:
Ok, kommt die Woche, versprochen Zwinkernd
Hier aufm Board hab ich auch schon ne Anleitung gegeben wie das script verändert werden muss, damit das geht, aber wenn du noch 2 tage zeit hast gibts ne neue versio wo das schon eingebaut ist...  Lächelnd
7  ProFTPD / ProFTPD - SFV Checker / SFV Checker von TL |installation am: 31. Mai 2004, 22:51:33
Was genau funktioniert denn nicht?
Hast du die INSTALL Schritt für Schritt abgearbeitet?
8  ProFTPD / ProFTPD - SFV Checker / Re: Call external script with sfv checker ? am: 31. Mai 2004, 22:50:35
Zitat von: "gnomito"
Hi,  

i need help with sfv checker:

I'd like to use sfv checker to call an external script everytime a file is uploaded to the ftp server. The server only accepts .jpg files. All users are banned to their respective user dirs (DefaultRoot ~). First  i tried to use mod_exec, but unfortunately their are some problems with DefaultRoot ~. So it comes to sfv checker.

I just installed sfv checker on my system (Suse 9.0 / ProftpD  1.2.9). Everything seems to work fine. Then i changed the ftpsvcheck.pl script with the following entry:

system("/opt/blabla/thconvert.sh ".$filename);

thconvert.sh is a shell script invoking ImageMagick's 'convert'  with a given filename (absolute path to file) and a definite size for resizing the jpeg.

But this doesn't work. Doesn anybody know what's wrong here. ?

Thx for your help.


Sorry for the late reply, I was on vacation  Cool

This would be the correct script:
Code:
#!/usr/bin/perl
if (@ARGV != 1)
{
  print("Usage: ftpsfvcheck.pl filename\n");
  exit(-1);
}
system("/opt/blabla/thconvert.sh " . @ARGV[0]);
exit(0);

Hope this helps...
9  ProFTPD / ProFTPD - SFV Checker / Move files when 100% ok ? am: 23. Mai 2004, 18:19:16
Zitat von: "Anonymous"
So..
like this?


Yes, but don't forget the second
Code:
system(...


Zitat
Registered now  

How would i write to move the whole dir then ?
Code:

system(mv $path /mnt/otherdisk);


try this
Code:
system("/bin/sh mv ".$path." /mnt/otherdisk");

But I'm not absolutely shure about this...  :roll:
10  ProFTPD / ProFTPD - SFV Checker / Move files when 100% ok ? am: 23. Mai 2004, 17:53:45
Yes, just check the exit-code of the ftpsfv program, If it's 0 everything is ok...

Just add this few lines to ftpsfvcheck.pl:
Add
Code:
$result =
before every
Code:
system(...

After
Code:
closedir DIR;
and before
Code:
exit(0);
add  
Code:
if ($result ==  0)
{
  do_your_copying_here
}
11  ProFTPD / ProFTPD - SFV Checker / Probleme beim Starten unter FreeBSD 5.2.1 am: 22. Mai 2004, 16:51:05
Zitat
ERROR: /var/log/sfv.fifo is not a fifo

^^ da stehts doch: /var/log/sfv.fifo ist kein fifo...
Hast du den fifo mit
Code:
mkfifo /var/log/sfv.fifo
angelegt?
12  ProFTPD / ProFTPD - Deutsch / Daten automatisch nach gewissem Zeitraum löschen am: 02. Mai 2004, 18:48:49
Ja geht mit ein klein wenig Aufwand Zwinkernd

proftpd alle Uploads mitloggen lasse (entweder in SQL oder logfile) und diese Daten täglich von nem Script das via cron aufgerufen wird auswerten und bei Bedarf löschen...
13  ProFTPD / ProFTPD - Deutsch / mod_ftpsfv Installieren ? am: 27. April 2004, 13:04:50
Steht alles in der Datei INSTALL...

Zuerst lesen dann fragen  :!:  :evil:
14  ProFTPD / ProFTPD - SFV Checker / Fix for SFV checker am: 16. April 2004, 22:08:18
Thx Guest!
I will include this in the next release.

Regards
TL
15  ProFTPD / ProFTPD - English / [TL-FTPSFV] remark & question am: 07. April 2004, 14:44:28
Since you're running ftpexecd as admin:ftpusers the user & group from ftpsfvcheck.pl is ignored.
Could you try to change these options in ftpsfvcheck.pl?
Code:
my $user = "";
my $group = "";
my $file_permissions = "0777";
my $dir_permissions = "0777";

Does ftpsfv still create multiple directories?

Maybe you could give me a shell account on your system, because I can're reproduce this behaviour on my system...
Seiten: [1] 2 3 ... 7
Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.066 Sekunden mit 15 Zugriffen.