FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

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 December 29th, 2011, 03:13 PM
akrp21 akrp21 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2011
Posts: 5 akrp21 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 49 m 28 sec
Reputation Power: 0
Unhappy Ftp session to append data after an ls output

How to append a directory name after an ls ouptut results?

directory.txt file contains 2 records.
May
June

Once inside the ftp session.
The May directory includes a text file called 5.txt
The June directory includes a text file called 6.txt and 106.txt

How to get results inside out.txt?
5.txt,May
6.txt,June
106.txt,June

Here is the script:

DIRECTORY=`cat directory.txt|sed '/^$/d'`

(
exec 4>&1
ftp -n>&4 2>&4|&

print -p open $host
print -p user $user $password
print -p binary
for D1 in $DIRECTORY; do
print -p cd "$D1"
print -p ls|awk '{print ",$D1"}' #This doesn't work
done
print -p bye
wait
)>>"out.txt

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > Ftp session to append data after an ls output

Developer Shed Advertisers and Affiliates



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 | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap