Posted: 28 Sep 2009 18:16 | ||
Registered User Currently Offline |
Posts: 4 Join Date: Sep 2009 |
|
I'm trying to generate a time-stamped log file, but it doesn't appear to work. It just gets labeled as the normal transfer.log:
sysaxftp -script "C:\\transfer.fscr" -tslogfile "M:\\Management\Reports\IT\FTPLogs\transfer.log" |
Posted: 29 Sep 2009 09:21 Last Edited By: sysaxsupport | ||
Moderator Currently Offline |
Posts: 367 Join Date: Nov 2008 |
|
using just the -log option should provide you a timestamped output. Are you not able to see timestamps at all?
------------------------------------------------ SFTP Server for Windows |
Posted: 29 Sep 2009 13:26 | ||
Registered User Currently Offline |
Posts: 4 Join Date: Sep 2009 |
|
There are timestamps within the log, but do none of them provide a log name that is timestamped? |
Posted: 29 Sep 2009 14:03 | ||
Registered User Currently Offline |
Posts: 4 Join Date: Sep 2009 |
|
Also, when I add the -append option, no log file is created. |
Posted: 01 Oct 2009 21:15 Last Edited By: sysaxsupport | ||
Moderator Currently Offline |
Posts: 367 Join Date: Nov 2008 |
|
Yes, the name of the logfile itself is not timestamped.
What is the complete command line you are using with -append ? ------------------------------------------------ Windows SFTP Server |
Posted: 07 Oct 2009 15:04 | ||
Registered User Currently Offline |
Posts: 4 Join Date: Sep 2009 |
|
sysaxftp -script "C:\\transfer.fscr" -tslogfile -append "M:\\Reports\IT\FTPLogs\transfer.log" |
Posted: 07 Oct 2009 15:41 Last Edited By: sysaxsupport | ||
Moderator Currently Offline |
Posts: 367 Join Date: Nov 2008 |
|
Can you try using this instead:
ysaxftp -script "C:\\transfer.fscr" -tslogfile "M:\\Reports\IT\FTPLogs\transfer.log" -append -------------------------------------------------- Proven solutions to securely automate FTP |