-
-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't copy file from bash FTP #183
Comments
Hey @Gwynevere Ah yep this is something I run into sometimes too, I think you need to change your docker run command where you have Let me know if this still doesn't work though, hope it helps. |
I did but it doesn't work
|
Ah ok, maybe try using passive mode with the |
I work with GIt-Bash though, I have the following error, its an unrecognized parameter
|
Interesting, on linux bash there's a -p flag but yeah looks like the git-bash on windows doesn't have this flag, maybe it doesn't support it but I think an alternative way to enter passive mode is inside your ftp call, under the |
its Thank you @stilliard |
Ah ok, I didn't realise about the windows 10 / git-bash differences for this, I'll have to have more of a look into that some time but glad you have an alternative solution at least. No problem, let me know if there's anything else I can help with. |
Hello,
I run the container using :
docker run -d --name ftpd_server -p 21:21 -p 30000-30009:30000-30009 -e "ADDED_FLAGS=--tls 0" -e "PUBLICHOST=localhost" -e "FTP_MAX_CLIENTS=50" -e FTP_USER_NAME=bob -e FTP_USER_PASS=12345 -e FTP_USER_HOME=/home/bob stilliard/pure-ftpd
but when I run my script to copy file :
I get the following error :
any help please :/
The text was updated successfully, but these errors were encountered: