FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationFTP Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old September 8th, 2003, 06:32 AM
Antixat Antixat is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 219 Antixat User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 59 m 48 sec
Reputation Power: 6
Send a message via MSN to Antixat
FTP_TIMEOUT_SEC usage

Am trying to work with php's ftp commands and setting a shorter timeout for its connection.. so if it cant connect users wont have to wait 90 seconds before they can continue

now Im using it like they said on php.net I just dont understand where exacly to put it.. Ive tried it before and after defining $conn_id, like this:

PHP Code:
 $conn_id = @ftp_connect($ip,$port); 
ftp_set_option($conn_idFTP_TIMEOUT_SEC10); 


or

PHP Code:
 ftp_set_option($conn_idFTP_TIMEOUT_SEC10);
$conn_id = @ftp_connect($ip,$port); 


in both cases I get an error saying:

Warning: ftp_set_option() expects parameter 1 to be resource, null given in /home/sc0rp/public_html/test/ftp.php on line 19

line 19 is of cuz:

ftp_set_option($conn_id, FTP_TIMEOUT_SEC, 10);

is there anyone who can help me with this

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > FTP_TIMEOUT_SEC usage


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway