Enter search queries below or use the tag links to the right to browse the knowledge base by category (Show All Tags).
I am unable to see the files in the FTP site directory and I know there are several files there. GETSITEFILE also refuses to return any file names. I can see the files with the Windows command line FTP client when I type "dir .". What am I doing wrong?
This discussion applies only to Robo-FTP v2.1 and later.
There are two things you can do remedy this situation.
Add the
/listtype=1option to theFTPLOGONcommand.Manually create (or edit) a site setting in the Windows registry for the site in question.
The first option is easy and the recommended way to accomplish this. Setting this option instructs Robo-FTP to issue "LIST ." commands rather than simply "LIST" to request directory listings from the server.
If you need to connect to this site using the FTP client applet or if you wish to establish this site as the default site (i.e., specify the FTPLOGON command with no arguments) then you must use the Windows registry editor to set a value.
ONLY EXPERIENCED USERS SHOULD PROCEED FROM THIS POINT.
The registry value that needs to be created or changed is "ListType". This value (if it exists) is 0 by default. To enable Robo-FTP to see files on the FTP site, create the value (if necessary) and set the value to 1. Follow the instructions below to set this value:
Find the Robo-FTP settings in the registry in either
HKEY_CURRENT_USER(look here first) orHKEY_LOCAL_MACHINEunder "SOFTWARE\Robo-FTP\FTP\FTPServers".Find the site in question by expanding each of these locations one by one looking for a matching "ServerName".
When you find the desired "ServerName", determine if the "ListType" value exists or not.
If the value exists, double click on it to change its value to 1.
If the value doesn't exist, right click to add a new
REG_DWORDvalue, and set it to 1.
Tags: Robo-FTP, Registry

