Hmmm, no surprises there
Very strange, in 11.1.11e I can't get FTPGetDirList> to work at all on my webserver.
This doesn't work (FTP progress popup shows but no directory downloaded)
FTPGetDirList>myserver.com,myname,mypass,21,c:\temp\ftptest.txt,/web/FILES,*,D
But, copy 'n paste to avoid typos and edited to an FTPPutFile this works fine, so the server info and directories are OK.
FTPPutFile>myserver.com,myname,mypass,21,c:\temp\fdir.txt,/web/FILES,fdir2.txt,A
Copy 'n paste and edited to the old syntax this works fine in 9.1.02
FTPGetDirList>myserver.com,myname,mypass,21,c:\temp\ftptest.txt,/web/FILES/*,D
I'll try it on a different server.