I am using a java ftps client to fetch files from a FTPS server (Connect::Enterprise FTP server 2.1.xx).&nbsp; Same results when I logged in interactively or by simple ftp batch.<br><br>Here is the situation.<br><ul><li>&#39;get blah.txt&#39; went successfully&nbsp; with 226 return code.</li>
<li>&#39;mget *&#39; returned &#39;server 550 error&#39; for each file (single file or multiple)</li></ul>up debug level, I noticed that &#39;get blah.txt&#39; sent &#39;RETR blah.txt&#39;, while &#39;mget *&#39; sent &#39;RETR /mydefaulthomedir/blah.txt&#39; to the server.<br>
&#39;pwd&#39; showed that I am at /mydefaulthomedir right after I signed in, (or cwd is done).<br><br>Any idea how I can ask this FTP client to send &#39;RETR blah.txt&#39; for mget as well, unless forbidden by RFC? <br>