Dear Friends,
$connection = ssh2_connect('b2b.instamed.com', 22);
ssh2_auth_password($connection, $user, $pass);
ssh2_scp_send($connection, 'C:/2010-03-30-2309-batch.txt', '/inbound/837/2010-03-30-2309-batch.txt', 0644);
While excuting above code I got following error. Please help
Warning: ssh2_scp_send() [function.ssh2-scp-send]: Failure creating remote file
Thanks in Advance.