From owner-freebsd-questions Sun Sep 29 22:46:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A171C37B401 for ; Sun, 29 Sep 2002 22:46:15 -0700 (PDT) Received: from smtp6.andrew.cmu.edu (SMTP6.andrew.cmu.edu [128.2.10.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089E243E42 for ; Sun, 29 Sep 2002 22:46:15 -0700 (PDT) (envelope-from abender@andrew.cmu.edu) Received: from UNIX13.andrew.cmu.edu (UNIX13.andrew.cmu.edu [128.2.11.213]) (user=abender mech=KERBEROS_V4 (0 bits)) by smtp6.andrew.cmu.edu (8.12.3.Beta2/8.12.3.Beta2) with ESMTP id g8U5kDUL017157 for ; Mon, 30 Sep 2002 01:46:13 -0400 Date: Mon, 30 Sep 2002 01:46:13 -0400 (EDT) From: Adam Bender To: questions@freebsd.org Subject: sftp / scp not working? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I'm running FreeBSD 4.6.2. I can ssh into the box fine, but sftp gives this error message: unix13:~/$ sftp adam@machine.name Connecting to machine.name... adam@machine.name's password: Received message too long 1500476704 unix13:~/$ and scp gives this one: unix13:~/$ scp foo adam@machine.name: adam@machine.name's password: stty: You can search for documentation on a keyword by typing unix13:~/$ stdin isn't a terminal stty: stdin isn't a terminal stty: stdin isn't a terminal stty: stdin isn't a terminal Write failed flushing stdout buffer. unix13:~/$ Anybody have any idea what I can do to transfer files to/from my machine, besides ssh'ing into it, and the sftp'ing out? Thanks, Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message