Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2007 11:12:49 -0400
From:      Steve Bertrand <iaccounts@ibctech.ca>
To:        Pat Singer <patsingerfbsd@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Transfering a File From One Server To Another
Message-ID:  <469644F1.9090507@ibctech.ca>
In-Reply-To: <528487.97567.qm@web45002.mail.sp1.yahoo.com>
References:  <528487.97567.qm@web45002.mail.sp1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Pat Singer wrote:
> Hi;
>   I have a server that's screwed up. I'm building out another server now. I need to transfer a 1/2G file from the old one. FTP doesn't work. I tried this:
>   wget http://203.223.111.11/path/to/file
>   It connected to the machine but threw a 404. Ideas?

# scp file.name username@remote.server.com:/home/username

Should do it for you.

Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?469644F1.9090507>