iGuest 3 Report post Posted February 22, 2005 I want executer an application on a ftp. There is it a code php ableto do that? Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 22, 2005 It depends on what you want to do... you could use PHP's exec(), CGI or shell access. If you want to go with PHP, read this: http://php.net/manual/en/function.exec.php Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 22, 2005 thanks with Cgi how can i do it ? Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 22, 2005 In french lol , if you can of course Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 22, 2005 First... what do you want to do exactly? And sorry about french, just spanish & english. Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 23, 2005 First... what do you want to do exactly? And sorry about french, just spanish & english.i want execute MTAServer.exe. You can downlooad it here (take mta server patch) Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 23, 2005 YOu can't excute a EXE on the server.This is unsafe for the server as people can just upload a virus and corrupt the whole server!FTP will only allow you to upload and dl files,nothing else,though if the telenet port is open,you may be able to exeute programs.Anyway,we are running FreeBSD,so you can't run .exe programs Share this post Link to post Share on other sites