Current location: Hot Scripts Forums » General Community » Script Requests » FTP File counting script


FTP File counting script

Reply
  #1 (permalink)  
Old 09-18-03, 06:50 PM
Raine Raine is offline
New Member
 
Join Date: Sep 2003
Location: Liverpool, NY
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
FTP File counting script

Hey guys i'm looking to see if someone could help me or write me a script that can count the number of files in an ftp directory then echo back on the site in text. I only want the number echoed back. It's used for www.raine-tech.com/uploader please help if you can. Thanks
BTW my contact details are blow
Reply With Quote
  #2 (permalink)  
Old 09-21-03, 07:31 PM
Raine Raine is offline
New Member
 
Join Date: Sep 2003
Location: Liverpool, NY
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Hmm can anyone help.
Reply With Quote
  #3 (permalink)  
Old 09-25-03, 08:39 AM
algis algis is offline
New Member
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hello,
if you have the FTP functions enabled in your PHP you can go with the following code:
PHP Code:

$ftp_server 'ftp.yoursite.com';

$ftp_user_name 'your_user_name';
$ftp_user_pass 'your_password';
$ftp_dir 'required_directory';

$conn_id ftp_connect($ftp_server); 
ftp_login($conn_id$ftp_user_name$ftp_user_pass); 
echo 
countftp_rawlist($conn_id$ftp_dir) ); 
Sure you can stuff it with error checking etc.
Hope it helps.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Web Host, New Problem! justchat PHP 2 09-29-03 02:39 PM
User login-Photo mangament script coolgy768 Script Requests 3 09-15-03 09:04 PM
Upload and download counting. Arctic ASP 2 08-16-03 10:44 PM
Script for picking the first HTML file out of a directory (with sorted HTML files) jelteveld Script Requests 0 08-16-03 01:30 PM
Upload file type and size limiter! Arctic ASP 1 08-02-03 07:06 PM


All times are GMT -5. The time now is 11:48 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.