Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FTP+SSL #2289

Merged
merged 2 commits into from
Nov 22, 2017
Merged

Add support for FTP+SSL #2289

merged 2 commits into from
Nov 22, 2017

Conversation

zzplab
Copy link
Contributor

@zzplab zzplab commented Nov 21, 2017

In case of SSL use php function: ftp_ssl_connect(...)
Setting the driver options with SSL:

array(
    'driver'        => 'FTP',
    'host'          => 'localhost',
    'user'          => 'eluser',
    'pass'          => 'elpass',
    'port'          => 21,
    'ssl'           => true, // true or false, default: false
    'mode'          => 'passive',
    'path'          => '/',
    'timeout'       => 10,
    'owner'         => true,
    'tmbPath'       => '',
    'tmpPath'       => '',
    'dirMode'       => 0755,
    'fileMode'      => 0644
)

zzplab and others added 2 commits November 21, 2017 17:20
In case of SSL use php function: ftp_ssl_connect(...)
@nao-pon nao-pon merged commit 88862a1 into Studio-42:master Nov 22, 2017
@nao-pon
Copy link
Member

nao-pon commented Nov 22, 2017

@zzplab Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants