wizzywig 0 Report post Posted September 6, 2004 hi ok how would you send commands over a ftp like name.php -i and so on or is it even possible ? Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 9, 2004 hi ok how would you send commands over a ftp like name.php -i and so on or is it even possible ? <{POST_SNAPBACK}> I think its possible cause i use WS_FTP software and it has the basic commands incorporated in it like CHMOD and etc.. but dont really know much more than that but still learning to do that will let you know when i get hold of good tutorial. Share this post Link to post Share on other sites
ilnli 0 Report post Posted October 2, 2004 no it is not possible on ftp you can only upload and download file from ftp you are not allowed to execute shell commands on ftp Share this post Link to post Share on other sites
lhunath 0 Report post Posted October 13, 2004 The only commands you can send are FTP Commands, nothing else.If you want to have shell access, then either log in through SSH (windows: putty) or use SCP or SFTP (A file transfer protocol over SSH) (windows: WinSCP).Good luck. Share this post Link to post Share on other sites