logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ftpcp - copy files from a FTP server to the local machine

Author

       Uwe Ohse, uwe@ohse.de

Description

ftpcp is a frontend to the ftpcopy program. Calling

         ftpcp arguments ...

       has exactly the same results as calling

         ftpcopy -n arguments ...

       or, in other words: ftpcp calls ftpcopy-n, so that files already in the local directory are not deleted.

Name

       ftpcp - copy files from a FTP server to the local machine

See Also

ftpls(1), ftpcopy(1).

       The homepage may be more up-to-date, see
       http://www.ohse.de/uwe/ftpcopy.html.

ftpcopy                                               0.6.7                                             ftpcp(1)

Synopsis

       ftpcp ftp://host[:port]/directory local-dir

       or

       ftpcp host[:post] /directory local-dir

See Also