<div dir="ltr">Hello! My name is Mark Berger and I'm a freshmen at Stanford studying CS. I've been playing around with tahoe after discovering the project through GSoC, but I've run into a problem I can't figure out. <div>

<br></div><div>Currently I'm running tahoe on a virtual ubuntu box and it seems to be working well until I try to enable ftp. I can authenticate with the server using an accounts file but the directories and files within my folder cannot be found. Files and directories do appear when I'm using the CLI.</div>

<div><br></div><div>Here is the log from FileZilla:</div><div><br></div><div>     Status:<span>     </span>Retrieving directory listing...<br></div><div>
<p>     Command:<span>      </span>PWD</p>
<p>     Response:<span>     </span>257 "/"</p>
<p>     Command:<span>      </span>TYPE I</p>
<p>     Response:<span>     </span>200 Type set to I.</p>
<p>     Command:<span>      </span>PASV</p>
<p>     Response:<span>     </span>227 Entering Passive Mode (10,0,2,15,219,109).</p>
<p>     Command:<span>      </span>LIST</p>
<p>     Response:<span>     </span>550 Requested action not taken: internal server error</p>
<p>     Error:<span>        </span>Failed to retrieve directory listing</p>
<p>     Response:<span>     </span>503 Incorrect sequence of commands: must send PORT or PASV before RETR</p><p><br></p><p>From tahoe's twisted log: </p><p>     timed out waiting for DTP connection</p><p>     Unexpected FTP error</p>
<p>     Unhandled error: Failure: twisted.protocols.ftp.PortConnectionError: DTPFactory timeout</p><p><br></p><p>I don't think my problem is how I've configured the virtual server because I'm able to access the pubgrid through a browser, but that could be my problem. If anyone could help me solve this problem I'd really appreciate it!</p>
Thanks,<br>Mark Berger</div></div>