Closed alvinhyc closed 2 years ago
Hey, judging from the command you use to start the container, you should be able to copy files without using proFTPd.
If you place a file into ~/www
, the container will have the same file in /www
because of the mount.
Closing for inactivity, feel free to re-open if there are any further questions.
Hello,
I'm running Docker on Ubuntu 20.4 LTS. I use the following command to start the container:
How can I access /www of the container proFTPd ? I use FileZilla to connect to proFTPd (id:daemon pwd:xampp), but I can't see /www, only other non-symlinked folders. I want to upload files to my webserver via FileZilla
Thank you!