Коментарии

If you've already got a filepath of the form "ssh2.sftp://$sftp/path/to/file" you can just use unlink() on that path
2015-01-29 17:05:58
http://php5.kiev.ua/manual/ru/function.ssh2-sftp-unlink.html
For some reasons, sometime it's not working. You can do like this instead: 

unlink('ssh2.sftp://' . intval($sftp) . ssh2_sftp_realpath($sftp,".") . "./".$dstFile);
2020-04-15 10:53:20
http://php5.kiev.ua/manual/ru/function.ssh2-sftp-unlink.html

    Поддержать сайт на родительском проекте КГБ