'actual path
'ftp://lara-app%40locksdownunder.com.au@ftp.locksdownunder.com.au/public_html/usersTools/1089/MyTools.txt
Private ftp As FTP
ftp.Initialize("ftp","ftp.locksdownunder.com.au",21, "lara@locksdownunder.com.au", "mypassword")
ftp.PassiveMode = True
ftp.List($"ftp.locksdownunder.com.au/public_html/usersTools/"$ & Main.userID)
Wait For FTP_ListCompleted (ServerPath As String, Success As Boolean, Folders() As FTPEntry, Files() As FTPEntry) '<----
If Success Then
Log(Folders)
Log(Files)
End If
#if b4a
ftp.Close
#End If