secure ftp access

Hi,
how i can secure ftp access like the next URL
http://beta-hosting.com/openftp.php
(only after you click on this link your can try to access to the ftp server)

Best Regards,
Star Network

Hire a programmer.

scsi is right, but it should not cost you all that much.

Essentially the FTP server has some type of access list or they have a firewall in place.

If using a firewall you would need the users IP address added to the access list using the appropriate command line for the software firewall you are using.

Either way your executing a command using php function exec() or shell_exec().
 
Back
Top