Question: Can not connect FTP service for galaxy docker.
0
gravatar for huboqiang
3.2 years ago by
huboqiang0
China
huboqiang0 wrote:

I met some trouble when using galaxy docker with the direction of https://github.com/bgruening/docker-galaxy-stable for FTP connection.

I did:

docker run -d  -v /data/huboqiang:/export/ --net=host bgruening/galaxy-stable

and for http connection, it worked well.

Then I tried to connect the FTP service in the localhost, it worked well as well.

lftp 127.0.0.1 -p 21 -u huboqiang@gmail.com

Also, it worked fine when I connect the FTP service using the private network IP address:

lftp 10.10.235.XXX -p 21 -u huboqiang@gmail.com

However, when I tried to connect the FTP service using the Internet IP, I do met some trouble:

lftp 166.111.152.XXX -p 13XXX -u huboqiang@gmail.com  ### keep waiting, no response.

There is no problem with the IP address and port mapping from 21 to 13XXX because I can get the log in information in my web browser. However, if I type my account and password to log in, no response would return.

Thanks.

 

ftp galaxy docker • 1.4k views
ADD COMMENTlink written 3.2 years ago by huboqiang0
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 165 users visited in the last hour