Merhaba scp kullanarak başka bir sunucuya bir dosya göndermek için çalışılıyor .. ben ssh2_connect için bulunmayan bir işlev alıyorum bu yüzden benim sunucuda yüklü değil gibi sftp kullanamazsınız.
So my only option as i can see it is scp. Now the problem come with i cannot include my password in the php scp script.
yani:
scp filename username:passwor@server:filename
It gives me the error that the server username doesn't exist If i use it without the password
scp filename username@server:filename
Bu şifre beni ister
PS: hata iletileri almak için ilk localhost üzerinde bir komut satırında komut test ediyorum.
Herhangi bir tavsiye?
TA