Alexander Chumakov
Alexander Chumakov
Reverted https://github.com/delfer/docker-alpine-ftp-server/pull/22
@MattAosta it looks like you have some problem with port mapping or wrong ADDRESS variable value. Please prove full information about parameters of running docker container, IP addresses of both...
use macFUSE instead of osxfuse ```brew install --cask macfuse```
It's because of this change https://github.com/bazil/fuse/commit/e0b89709bc6481f1345b6e19363cf18766e53fc7
Workaround: use old Bazil's fuse: ``` ➜ webdavfs git:(master) cd ../../../bazil.org/fuse ➜ fuse git:(master) git reset --hard d6840b2 ``` or even `65cc252` if you use go 1.10 or older.
Any news?
In my case to avoid CORS I'm using path-based routing instead of host-based. And better have something like `host: *` to do not binds to stage or prod domains.
@dominik-stypula-polcode @himgodfreyho does this happens only with ftp_user? Can you try any other user name? Can you try latest image?
Hello @lknite ! Work still in progress and have no ETA. This is the pet project and I have no enough time for this.
It can be done. I will plan it for the next release.