2 Connections: One For Upload, Other For Download
Dec 16, 2007
I've two connections: ADSL (2.5mbps DOWN, 512 UP) and Cable (256 Down, 56 UP). Uploads are free on ADSL, Cable however is truly unlimited.
I'm wondering if there is any way to upload using ADSL and download using Cable? since there seems to be some amount of inward data transfer even while uploading (p2p) and the ADSL is highly expensive so I wanted to use Cable for that.
View 3 Replies
ADVERTISEMENT
Jul 2, 2008
When a company offers you 1000gb bandwidth,
Is that for upload or download or maybe both?
View 9 Replies
View Related
Apr 4, 2007
Is it direct upload from internet to the site (without prior downloading on a PC hard disk) possible?
View 6 Replies
View Related
May 12, 2007
I am setting up a file download server and using FTP.
But i only want user to download and not to upload( prevent possibility of uploading bad script or shell script )
So does anyone know how can i do it?
Does it have any risk of security using this method?
Currently i am using apache so user can download, but this method take too much resource and server often overload when too many people download.
View 5 Replies
View Related
Jul 24, 2007
I'm currently running on a VPS. My site allows for large file uploads and downloads, with files over 600mb in size.
The server has issues when the site gets three or more requests for large file downloads. I'm trying to grow this site to thousands of users and it is hard to do when the site can't handle even three.
I've been told by my host that I need to upgrade to dedicated. My VPS only has 512mb RAM and one large file download is eating up that RAM. This is causing the issue.
I'm a newbie and while I knew I was risking a bit by going with VPS I do find it a bit annoying that these guys advertise 1TB of bandwidth per month but I can't even support downloading 1GB at the same time....maybe it's just me...
Anyway, I am now looking into moving the large files and the upload/download over to Amazon S3. If I do this I am expecting my RAM usage on the VPS to greatly decrease. Is this correct? If my PHP code is running on the VPS, but the actual file download via HTTP is coming from S3, that should not be a heavy load on my box, correct?
any opinions on S3?
View 2 Replies
View Related
Dec 19, 2008
i had upload problems with Aspirationhosting since signing up yesterday.
Tried the following -
1. filezilla ftp/sftp upload a 8m zip package only to get time out from time to time
2. tried other ftp client resulting same issue
3. upload the other hosting company in the same way turns out very fast
4. isp speed test turns out 180 -230k/s
5. cpanel>web upload to AH server only gets "dead" pages or hours time consuming for a 8m pack
6. contacted the support and ticket is still open, almost all possible issues considered but failed to crack
here is the error from time to time while filezillar ftp upload unpacked site files -
Error:Directory /home2/XXXXXX/public_html/XXXXX/directory1/2/3: no such file or directory
And if sftp used for uploading package site (only 8m) the error is - time out...
View 10 Replies
View Related
Apr 8, 2008
I'm trying to upload a 15mb SQL file via PHPMYADMIN, and each time I try it takes ages loading and then I get the following error:
Fatal error: Maximum execution time of 300 seconds exceeded in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/import/sql.php on line 118
View 5 Replies
View Related
Jul 16, 2007
Im having problems uploading a 250mb sql DB thru Phpmyadmin in localhost. Can someone please help me out with this one? Is there a better way to do this. It keeps telling that the file is too large to upload thru phpmyadmin.. I have edit the php.ini file but no luck it still says the same thing.
What I basicly just want to do is to look at my old database tables that I had from my old site. I need all my members information so that I can start migrating info. Is there a software that just allows me to look at my sql DB ? I have a local copy in my hard drive.
View 5 Replies
View Related
Apr 2, 2006
Whenever I tried to upload large files to my server it restarts the upload again and again and never actually uploads. It just keeps overwriting the previous file. I don't get any errors? It just automatically reuploads and overwrites the files everytime.
View 2 Replies
View Related
Jun 8, 2009
I think I messed php config and I can't upload anything with php now
Dir is chmoded on 777 and File_Uploads = On in php.ini
I'm running lsphp5 with suhosin, when I try to import db via phpmyadmin I get error: Uploading is not allowed and when I try to upload some file via php script I can't
View 5 Replies
View Related
May 14, 2009
I am unable to upload a 33 MB video, the upload bar stops displaying at 60% and the error at apache is
[Thu May 14 17:00:07 2009] [error] [client 122.172.115.137] (104)Connection reset by peer: Error reading request entity data
View 4 Replies
View Related
Oct 20, 2008
how i can make an FTP account for my clients to upload files to
but when they upload a file they dont see it after. I want to just make 1 ftp user / pass to give to my clients but after uploading they dont see the file or any other files in the folder.
Maybe a way for the file to auto move to another folder after uploading?
View 8 Replies
View Related
Sep 5, 2008
I have uploaded my site through FTP. Everything seems to be showing except the /images files.
Images in .gif and .jpg ain't showing up. The error I get is
"The image "image URL" cannot be displaying, because it contains error"
It's weird because the image is uploaded on the ftp in images folder but for some weird reason it's not showing up.
View 6 Replies
View Related
Jun 28, 2007
I have a forum ( VBulletin ) in admincp Upload file is ok and high,
For example .Zip file are max 3 Meg upload, but i want upload .Zip in thread, i can not upload over 1 Mb, and i view database error!
View 4 Replies
View Related
Jun 28, 2008
I am having problems on my server... I can't upload files via php script because of a time out... when i upload files that take 2-3 min upload i get timeout... everything under that is normaly uploaded ...
execution time is set to 3000 .. same problem again..
file size limit set over 200MB ... (trying to upload 20-30MB) ... timeout...
etc...
View 3 Replies
View Related
Jul 23, 2008
i have a vps with vps4less. i have a counter strike server on it.when i am alone i have 65ping. when my friends connected i have 120.They say that i have 10mbps unnmetered.Is there any way to check my upload speed?
View 8 Replies
View Related
Apr 6, 2008
When I try to install ffmpeg, but it fail. The server cannot upload 1KB file from php.
$_FILES['xxx']['size'] return to 0
$_FILES['xxx']['tmp_name'] return to ''
Server: CentOS 5.x X86_64 Bit + Cpanel + Apache 1.3 + PHP 4.4.8...
Quote:
Originally Posted by php.ini
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30
max_input_time = 60
memory_limit = 64M
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
upload_max_filesize = 50M
View 14 Replies
View Related
Jan 17, 2007
I have no idea where to upload my cpanel backup file to now that I bought myself a vps.
It says that I have to upload it to /root but where is that lol? How can I upload it to /root, /usr, or /home (any is fine according to WHM).
Both old and new server are powered by Cpanel.
View 1 Replies
View Related
Jun 20, 2007
I got a dedi windows box with Plesk 7.6.1 installed.
I can't figure why is the max upload speed via ftp client is 25Kb/sec when I capable to push > 50kb/sec?
Anyone know how to fix it? Maybe in metabase.xml file?
View 3 Replies
View Related
Oct 29, 2007
I am not exactly sure where to post this so I figured I would try here.
I have quite a few customers I host on a dedicated server. I would like to offer them the ability to backup any kind of data they want to on the server as well.
I am looking for a simple program that i could distribute to my customers and all they have to do is:
Install the application
Type in UN/PW I provide them
Select the directories they would like automatically uploaded
Select the frequency of the automatic upload
Does anyone know of good software I can use that is that simple to use?
View 2 Replies
View Related
Sep 3, 2007
We have 10 VPS node on one hyperVM.
One of the VPS have problem while uploading.
When I try to upload any contents to my site it gives me 10Kbps speed so I am worry about it.
I have one reseller account on which I get more than 200Kbps upload speed.
What can I do to fix this issue?.
if any changes I need to do on openvz.
View 4 Replies
View Related
Sep 5, 2007
I'm using Transmit on OS X as an FTP client. I've been trying to upload a folder of images to my site for weeks now and every time I try to do so, that server seems to hang up on me or cut the transmission off and the images never get 100% uploaded. There is still plenty of space available. The images are all under 200KB. I'm using passive mode. I have this problem on this server and a few others. With some other servers, I don't have this problem at all, the images are uploaded just fine.
View 7 Replies
View Related
Aug 18, 2007
I have frequently read that you should upload all files to and create folders in the public html. But recently an IT manager told me this sacrifices security completely. So in respect of setting up a new site,
Folder name (at server)
public html Q1 You place the index.htm file here, correct?
public ftp Q2 What do you place in this?
w3 Q3 do you place other folders at w3.sitename here?
user created Q4 are folders for the subdomain folders created here (and not in the public html folder) - for security reasons?
Q5 For add-on domains e.g. w3.sitename/add-on/abc.htm where is
it best to place the folder for the contents e.g. abc.htm?
View 3 Replies
View Related
Feb 23, 2007
i'm trying to make a backup for my configuration using XMODEM protocol,i entered the command as follow :-
upload configuration xmodem <filename.txt>
it gave me error msg (tftp : DND LOOKUP FOR HOST FAIELD)
so i change the command to
upload configuration xmodem <my pc ipaddress> <filename.txt>
IT GAVE ME ANOTHERE ERROR (SYNTAX ERROR AT TOKEN FILENAME)
NEXT POSSIBLE COMPLETION
<CR> <HOUR (0-23)>
upload configuration xmodem 192.168.2.23 toman.txt 10:10
IT GAVE ME ANOTHER ERROR (Syntax error at token FILENAME.txt
Next possible completions:
<cr> <hour (0-23)>)
WHAT IS WRONG WITH THE COMMAND SYNTAX...?
View 4 Replies
View Related
Nov 30, 2006
Has anyone overcome the php.ini problem at DreamHost?
I am trying to upload .wmv video files around 20mb and of course they timeout after around 7mb.
I found this bit of chatter on the net but I am still stuck: ....
View 5 Replies
View Related
Oct 10, 2009
does anyone know of a good free file upload/download service that allows the transfer of 1-3 GB?
View 10 Replies
View Related
Oct 4, 2009
So far the site is in a folder with all the other files it needs, and loads perfectly on my computer.
Now, I buy hosting with a site such as [url], c who will also let me buy a domain for my site...
I send the files over an FTP connection.. I have totally forgot all the input I have to put into the FTP.. I figure it will be... My host account's username and password, maybe the server's IP adress or root domain?
So now my only concern is picking a host who offers best value for a monthly rate (obveously), and also one who will let me buy a domain name from they, and get everything up and running at once.
View 7 Replies
View Related
May 1, 2009
How will i install [url]I tried
-bash-3.2# pecl install uploadprogress
No releases available for package "pecl.php.net/uploadprogress"
Cannot initialize 'channel://pecl.php.net/uploadprogress', invalid or missing package file
Package "channel://pecl.php.net/uploadprogress" is not valid
install failed
View 2 Replies
View Related
Dec 7, 2008
we can't upload any file in cPanel.
my users can upload files only with FTP.
how can i resolve the problem without send request to cPanel's support?
View 4 Replies
View Related
Apr 16, 2008
I have 2 questions:
1. Upload files count in my bandwith?
2. Remote Backups count in my bandwith?
View 12 Replies
View Related