ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Missing any feature or command? Post your ideas here. Suggestions are welcome.
Could you add two new formats for GETTIME() please?

Suitable for daily log file naming:
YYYY-MM-DD
2011-03-01

While FORMAT3 is close, the numbers tend to run together.

Standard Time display:
YYYY.MM.DD hh:mm:ss
2011.03.01 14:22:34

Thanks

I am build these using several calls to GETTIME(), but am running into timing issues as per my bug report

Ideally, of course, you could provide a template string which would be parsed, such as : GETTIME("YYYY.MM.DD hh:mm:ss") or GETTIME(YEAR,".",MONTH,".",DAY). It would only have to be parsed once as you could internally save the pattern.
got it Bucket. I've filed your request.