linux command prompt ftp to ftp server running on windows

Posted by Vass on Super User See other posts from Super User or by Vass
Published on 2010-12-27T20:11:05Z Indexed on 2010/12/27 20:56 UTC
Read the original article Hit count: 269

Filed under:
|
|
|
|

Hi,

I am using on Windows Vista, Filezilla server. I have it set up to be accessed via outside IPs and when I use a client on the IP I have it connects normally using Filezilla client. On the same machine I have Ubuntu running in a virtual box and when using filezilla client in there it works fine. Now I want to try the command prompt. So I do the

ftp xxx.xxx.xx.xx

I enter the name and password and i get the ftp command prompt, but the commands are not working properly. when trying "ls" or "cd" these commands do not work. "cd" tells me that the current directory is "/" root, but this does not make sense in the windows operating system.

Now the filezilla client is taking the user in the application window directly to the root folder of the permitted filespace granted to that user. How can the same be done from the command prompt, if there is a way? It is as if the command prompt takes me to the root which does not exist or even have correct permissions to move in. Is there any way to be taken to the correct directory directly, or move there especially when the slashes are the wrong way around etc?

Best,

© Super User or respective owner

Related posts about linux

Related posts about command-line