On 30/06/08 18:11, Tony Mechelynck wrote: > At the moment, when I try to sync my runtime files using > > rsync -avzcP --delete --exclude="/dos/" ftp.nluug.nl::Vim/runtime/ > ./runtime/ 2>&1 | tee rsync.log > > nothing happens (I have to hit Ctrl-C to get out of the hang). By ftp, I > can reach ftp://ftp.vim.org/pub/ but not its vim/ subfolder which, > again, gets hung. > > I guess something is badly wrong. > > > Best regards, > Tony.
OK, so I did some investigations. Here you go: ftp.vim.org / pub -> vol/1/.CLUSTER/var_ftp/pub /vol/1/.CLUSTER/var_ftp/pub vim -> editors/vim /vol/1/.CLUSTER/var_ftp/pub/editors vim -> ../../site/ftp.oce.nl/pub/vim /vol/1/.CLUSTER/var_ftp/site/ftp.oce.nl/pub vim -> ../../../vol/2/vim /vol/1/.CLUSTER/var_ftp vol -> ../../../../vol /vol drwx------ 0 0 2 IOW, ftp://ftp.vim.org/vol/2/ which is (via soft links) on the chain to /pub/vim/, is not readable except by root. Best regards, Tony. -- A "No" uttered from deepest conviction is better and greater than a "Yes" merely uttered to please, or what is worse, to avoid trouble. -- Mahatma Ghandi --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
