Quote Originally Posted by noeska
do some investigation in ssh ( http://en.wikipedia.org/wiki/Secure_Shell ) and sftp ( http://en.wikipedia.org/wiki/SSH_file_transfer_protocol ) or even better scp ( http://en.wikipedia.org/wiki/Secure_copy ) For scp there is also a grapical version: ( http://en.wikipedia.org/wiki/WinSCP )
Any library that i can use one of those protocols with pascal?

Quote Originally Posted by Delfi
create a separate account for ftp which only has access to specific directory, and chmod and chown the dir properly, also i suggest you dont make the dir availible thru webserver to public and you limit what file extensions someone can upload in ftp server.
I searched on my webserver and it don't have any options to limit uploaded file size or extension :|