jlesage / docker-filezilla

Docker container for FileZilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Critical File transfer error

VinneyUK opened this issue Β· comments

Hi,
I've deployed the container fine and logged into a FTP server using the web GUI however when I try and transfer any files I get the following error in the log window:

Error: Critical file transfer error

Any ideas?, please πŸ™

Can you share a screenshot of the the error ?
Do you have the same issue with any FTP server ?
Does the location where you save the file makes a difference (e.g. do you have the same problem if you download to /tmp)?

Hey I don't get the error when downloading to the /tmp dir? How do I use dir my choice?

Normally when you create the container you configure a volume to map the /storage inside the container to a folder of your choice on the host.
How did you create the container ?

Hey thanks for replying. See attached
filezilla: image: jlesage/filezilla container_name: filezilla # ports: # - "5800:5800" volumes: - /home/dietpi/filezilla:/config:rw - /mnt/shared:/storage:rw restart: unless-stopped network_mode: service:vpn depends_on: - vpn

So you need to make sure that /mnt/shared has proper permissions/ownership to allow writes from the container's user, which is controlled by USER_ID and GROUP_ID environment variables.
See https://github.com/jlesage/docker-filezilla#usergroup-ids