Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

smkitdown

Re: How to change the name of a folder automatically when you download it through FTP

I got it!
Thanks for the help I really appreciate it.
martin

Re: How to change the name of a folder automatically when you download it through FTP

You can use %TIMESTAMP% syntax to create timestamped name:
get world world-%TIMESTAMP#yyyy-mm-dd%

https://winscp.net/eng/docs/scripting#timestamp
smkitdown

How to change the name of a folder automatically when you download it through FTP

I'm trying to make backups for my Minecraft server and I'm using the cmd version of the client. It downloads the folder fine but is there a way to make it so it doesn't write over the backup I already have so I can have multiples of the folders for redundancy. Can I change the name of the folder automatically when it downloads?

Thanks for the help.