Answer the question
In order to leave comments, you need to log in
How to recursively upload a directory to FTP from the console? (Not curl)
There is a solution with curl, but the server limits the number of authorizations (thousands of them), so it does not work:
find . -type f -exec curl --ftp-create-dirs -T {} -u login:password "ftp://hostname/{}" ;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question