Ernest E Vogelsinger wrote... >> So, DreamHost doesn't appear to have compiled PHP with FTP support. Can >> anyone recommend a great FTP class? (I'm not exciting about doing this via >> sockets, but I will if I have to...) > > Would curl be an option? Do they have this? You could, however, always write a > tempfile, then exec your ftp client for a transfer...
No curl, no exec. :^) I'm using sockets, and everything working except I can't CD to a directory with a period in it (which is, of course, what I need to do). Does I need to escapte this somehow for fputs()? -- Charles -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php