From owner-freebsd-questions Sat Feb 2 21:20:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id BC89C37B402 for ; Sat, 2 Feb 2002 21:20:37 -0800 (PST) Received: from myrealbox.com tdrake@smtp-send.myrealbox.com [65.29.242.182] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.88 $ on Novell NetWare; Sat, 02 Feb 2002 22:20:32 -0700 Message-ID: <3C5CC8A5.F2EA4B85@myrealbox.com> Date: Sat, 02 Feb 2002 23:20:38 -0600 From: Troy X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Symbolic link problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi guys, I've been trying to create a symbolic link from one user directory to another, but get errors when trying to get that file via ftp. What I'm trying to do is create a symlink for a ISO file from /home/user1 to /home/user2, and doing "ln -s /home/user1/file.iso /home/user2/file.iso" When I do a ls -la, it shows it as a symlink, and it points to the correct file, but when I ftp to my server and try and retrieve it, it gives me a error 550, not found. Anyone know what I'm doing wrong? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message