![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script runs fine on UNIX Server...Not through MSK Tool kit on Windows Server | madhunk | UNIX for Dummies Questions & Answers | 5 | 01-31-2008 01:30 PM |
| How to upload a single file to UNIX box | patras | UNIX for Dummies Questions & Answers | 4 | 08-14-2006 12:46 AM |
| File Upload Performance using IE from Windows to Unix via HTTPS | darontan | UNIX for Dummies Questions & Answers | 1 | 10-28-2005 02:04 AM |
| stuck in perl cgi to upload a file to server | sachin_kaw | Shell Programming and Scripting | 4 | 06-26-2005 08:36 AM |
| how to upload files on unix to SharePoint | sheldonwang | UNIX for Dummies Questions & Answers | 3 | 10-08-2004 02:52 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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 |
|
||||
|
are you logged in as the su?? also make sure if your uploading a file that has multiple contents that your tar it and gzip it.
ex: tar cvf filename.tar filename(the original) ex: gzip filename.tar (this is the one you created above) |
|
||||
|
Oh, you might not be able to login as root from another location via ftp. Create a regular user account and use that.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|