What ftp command could execute a file on the remote side?

cpthk

New Member
What ftp command could execute a file on the remote side?

The remote side has windows xp IIS and microsoft ftp server installed with full control of execute, write, read.

But what command could I execute a file?

Thanks.
 
if you want to execute a file on the remote pc using a web browser you can create a cgi script(ex. perl is the best cgi i know) on the server so that it can be executed anywhere on the network
 
Back
Top