Posted in Linux/Unix/BSD -
I very occasionally need to support people with websites on servers other than those I manage. If the server is only accessible using FTP and I need to get a copy of the entire website, then I use the ncftpget command line tool to recursively download all the files and directories in one go.
ncftpget is part of the ncftp package.
On APT based Linux distros (e.g. Debian) you can install it like this:
apt-get install ncftp
On YUM based Linux distros (e.g. CentOS, RHEL) you can install it like this:
yum install ncftp
Use the command like so:
ncftpget -R -T -v -u [username] [hostname] [local path] [remote path]
-R tells ncftpget to download files and directories recursively
-T says not to try a tar download (it's never worked for me and results in the error "tar: This does not look like a tar archive" and "tar: Exiting with failure status due to previous errors". The actual files subsequently download just fine).
-v says to be verbose and show the download progress; you can omit this but it can be useful to see what's going on
-u specifies the username to use. Change [username] to the user to log in as
Replace [hostname] with the server to ftp to.
Replace [local path] to where you want to copy the files to.
Replace [remote path] to the path where the files are on the server you are connecting to.
Let's say our username is "chris", the server is 10.1.1.10, the path we want to save to locally is /tmp and we want to download files from the remote host from /httpdocs. Do this:
ncftpget -R -T -v -u chris 10.1.1.10 /tmp /httpdocs
You are then prompted for the password and the download starts.
제목 | 날짜 | ||
---|---|---|---|
155 | [기본] 메일 사이트별 일반파일 첨부용량 가능사이즈 | 9663 | 2010/05/02 |
154 | [기타] [mp3]구글에서 맘껏 받아 보아요 (by SelfEx>>) | 9675 | 2005/03/05 |
153 | [하드웨어] 소켓 939 보드 구하기 | 9692 | 2009/09/21 |
152 | [사이트관리] 구글 url 긴급 삭제 요청(구글 검색 삭제) [1] | 9700 | 2008/10/09 |
151 | [웹로그] 아이튠즈를 업데이트 후 실행이 안될 때 [1] | 9716 | 2007/11/21 |
150 | [웹로그] 홈페이지 속도 개선 | 9745 | 2010/09/19 |
149 | [웹로그] 입력폼과 이미지폼의 정렬은 어떻게 맞추나요? | 9776 | 2007/11/09 |
148 | [기본] 고스트 복원 후 해야할 일 | 9816 | 2009/12/02 |
147 | [뉴스] 차단된 웹사이트는 이 방법으로 접속해주세요 | 9857 | 2020/01/29 |
146 | [미디어/녹음·재생] 소리바다 MP 안 깍이는 꼼수 (by vivian) [1] | 9877 | 2005/04/06 |
145 | 싸이월드 게시판에 동영상 및 음악 플레이어 삽입하기 | 9935 | 2008/08/01 |
144 | [X61] 이제는 다시 브라우저 키로 글을 날려먹지 말자. | 9942 | 2009/01/01 |