Hi Guys. Direct Copy Of Readme.
*************XBOX1Crew Presents***************
This is just a proof of concept that you can use a database 2 display what the content of each folder has by grabbing folder name searching it in
a database & then returning back its value.
People who cant run this try both exe's. If they dont work , Please research into the error. Im running windows 7 & got it running.
http://www.winhelpon...ning-a-program/THIS IS A PROOF OF CONCEPT.
THIS PROGRAM IS WRITTEN IN VB.
THANKS TO THE OWNER OF THE FTP SOURCE.
OPEN SOURCE SOFTWARE.
This Would be great if this Mod was added into the source of FILEZILLA Client found at
http://filezilla-pro.../sourcecode.phpPlease look at this screen shot where a perfect place to display the info would be.

I know its possible as it took me less then 15 mins & 9 lines of code in Visual Basic 6.
***********************************************************************************************
Obviously there is more code so download the full source code if u wanna see it.
***********************************************************************************************
Set db = OpenDatabase(App.Path & "\folders.mdb")
Set rs = db.OpenRecordset("SELECT * FROM Table1 where folder=""" & Item.Filename & """")
If Not rs.EOF Then
.SubItems(1) = "< " & rs.Text & " >"
Else
.SubItems(1) = "< Directory >"
End If
Set rs = Nothing
Set db = Nothing
***********************************************************************************************
HoRnEyDvL Efnet. 2010
Source Code VB6Compiled Version