You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
In a current project we need to connect to a SFTP server on the fly (with dynamic username/password).
Laravel currently only has a FTP driver out of the box.
I know thats its quit easy to add a new storage driver as described in the docs but the FilesystemManager is then still missing the method to create the driver on the fly.
I do also know that its possible to solve that by extending the FilesystemManager and FilesystemServiceProvider but IMHO Laravel should ship with SFTP support out of the box.
The text was updated successfully, but these errors were encountered:
In a current project we need to connect to a SFTP server on the fly (with dynamic username/password).
Laravel currently only has a FTP driver out of the box.
I know thats its quit easy to add a new storage driver as described in the docs but the
FilesystemManager
is then still missing the method to create the driver on the fly.I do also know that its possible to solve that by extending the
FilesystemManager
andFilesystemServiceProvider
but IMHO Laravel should ship with SFTP support out of the box.The text was updated successfully, but these errors were encountered: