|
Posted by Rozmaha on June 26, 2008, 3:19 pm
Please log in for more thread options
Hey, so quick question, what would be a good time to set for execution
time using set_time_limit if I wanted to upload say a 100 mb file. I
know bandwidth and everything is important to know, but maybe if you
could give me a good number that works in any case.
Thanks
|
|
Posted by AnrDaemon on June 26, 2008, 4:10 pm
Please log in for more thread options
Greetings, Rozmaha.
In reply to Your message dated Thursday, June 26, 2008, 23:19:48,
> Hey, so quick question, what would be a good time to set for execution
> time using set_time_limit if I wanted to upload say a 100 mb file. I
> know bandwidth and everything is important to know, but maybe if you
> could give me a good number that works in any case.
1. set_time_limit has nothing to do with file uploads, unless you are uploading
files from your script (using cURL i.e.)
Refer to the
http://www.php.net/manual/en/info.configuration.php#ini.max-input-time instead.
2. Use FTP for such big files.
--
|
|
Posted by I V on June 29, 2008, 5:40 pm
Please log in for more thread options On Sun, 29 Jun 2008 08:35:25 -0400, Jerry Stuckle wrote:
>> - It sends passwords in clear text (although basic HTTP auth is little
>> better)
>
> Wrong. (sftp)
You do know that the only thing SFTP has in common with FTP is the three
letter "FTP", right? They're completely separate protocols.
|
|
Posted by Jerry Stuckle on June 29, 2008, 6:07 pm
Please log in for more thread options I V wrote:
> On Sun, 29 Jun 2008 08:35:25 -0400, Jerry Stuckle wrote:
>>> - It sends passwords in clear text (although basic HTTP auth is little
>>> better)
>> Wrong. (sftp)
>
> You do know that the only thing SFTP has in common with FTP is the three
> letter "FTP", right? They're completely separate protocols.
Not at all. They are separate - but related.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
|
Posted by Jerry Stuckle on June 29, 2008, 6:23 pm
Please log in for more thread options I V wrote:
> On Sun, 29 Jun 2008 08:35:25 -0400, Jerry Stuckle wrote:
>>> - It sends passwords in clear text (although basic HTTP auth is little
>>> better)
>> Wrong. (sftp)
>
> You do know that the only thing SFTP has in common with FTP is the three
> letter "FTP", right? They're completely separate protocols.
Ah, I just realized the lack of communications. I was talking about FTP
over SSH - not used very often, but available. I think you're talking
about SSH File transfer - much more commonly used.
Sorry I wasn't more clear.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
| Similar Threads | Posted | | Postponing execution time out | August 23, 2005, 2:45 pm |
| anyway to exceed max execution time? | January 11, 2006, 9:52 am |
| How to now the script execution time? | November 28, 2007, 1:32 pm |
| Code execution Time | November 29, 2007, 11:45 am |
| How much execution time is left? | February 8, 2008, 4:22 pm |
| php.ini sets max time to 90 seconds, yet I get a "Max execution time of 30 seconds exceeded" | August 18, 2007, 3:35 am |
| script execution time too long | December 13, 2004, 6:12 am |
| PHP Script - Efficient use of execution time | February 27, 2005, 8:43 pm |
| max-execution-time HTTP timeout ? | November 18, 2005, 2:37 am |
| strange behaviour max-execution-time php.ini | November 21, 2005, 2:30 am |
|