Post by ListsWe discovered yesterday that if proftpd is unable to write to our
Microsoft sql db, it does not complete the transfer. Is there a solution
to this problem? We need the file to be transferred regardless of db
write is successful or not.
Could you show us the proftpd config, particularly the mod_sql portion,
that you're using? There may be a way to deal with the situation...
Cheers,
TJ
<IfModule mod_sql.c>
SQLEngine log
SQLBackend tds
SQLAuthenticate off
SQLLogFile /home/ftp/sql.log
SQLNamedQuery insertfileinfo INSERT "'%U', '%{time:%Y-%m-%d %H:%M:%S}', '%f', '%m' , '', '%{protocol}', %b, '%a'" tableName
SQLLog STOR,RETR insertfileinfo
</IfModule>
------------------------------------------------------------------------------Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html