Top "Phpseclib" questions

phpseclib is a PHP library that provides pure-PHP implementations of: - BigIntegers - ECDSA / ECDH (66 curves supported) - Ed25519 / Ed448 - Curve25519 / Curve448 - RSA - DSA - DH - SSH2 - SFTP - X.509 - Symmetric key encryption - AES - Rijndael - DES - 3DES - RC4 - Blowfish - Twofish - ChaCha20 - GCM - Poly1305

How to SFTP upload files from PHP

I'm having trouble using PHP to SFTP upload files to a remote server. When I use cURL, I'm getting the …

php sftp phpseclib
How to install phpseclib?

I have installed Apache on my machine so I can use localhost as a PHP server. That works. Right now …

php installation phpseclib
set_include_path(get_include_path() . PATH_SEPARATOR . 'phpseclib');

I have stumbled upon two functions i have never used before in php set_include_path(); get_include_path(); I …

php ftp sftp phpseclib
Connect to a mysql database via SSH through PHP

I have already written a php file that connects to the mysql database locally. Now, I want to connect to …

php mysql ssh mysqli phpseclib
Upload files to SFTP server via PHP (phpseclib)

I have CSVs that I want to upload to the 'incoming' folder in the SFTP server. I am using phpseclib …

php csv ssh sftp phpseclib
Composer - failed opening required for phpseclib

I am trying to run a PHP file in a Vagrant VM which also uses composer for the build. I …

php symfony composer-php virtual-machine phpseclib
phpseclib or ssh2 pecl extension

My post from yesterday: https://stackoverflow.com/questions/14296006/phpseclib-sftp-port-number Ok, so yesterday I started learning about SSH / SFTP with php. …

php libssh2 phpseclib
Uploading files using SCP using phpseclib

I need to create 2 functions: one to upload files using SFTP and another using SCP. I'm using phpseclib and the …

php sftp scp phpseclib
phpseclib sftp connect with private key and password

Is there anyway to connect the sftp with both private key and ftp password by using phpseclib or any other …

key sftp phpseclib
How do i use phpseclib to upload file from my php server -> someOther server?

I'm trying to upload a file from my php server to some other server (my workplace is quite lame enough …

php phpseclib