From: Mike T. <mt...@ya...> - 2003-04-03 21:19:37
|
Regarding security, it shouldn't be much of an issue that ftp isn't encrypted because the file will be transmitted from the user using http (https could be used by those who have a cert). FTP will only come into play on the backend, and generally that would be to localhost. I can have ftp and direct file operations as a config option - Chad? Re webdav, I won't have time to take that on. FTP is simple to code because it's built into php. Webdav will require quite a bit more logic (although I would guess that there's a library out there somewheres). mike blaine <bl...@al...> wrote:On Thursday, Apr 3, 2003, at 12:34 America/Vancouver, Mike Traum wrote: > FTP would work for me, it just seems odd. I believe that any hosting > site that accepts file uploads would accept unlink (with the > modifications I mentioned in a previous post). > > But, whatever. I'll make the modifications. Right now, the > modifications I have on my list for the 'admin' to be release quality > are: > - remove username & password from config & use ftp to write/delete > files > - make 5 fields for simultaneous calendar upload > - change delete dropbox into checkboxes so multiple ones can be > deleted in one step > - remove javascript confirm > > That sound right? If so, I'll have that done tonight. Would you prefer > a patch off of the original, or off of the current cvs? The current source is working beautifully on my server, after tweaking the permissions a little bit on the calendars directory. If FTP support is to be added, it should be done as an option, not to replace the current system. Also, if it's not too much trouble, factoring out the actual upload code should allow for FTP or WebDAV uploads. I think that WebDAV is important, not only because Apple is moving towards it, but because it supports operation over HTTPS. Anyone trying to run a secure server (e.g., someone who's disallowed 'unlink' in php.ini) should *not* be using a plaintext FTP server. Since there's no real standard for sFTP (ssh, ssl-tunneled ftp, etc), WebDAV is really the best protocol to standardise on, imho. Thanks, Mike! b. ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Phpicalendar-devel mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel --------------------------------- Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more |