Opened 17 years ago

Last modified 16 years ago

#2679 closed Feature request

Script language for client

Reported by: jbroos Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: jbroos, Tim Kosse, Alexander Schuch
Component version: Operating system type:
Operating system version:

Description

It should be nice to have a script language.
You can add commands in a textfile and run it trough the commandline.
e.g.: filezilla -x myfirstcomandfile.txt

myfirstcomandfile.txt:

errorlog="c:/temp/$1.errorlog"
connect ftp.xxx.com
chdir /mydir
lchdir /backup
mget *.*
close
execute zip -input c:/backup/ -output c:/backup/myzip.zip

kind regards Jan Broos

Change History (1)

comment:1 by Tim Kosse, 16 years ago

Duplicate of several other feature requests.

Note: See TracTickets for help on using tickets.