Registry / networking / nicolab-php-ftp-client

nicolab-php-ftp-client

JSON →
library2.0.2phppackagistunverified

A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.

composer require nicolab/php-ftp-client
INSTALL
IMPORT
SIG · NICOLAB-PHP-FTP-CL
N
nicolab-php-ftp-client
networkingphpv2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FtpClient
✓ use FtpClient\FtpClient;

Connect to an FTP server, login, and list files in the root directory.

use FtpClient\FtpClient; $ftp = new FtpClient(); $ftp->connect('ftp.example.com'); $ftp->login('username', 'password'); $files = $ftp->nlist('/');
Debug
Known issues
gotchaSSL-FTP requires PHP OpenSSL extension
fix
Enable the openssl extension in php.ini.
affects: >=2.0
Upgrade
Version history
2.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
nicolab-php-ftp-client — pip install nicolab-php-ftp-client · libregistry