From owner-freebsd-questions Sat Nov 29 21:57:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA19142 for questions-outgoing; Sat, 29 Nov 1997 21:57:35 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from bbs.dcoisp.net (bbs.dcoisp.net [208.128.192.226]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA19127 for ; Sat, 29 Nov 1997 21:57:29 -0800 (PST) (envelope-from ringlord@bbs.dcoisp.net) From: ringlord@bbs.dcoisp.net Received: from MHS by bbs.dcoisp.net with MHS id BFDKBNAC ; Sat, 29 Nov 1997 21:58:58 -0500 Date: Sat, 29 Nov 1997 21:58:28 -0500 Message-ID: Subject: ncftp2 and symbolic links to directories? To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello. First, I would like to thank the many responses regarding a question I posted yesterday about the best way to transfer a large website from one server to another. Someone directed me to the NCFTP2 program which can be found in the freeBSD ports collection. I was impressed with the program, and it was doing everything I needed to be done. However, I ran into something that I had never seen this behavior with the original old ftp client. NCFTP2 ignores any symbolic link. For example, this clients home directory on his server is: /home/user, their web site is contained in a subdirectory called /home/user/www. However, the www directory is actually a symbolic link to the actual directory /home/www/user. I know that I could just follow the link and begin a new transfer, but the original ftp client didn't care if there was a symbolic link or not, it just went ahead and changed to the directory that was being linked to, and continued along its' way. Has anyone had any experiences with ncftp2, getting it to see symbolic links as directories if they should be considered directories? Thanks. Jeremy