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.
Related Topics
Windows: How to run a Program as Administrator - Once, Always or with Shortcut
Tutorial | 0 Comments
Access FTP Server with Browser using Username and Password
Question | 1 Answer
XAMPP: How to set up SSL/HTTPS for local Projects
Tutorial | 4 Comments
Android Programming: Receive Responce from HTTP POST Request
Tutorial | 0 Comments
Linux: Mark Program File as executable
Tutorial | 0 Comments
Delphi/Lazarus: Command Line Parameter Tutorial Part 1: Sending
Tutorial | 0 Comments
VirtualBox: Change Date and Time
Tutorial | 10 Comments
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.
Yes there is, the command you are looking for is called "SITE EXEC". Here's an example:
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