royalcheese
Technical User
I would like some help in making a file listing on a ftp folder, i want to run this type of thing (below), but from my pc and run it on the ftp folder on the remote computer.
Code:
dir = c:\
do while fil = ""
' Stuff
dir = fil
loop