MAYF#36466 Bijlagen naar FTP met loglevel 1 ook loggen (net als per e-mail)
svn path=/Website/branches/v2016.1/; revision=29379
This commit is contained in:
@@ -185,7 +185,7 @@ function connectFTP( p_connect
|
||||
for (; !allFiles.atEnd(); allFiles.moveNext())
|
||||
{
|
||||
var attFile = allFiles.item();
|
||||
Log2File(2, "Sending attachment: " + attFile.Path + " (" + attFile.Size + " bytes)");
|
||||
Log2File(1, "Sending attachment: " + attFile.Path + " (" + attFile.Size + " bytes)");
|
||||
var filename = replaceAll(attFile.Name, "/", "_");
|
||||
|
||||
FTPresult = sendFTP(p_connect, filename, "", attFile.Path);
|
||||
|
||||
Reference in New Issue
Block a user