Page 1 of 1

Feature request: Initial custom commands in site manager

Posted: 2009-08-21 07:31
by rplucke
It should be possible to configure one or more custom commands to be executed after connect (like setting the initial default remote directory).

A sample use case is connecting to an iSeries (AS/400): Depending on the configuration of the FTP server you have to issue the custom command "SITE NAMEFMT 1" before transferring files.

Re: Feature request: Initial custom commands in site manager

Posted: 2009-08-21 13:28
by boco
There is an undocumented feature: PostLoginCommands.

Code: Select all

<PostLoginCommands>
<Command>command1</Command>
<Command>command2</Command>
<Command>command3</Command>
.
.
.
</PostLoginCommands>
Must be entered directly into the <server> block in sitemanager.xml .