|
Hello Guys, I wonder why am I getting "sh: site: command not found" when i run the following code?
|
|
The "sh: site: command not found" message is the error message of the remote shell (remote SSH shell you are connected using the It tells you the remote shell doesn't know the To learn about differences between FTP/FTPS/SFTP/SSH please visit our knowledge base article. oh so you're saying that FTP command cannot be executed using SSH? :)
(30 May '11, 12:10)
jepoy
1
Exactly, FTP and SSH are two different protocols. To know which commands are available on your SSH server, please connect to your server using the PuTTY client and give it a try.
(30 May '11, 12:39)
Lukas Matyska ♦♦
thank you... I will give it a try and what you said makes a lot of sense to me too :) i do really appreciate your help thanks matyska.
(31 May '11, 09:05)
jepoy
|