-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
FTP external storage doesn't get the updates made in the backend #16407
Comments
I don't think is related to #5036 because that issue affects all external storages (or at least it did). This issue affects only to FTP storage. Other storages get the new file correctly after reloading the page in the web, but not FTP |
It might also depend on the FTP server. Some might deliver proper mtimes (in a format that the FTP stream wrapper from PHP is able to read) which makes it possible to detect updates. Some others might not. |
Known issue no some external storages - we need to address this in 8.2. nothing we can do in the livecycle of 8.1 |
General ticket: sort out external storage update issues: #11797 |
@DeepDiver1975 move to 9.0 ? |
yes from my pov @cmonteroluque objections? |
@DeepDiver1975 @PVince81 Yeah, part of the overall issue with external shares. Tough to accept but no choice at all. |
@DeepDiver1975 @icewind1991 what about the flysystem FTP implementation ? Didn't we want to replace the existing one with this new one ? Would be good to find out whether it fixes the mtime based change detection problem. |
Moving to 9.2 |
Please try again with the "files_external_ftp" app which is based on flysystem. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Expected behaviour
The file should appear in ownCloud, in the configured mount point
Actual behaviour
File is missing in the configured mount
Server configuration
Operating system: ubuntu 14.04
Web server: apache 2.4.7
Database: mysql
PHP version: 5.5.9
ownCloud version: OC 8.1 beta 1
Updated from an older ownCloud or fresh install: fresh install
List of activated apps:
The text was updated successfully, but these errors were encountered: