From: Carsten K. <car...@us...> - 2003-02-24 13:11:44
|
Hi Klaus, I am guessing the strange filename is causing problems for some ftp clients (or perhaps your server) who tries to automatically decode the %2F into a "/". We had to take this approach because CVS was designed for and only works consistenyly with 7-bit US-ASCII filenames. As Jeff mentioned in his other message we may need to look at designing a new method to store filenames because it can also cause problems for the XHTML dump (view from local hard drive versus on a web server). When loading files, you would need to specify the directory where you uploaded the files, relative to PhpWiki. So if you upload into a directory called "pages" inside phpwiki: pages/PhpWikiAdministration%2FRemove or for localized files (so long as you uploaded them there:) locale/de/pgsrc/MyPage.zip I believe that simply zipping the file should work in the same way. If you have access to the global /tmp directory on the server via FTP that should work too, but add "/" to the front for absolute path: /tmp/phpwiki/ Using the above, PhpWiki should load all pages found in "/tmp/phpwiki/". I hope this helps, Carsten On Monday, February 24, 2003, at 03:53 am, Leiss, Klaus-Guenter 3188 S-PP-RD-E2 wrote: > Hello, > I have a problem with pgsrc. My webspace provider has > only access through ftp and I got problems downloading > PhpWikiAdministration%2FRemove. I have tried various > ftp clients on linux and windows. I got the same problem > with some of the localisated files. Since I can only > connect through ftp, no ssh or telnet i can not download > the complete archive of phpwiki. I have read in the > source that there is a new (zip file ) and an old stile > single files. Does this mean i have only to compress the > files to a zip file and put this info in index.php. What > should i do with the localisated versions. Another > question is should the default version not be the "new". > I don't know how many other people get the same problems. > > Since I mentioned PhpWikiAdministration%2FRemove, what > should it do. If I try it on my server at home I got > if I remenber right "no pages selected" or something like > that. > > Klaus Leiss |