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:
  #1  
Old March 10th, 2003, 02:57 AM
klassicd klassicd is offline
Player
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: San Diego
Posts: 28 klassicd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 15 sec
Reputation Power: 0
Send a message via AIM to klassicd
ftp - displaying file listings

Hey everyone. Im working on my own personal ftp application. Im in the process of learning how to display the files of a directory.

PHP Code:
 $conn_id = @ftp_connect($ftp_server$ftp_port);
$login_result = @ftp_login($conn_id$ftp_user_name$ftp_user_pass);

foreach(
ftp_nlist($conn_id$dir) as $entry) {
    if (@
ftp_chdir($conn_id$entry)) { 
        
ftp_cdup($conn_id); 
        echo 
"<a href=\"control.php?action=view&dir=$entry\">".$entry ."</a><br>";
    } else { 
        echo 
$entry."<br>";
    }



Here, what im doing is looping through all the links in the dir to see whether they are files or dirs. ftp_chdir tries to open the link and if it is sucessful it will go back to the parent dir and echo a link to that dir. It it is false it will just echo the file name.

This doesnt work. It seems to only work for the first result then goes dead the rest of the time? Anyone see why?

Secondly would there be a way to gain more information about the link? To say see how big it was, the type of link it was, etc..

Thanks

Reply With Quote
  #2  
Old March 10th, 2003, 03:38 AM
ishnid's Avatar
ishnid ishnid is online now
kill 9, $$;
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Sep 2001
Location: Dublin, Eire
Posts: 5,565 ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level)ishnid User rank is General 6th Grade (Above 100000 Reputation Level) 
Time spent in forums: 3 Months 1 Week 4 Days 13 m 8 sec
Reputation Power: 1395
Hmmm. . . you seem to have posted this in the wrong place. That belongs in the PHP forum.
~ishnid

Reply With Quote
  #3  
Old March 10th, 2003, 11:08 AM
klassicd klassicd is offline
Player
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: San Diego
Posts: 28 klassicd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 15 sec
Reputation Power: 0
Send a message via AIM to klassicd
Crap. Thanks. Ill move it.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > ftp - displaying file listings


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 6 hosted by Hostway