|
|
|
|
![]() ![]() |
Nov 24 2005, 03:27 AM
Post
#21
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 268 Joined: 10-October 05 From: Calgary, Alberta, Canada Member No.: 12,762 |
Thanks for the tutorial. I hate doing script updates because some scripts have hundreds of files and it takes forever to upload by FTP and sometimes disconnects in the middle of the upload. This is going to save me tons of time and make the uploading processes a lot easier. I can't believe I didn't know about this before.
|
|
|
|
Nov 24 2005, 02:33 PM
Post
#22
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 199 Joined: 29-September 05 Member No.: 12,363 |
nice tutortial, but I dont think this servers handles zip file. But I think it handles .gzip instead. However if you are using ftp then it will take like forever to upload 50 files beacuse on trap17īs server is the uploading speed very low. I dont know why...
But we are lucky that we can use .gzip and .zip if it supports it. |
|
|
|
Feb 4 2006, 01:19 AM
Post
#23
|
|
|
Newbie [Level 3] ![]() ![]() ![]() Group: Members Posts: 48 Joined: 1-February 06 From: USA Member No.: 18,021 |
Wow! Nice Tutorial..ThnX for Posting Sharing it with us!
It takes me like 5 Minutes to upload with my 5MB Connection.. Now I hope it will take even lesser time to upload.. Very Good Helpful tutorial! |
|
|
|
Feb 4 2006, 11:33 PM
Post
#24
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 58 Joined: 31-January 06 Member No.: 17,937 |
thanks for that great advice. it will really keep a lot of time.i am hosted for about 3 years on a various of hosts and it's first time to know that way of upload. thanks again
This post has been edited by adly3000: Feb 4 2006, 11:34 PM |
|
|
|
Feb 5 2006, 07:48 AM
Post
#25
|
|
|
Moderator ![]() Group: [MODERATOR] Posts: 1,344 Joined: 26-December 04 From: Canada Member No.: 2,940 myCENT:46.53 |
That is awsome! I didn't know you could actually extract files! Is there a way to do this the FTP way?
|
|
|
|
Feb 5 2006, 07:24 PM
Post
#26
|
|
|
-=Hybrid Bus=- ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 742 Joined: 2-November 05 From: My hybrid bus (in NYC), a computer Member No.: 13,709 ![]() |
Upload the file with FTP and then unzip it in cPanel. That should do the trick, if that's what you're asking.
|
|
|
|
Feb 13 2006, 08:02 PM
Post
#27
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 290 Joined: 17-December 05 From: Error 404 Member No.: 15,848 |
Wow. I never knew you could unzip all the files. I feel kind of stupid after uploading files one by one if I didn't feel like using an FTP client at the time. This should save time, letting me be alot more time suffecient when uploading stuff.
|
|
|
|
Feb 13 2006, 08:21 PM
Post
#28
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 35 Joined: 13-February 06 Member No.: 18,583 |
hey i like that too even though i have not get my hosting account here as yet its very good to know that trap17 is offering the best services around and i am glad for this site
|
|
|
|
Feb 13 2006, 09:44 PM
Post
#29
|
|
|
Member [Level 2] ![]() Group: [MODERATOR] Posts: 80 Joined: 25-March 05 Member No.: 4,879 myCENT:0.19 |
Actually, our hosting server will extract many compression formats including zip files.
- zip - gzip - tar.gz - tar.bz2 - etc... I sometimes edit a large number of files for use on a test site and then if they work correctly, I create a zip of all of the files I edited in their correct directory tree starting from /public_html. I can then upload and extract the files to a temporary directory (/temp) on the server. Once on the server in the correct directory structure, I can copy the root directory created by the extraction to the target directory of my website. All of the files that need changed are automatically overwritten. I can update my live site very quickly this way. As far as every file that is extracted having the wrong file permissions, I found that my standard FTP client allows me to quickly CHMOD several files and directories at once. You can't extract to the target directory since the extractor will not overwrite files in the extraction process. Only the upload, copy, or move processes are able to overwrite an existing file. Nice tutorial. vujsa |
|
|
|