Posted: 06 Nov 2008 12:37 | ||
Registered User Currently Offline |
Posts: 2 Join Date: Nov 2008 |
|
I am evaluating the FTP automation software. One important thing to me is to be able to send an email at the end of the transmission with a total file count of all the files that were transferred. Please advise if this is possible and if so how to accomplish it.
Thanks, |
Posted: 06 Nov 2008 12:38 Last Edited By: sysaxsupport | ||
Moderator Currently Offline |
Posts: 367 Join Date: Nov 2008 |
|
You can create a variable to keep track of files that were successfully transferred. The commands to initialize and increment the file count would be
setvar filecount, 0; # set filecount variable to 0 increment filecount; # increment filecount by 1 ------------------------------------------------ FTP Server Windows Solutions |
Posted: 06 Nov 2008 12:39 | ||
Registered User Currently Offline |
Posts: 2 Join Date: Nov 2008 |
|
Can you show me where I would want to put it in this script? I want to send a notification at the end stating the amount of files transferred and if possible a list of the files that were transferred. |
Posted: 06 Nov 2008 12:40 Last Edited By: sysaxsupport | ||
Moderator Currently Offline |
Posts: 367 Join Date: Nov 2008 |
|
Could you email your script? There seems to be some problem with uploading attachements.
------------------------------------------------ SFTP Server FTP Solutions |