![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| 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 09:30 AM |
| How to upload a single file to UNIX box | patras | UNIX for Dummies Questions & Answers | 4 | 08-13-2006 09:46 PM |
| File Upload Performance using IE from Windows to Unix via HTTPS | darontan | UNIX for Dummies Questions & Answers | 1 | 10-27-2005 11:04 PM |
| stuck in perl cgi to upload a file to server | sachin_kaw | Shell Programming and Scripting | 4 | 06-26-2005 05:36 AM |
| how to upload files on unix to SharePoint | sheldonwang | UNIX for Dummies Questions & Answers | 3 | 10-08-2004 11:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to upload to the unix server?
I am having problems uploading files to my new server. I am new at this so im sure im doing it wrong. I tried using wsftp but that didnt work. please help me!!
|
| Forum Sponsor | ||
|
|
|
|||
|
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) |
| Thread Tools | |
| Display Modes | |
|
|