update page now

Voting

: max(five, five)?
(Example: nine)

The Note You're Voting On

j dot patus at simpledino dot com
9 years ago
In case the command:

$sftpStream = @fopen('ssh2.sftp://'.$sftp.$dstFile, 'w');

causes you a segmentation fault, try using:

$sftpStream = @fopen('ssh2.sftp://'.intval($sftp).$dstFile, 'w');

Credit: http://stackoverflow.com/questions/7414175/php-sftp-seg-fault

<< Back to user notes page

To Top