All, I'm getting permission denied errors when visiting the Vim ftp site: ftp://ftp.vim.org/pub/vim/
I think the permissions on the vim directory have gotten changed by mistake. Here is a sample ftp session showing the problem. ftp> cd pub ftp> cd vim 550 Failed to change directory. ftp> ls vim lrwxrwxrwx 1 504 450 11 Nov 02 2007 vim -> editors/vim ftp> cd editors ftp> ls vim lrwxrwxrwx 1 0 450 29 Nov 02 2007 vim -> ../../site/ftp.oce.nl/pub/vim ftp> cd ../../site/ftp.oce.nl/pub 250 Directory successfully changed. ftp> ls lrwxrwxrwx 1 0 0 18 Nov 29 2007 vim -> ../../../vol/2/vim ftp> cd ../../../vol/ ftp> cd 2 550 Failed to change directory. ftp> ls 2 drwx------ 2 0 0 4096 Oct 12 2007 2 The path /pub/vim eventually points to /vol/2/vim, but the directory /vol/2 is not readable: ftp> cd /vol ftp> ls drwxr-xr-x 11 0 0 3864 Oct 14 09:47 1 drwx------ 3 0 0 4096 Nov 02 2007 1a drwx------ 2 0 0 4096 Oct 12 2007 2 drwxr-xr-x 11 0 0 4096 Oct 10 12:31 3 drwxr-xr-x 48 0 0 3864 Oct 14 09:47 4 The other volumes that are accessible have access for group and other, but volume 2 is owner-only. Does anyone know how to fix this? Thanks, Michael Henry --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
