I want to FTP into IBM i (AS400) directly to "legacy file system".
Some sites talks about adding these lines to appropriate section.
<PostLoginCommands>
<Command>site namefmt 1</Command>
<Command>site listfmt 1</Command>
<Command>cwd /QSYS.LIB/USERLIB.LIB </Command>
<Command>TYPE A</Command>
</PostLoginCommands>
I found setup file in C:\Users\USERNAME\AppData\Roaming\FileZilla I know that this is correct file because when I deleted contents Filezilla lost setup menu.
Unfortunately this does not work for me. Filezilla seems to ignore the section entirely.