00 Votes

Run program on FTP Server

Question by NetGuy | 2013-08-23 at 18:47

Is there a command to start an arbitrary application on an FTP server on the server side?

I want to pass the name of the application and some parameters via an FTP command and the program should be started on the server with the given parameters.

ReplyPositiveNegative
11 Vote

Yes there is, the command you are looking for is called "SITE EXEC". Here's an example:

site exec tool.exe

But be careful: On most newer FTP servers, this command is disabled and if you switch it on, you are running into a big security risk because with this command, you can actually do anything on the server...
2013-08-25 at 23:52

ReplyPositive Negative
Reply

Related Topics

Delphi: System-Wide HotKey

Tutorial | 1 Comment

Important Note

Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.

Participate

Ask your own question or write your own article on askingbox.com. That’s how it’s done.