FTP program

  • Thread starter Thread starter Danny
  • Start date Start date
D

Danny

Anyone knows a good program that can list all the files inside folders
and put them in a text file? That way I don't have to check each folder
manually for the file I want.
 
Do you need software to list all the directories recursively? or maybe
just list them out?

Anyway, you can use my software (it also has SSH support)

www.eistware.com/Download.html - it will also gives you the ability to
edit the files

It is for free of course
 
Haflo said:
Do you need software to list all the directories recursively? or maybe
just list them out?

Anyway, you can use my software (it also has SSH support)

www.eistware.com/Download.html - it will also gives you the ability to
edit the files

It is for free of course

Actually I want to list out all the files in the directories, ie.

Folder1/File1.txt
Folder1/File2.doc
Folder2
Folder3/File1.jpg
Folder3/File2.png

I tried out your program, but it only lists the folders like most FTP
client. (I hope that you can see the format.)
 
3c273 said:
Assuming you use windows:
"dir /b /s > list.txt" at a command prompt.
Louis

I think that only works in windows and not FTP, but I will try it on a
FTP. Thanks.
 
My bad, I didn't read the post thoroughly.
Louis

Actually, using ftp from a command prompt you could issue the
dir (windows) or ls (unix/linux) command then copy and paste
the output into a text file.

Well, it's free!

Cheers,
Marko.
 
Back
Top