From owner-freebsd-questions@FreeBSD.ORG Mon Feb 13 19:52:10 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD907106567C for ; Mon, 13 Feb 2012 19:52:10 +0000 (UTC) (envelope-from martinrame@yahoo.com) Received: from nm2-vm4.bullet.mail.ne1.yahoo.com (nm2-vm4.bullet.mail.ne1.yahoo.com [98.138.91.162]) by mx1.freebsd.org (Postfix) with SMTP id DD8768FC20 for ; Mon, 13 Feb 2012 19:52:09 +0000 (UTC) Received: from [98.138.90.49] by nm2.bullet.mail.ne1.yahoo.com with NNFMP; 13 Feb 2012 19:39:52 -0000 Received: from [98.138.226.167] by tm2.bullet.mail.ne1.yahoo.com with NNFMP; 13 Feb 2012 19:39:52 -0000 Received: from [127.0.0.1] by omp1068.mail.ne1.yahoo.com with NNFMP; 13 Feb 2012 19:39:51 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 960751.45056.bm@omp1068.mail.ne1.yahoo.com Received: (qmail 53148 invoked by uid 60001); 13 Feb 2012 19:39:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1329161991; bh=KazrWNruCqhIZzKbWOpPt8gPpUhIIbrnp02M8aRqfoY=; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=CM4zs8CFQtKwdYvlxT2Xx0R54aYX6nFwsvjxxuAE/4cf/0FXqLIqnbbgTGVncamjX4IqJZyzNaZtSYw6H4+7WRB/uMczQZOH1T/fyh0+I1PsL8+cEA8gFgYSkCZmjJT9+39oZjkMwagQa4ocD9c0XDBsFg5Vh0XTmmnmTa4h9M4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=CYGCuo3ySJzCziS6xObmRbnNI166oCDGLSzP1KEetdPdzA6r1+WIkHwDorSottXPzCYYQ/5mPRsZuIAxogYz8SRtacDPb6HNoYixsj7EqTbPDr7zqhcBBacKUqDyJeiTfbJXS75ccM8DlABGeGRxUtqeAb0nw2jDPp2CH4ht+lQ=; X-YMail-OSG: UFX9NM0VM1n3jNcHxu5BTNvXYUkeL74pS2LK.KfPpLKMcqs 34J1Spny_LCKwPUNYxSZVFyjwujhEBEdx7MhMZ6puFaFTGzfyAFQ4ieP2NxM 7zjCoXmbQ66wmM684_i6QJxSTGCocwlzh1hzKXZkZnKncmoNh2ZksR0lLoG_ pWo5WDoq9dL.ehGYJoMVrbp3THcwkxJ8HBgcrwnioVnEnj6drHEDxzIsAHBa mwn7nMncEwcbvaXCrbEk9Yuz58oqtl4Cb6ypZ6FSG_jdUTIpvcdO7VtNUNgz a9CAmqY6uQIT2EtUnR4AgI2MOyXsDZhHy2PF9gzWkn3xcDFQ6g1qehI03CR7 Zn0XK9y6mIp8XUaTKUeYXhHRtQMzPtaqC.zkeOpmANm_mayrOVo7nuw_3y3F jKk1k6PO58VvdBqQV_tiFwhyGdwDqJOXcPhveStqc5_oF3ohxjOg.suphQiA Hwy9XtORX.1uRWzG4lRyL4OFcGLjXM78LPC8pPO484H4Rq9kuMc5ix8.2Q58 Xpe0RSV3E5dsjnhii9MAy9VuZXbE3TH62T2WAqE51olm1PGpM0vw0GuYLKIs a0.LTT.RtzYpX7oS.SwPK4clf Received: from [200.80.219.194] by web113516.mail.gq1.yahoo.com via HTTP; Mon, 13 Feb 2012 11:39:51 PST X-Mailer: YahooMailWebService/0.8.116.338427 References: <20120213193150.GA24425@thought.org> Message-ID: <1329161991.39719.YahooMailNeo@web113516.mail.gq1.yahoo.com> Date: Mon, 13 Feb 2012 11:39:51 -0800 (PST) From: =?iso-8859-1?Q?Leonardo_M=2E_Ram=E9?= To: FreeBSD Mailing List In-Reply-To: <20120213193150.GA24425@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: how can i offload a 600m file without graphic tools? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?Q?Leonardo_M=2E_Ram=E9?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:52:11 -0000 Using "scp" you can copy data to/from your remote FreeBsd system. If the fi= le is not on a local network, but on internet, you should use rsync instead= of scp, it allows to continue copying if the network disconnects.=0A=0AIf = your home computer is a Windows PC you can install Cygwin to be able to ope= n a console and execute scp.=A0=0A=0A--=A0=0ALeonardo M. Ram=E9=0Ahttp://le= onardorame.blogspot.com=0A=0A=0A>________________________________=0A> From:= Gary Kline =0A>To: FreeBSD Mailing List =0A>Sent: Monday, February 13, 2012 4:32 PM=0A>Subject: ho= w can i offload a 600m file without graphic tools?=0A> =0A>=0A>w can i move= a file from my home filesystem to my one disc drive=0A>without using a GUI= ?=A0 i don't have a graphic interface on my FBSD=0A>system and want to save= a 600MB file to my cdrom?=0A>=0A>thanks for tips on what i have Long forgo= tten!=0A>=0A>gary=0A>=0A>=0A>=0A>=0A>=0A>-- =0A>Gary Kline=A0 kline@thought= .org=A0 http://www.thought.org=A0 Public Service Unix=0A>=A0 =A0 =A0 =A0 = =A0=A0=A0Journey Toward the Dawn, E-Book: http://www.thought.org=0A>=A0 =A0= =A0 =A0 =A0 The 8.57a release of Jottings: http://jottings.thought.org=0A>= =A0 =A0 =A0 =A0 =A0 =A0=A0=A0Twenty-five years of service to the Unix commu= nity.=0A>=0A>_______________________________________________=0A>freebsd-que= stions@freebsd.org mailing list=0A>http://lists.freebsd.org/mailman/listinf= o/freebsd-questions=0A>To unsubscribe, send any mail to "freebsd-questions-= unsubscribe@freebsd.org"=0A>=0A>=0A>=A0