OCA / storage

GNU Affero General Public License v3.0
66 stars 148 forks source link

[FIX]Adapt the storbinary to handle FTP cwd #325

Closed flotho closed 5 months ago

flotho commented 5 months ago

When using "complex" directory path, the command CWD place the client in a folder. Then when submitting the file, fullpath no more exits relatively to the folder where the client is placed. In this case the full_path has to be replace by the basenam so that no more additionnal "relative path" will be added when trying to storebinary

flotho commented 5 months ago

actually it was the file name that caused the issue, closing