Lucas Sanner wrote:
> Ok, this is the debugging trace file (without passwords).
>
> The steps I did are:
>
> - Connect to my remote server via ftp
> - Log in
> - Attempt to enter a directory by pressing Enter
> - Attempt to edit a file by pressing Enter
>
> That's all.
> I hope you will be able to detect what's wrong.
>
>
> Thanks
>
Hello!
It seems that you typed:
vim ftp://datamigo@192.168.0.46/myweb/
but there is no directory or file named "myweb" on that system; there is
a directory named joomlight-3.x and a file named test.php, but its under
the home directory, not myweb.
You then selected joomlight-3.x with a <cr>; this resulted in netrw
trying ftp with:
vim ftp://datamigo@192.168.0.46/myweb/joomlight-3.x/
Of course, since there's no directory called "myweb", there's no
directory called "myweb/joomlight-3.x" either.
You then selected test.php with a <cr>; this resulted in netrw trying
ftp with:
vim ftp://datamigo@192.168.0.46/myweb/test.php
Again, there is no myweb directory, and so there's no myweb/test.php file.
However, netrw should issue a message about this problem, so please try
v151f which does so.
(http://www.drchip.org/astronaut/vim/index.html#NETRW)
Regards,
C Campbell
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Friday, February 28, 2014
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment