yeah I didn't realise your could do path/tosource then user@remotehost.domain:/path/todestination&nbsp; I probably just needed to do a better job of RTFM. Thx, guys.<br><br><div><span class="gmail_quote">On 3/31/06, <b class="gmail_sendername">
Jason Green</b> &lt;<a href="mailto:jave27@gmail.com">jave27@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; &gt;&gt;&gt; &quot;Caleb Cushing&quot; &lt;<a href="mailto:xenoterracide@gmail.com">xenoterracide@gmail.com</a>&gt; 3/31/2006 3:17:26 PM &gt;&gt;&gt;<br>&gt; whats the easiest way to move a file from the computer your at to a remote
<br>&gt; location. I've always used scp to move it from that location to my computer<br>&gt; but either I can't figure out the syntax to send it too the remote computer<br>&gt; or that doesn't work. is there a way to do like a secure paste or make it so
<br>&gt; the source file is your computer not the remote computer?<br><br>scp path/to/sourcefile user@remotehost.com:/path/to/destination<br><br>It will prompt you for a password, and make sure the remote host has<br>ssh installed.
<br></blockquote></div><br>