The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
How to upload to the unix server?
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
How to upload to the unix server?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
01-01-2005
locustfurnace
Registered User
Join Date: Aug 2004
Posts: 232
You could use
scp
to transfer your files. If transferring from Windows, look for
WinSCP
. You could also try using
rsync
. Then it might also be possible to use sftp.
examples:
scp
somefiles
rdog157h@10.0.0.4:~/uploads
scp
*.tgz
rdog157h@htp://MyHost.net:~/uploads
locustfurnace
View Public Profile
Find all posts by locustfurnace
Find locustfurnace's past nominations received
Find locustfurnace's present nominations given