In edtFTPj/PRO-1.2.7 FTPClientInterface is implemented by FTPClient, SSLFTPClient, and SSHFTPClient. However, the behavior of dir() differs for SSHFTPClient in that names "." and ".." (and other ".xxx" files) are returned. As I recall this is not the case with FTPClient and SSLFTPClient. Is this behavioral difference something permanent, or is a common behavior intended for all implementations?