Hi Craig,
Thanks for response, you're right extra / solved the problem, indeed url should be ftp://[email protected]:3000//CMS/1511/2 so ftp server will get the CMS/1511/2 as a path.
Announcement
Collapse
No announcement yet.
BC can't get ftp content ?
Collapse
X
-
You might have better luck adding an extra '/' between the port and path, like:
ftp://[email protected]:3000//CMS/1511/2
The first / just separates the host/port from the path, so it isn't sent to the server. This alternative would send it as "/CMS/1511/2", which looks like what the server expects.
BC will strip that out if you load a session with that path and then save it, though. Since the initial login directory is '/', "/CMS/1511/2" and "CMS/1511/2" should point to the same directory, and we remove the extra / to keep the displayed path neater.
Leave a comment:
-
BC can't get ftp content ?
Hi guys,
We have ftp server, that creates virtual directory, and files within it, however BC can't seem to load LIST. Popup appears that says folder not available. However we used this ftp server with Total Commander before switching to BC, and all works as expected. Here's the output
12/19/2011 12:41:24 PM Sent> CWD /
12/19/2011 12:41:24 PM Recv> 250 "/" is new cwd.
12/19/2011 12:41:24 PM Sent> CWD CMS/1511/2
12/19/2011 12:41:24 PM Recv> 550 No such directory
12/19/2011 12:41:24 PM Sent> CWD CMS/1511
12/19/2011 12:41:24 PM Recv> 550 No such directory
12/19/2011 12:41:24 PM Sent> CWD CMS
12/19/2011 12:41:24 PM Recv> 250 "/CMS" is new cwd.
12/19/2011 12:41:24 PM Sent> PWD
12/19/2011 12:41:24 PM Recv> 257 "/CMS" is cwd.
12/19/2011 12:41:24 PM Sent> CWD /
12/19/2011 12:41:24 PM Recv> 250 "/" is new cwd.
12/19/2011 12:41:24 PM Sent> CWD CMS/1511/1
12/19/2011 12:41:24 PM Recv> 550 No such directory
12/19/2011 12:41:24 PM Sent> CWD CMS/1511
12/19/2011 12:41:24 PM Recv> 550 No such directory
12/19/2011 12:41:24 PM Sent> CWD CMS
12/19/2011 12:41:24 PM Recv> 250 "/CMS" is new cwd.
12/19/2011 12:41:24 PM Sent> PWD
12/19/2011 12:41:24 PM Recv> 257 "/CMS" is cwd.
12/19/2011 12:41:24 PM Sent> PORT 127,0,0,1,197,160
12/19/2011 12:41:24 PM Recv> 200 Port command okay. 127.0.0.1:50592
12/19/2011 12:41:24 PM Sent> LIST
12/19/2011 12:41:24 PM Recv> 150 Opening data connection.
12/19/2011 12:41:24 PM Recv> 226 Listing completed.
12/19/2011 12:41:24 PM Load comparison: <->
As I said, popup appears, and nothing gets loaded. Can you help me out guys ?
Here is ftp addresses, that I'm passing to BC
ftp://[email protected]:3000/CMS/1511/2
ftp://[email protected]:3000/CMS/1511/1Tags: None
Leave a comment: