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
current code which deals with looking files up in 2 paths does not really play well with using something akin to ssh2.sftp://user:pwd@server:port/remote/file.txt as base path
even if the stream wrapper is properly set up on the side of the of the ComplexField, it probably won't work anyway unless the file is copied locally due to code in the eZ5 Field types. In which case we do have to take it upon ourselves to do that...
The text was updated successfully, but these errors were encountered:
gggeek
changed the title
Make it easier to use stream wrappers for file/image/media attributes, or at least load them from remote servers
Make it easier to use stream wrappers for file/image/media attributes, or at least load them transparently from remote servers
Feb 28, 2017
See f.e. the sftp wrappers: http://php.net/manual/en/wrappers.ssh2.php.
current code which deals with looking files up in 2 paths does not really play well with using something akin to
ssh2.sftp://user:pwd@server:port/remote/file.txt
as base pathsome stream wrappers need to inject the context in order for the fopen call to succeed (see: http://be2.php.net/manual/en/function.ssh2-sftp.php)
even if the stream wrapper is properly set up on the side of the of the ComplexField, it probably won't work anyway unless the file is copied locally due to code in the eZ5 Field types. In which case we do have to take it upon ourselves to do that...
The text was updated successfully, but these errors were encountered: