FTP with raw sockets is a little bit tricky because it actually requires a second 'data' socket to be opened for each upload/download command.
Check out this excellent FTP class, which *doesn't* require PHP to be compiled --with-ftp: http://www.spencernetwork.org/ftp/ftp-class.txt And of course the FTP Protocol RFC is helpful: http://www.w3.org/Protocols/rfc959/ -Andy > -----Original Message----- > From: Analysis & Solutions [mailto:[EMAIL PROTECTED]] > > I have written the code to upload using RAW FTP commands. > > Cool! > > How'd you get it to work? > > --Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php