Le dimanche 08 octobre 2006 à 08:05 -0300, Raphael Martins a écrit :
> I will be sending files over my php script... One client asked me for a
> project where he allow clients to send some large files (like 50mb)...I
> thought that FTP (via PHP)  will allow that.
> 
> Today he just give the FTP server user and password to his clients, but he
> is worried about the security (of course!). Is there a better way? I was
> thinking in split the files in several .RAR volumes... (actually, the client
> will send his .RAR files instead of a 50mb file), and use remote scripting
> to upload each file separatly.
> 
> Any Ideas?

There is a PECL SSH library which allows file transfers over SSH (using
PHP). I have received some reports that it's not completely stable
though, but I don't know more about it. You might want to contact Sara
Golemon (the packager) on the PECL-dev mailing list if you manage to get
into stability problems...
See http://pecl.php.net/package/ssh2 for more details.

Yannick

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to