au3scr Posted May 10, 2008 Posted May 10, 2008 How to list files in internet?ftp://releases.mozilla.org/pub/mozilla.or...est/win32/en-US#Include <File.au3> #Include <Array.au3> $FileList=_FileListToArray("ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/en-US") If @Error=1 Then MsgBox (0,"","No Files\Folders Found.") Exit EndIf _ArrayDisplay($FileList,"$FileList")it dont help here, is there other methods?
botanic Posted May 10, 2008 Posted May 10, 2008 you cant use ftp in that wayuse this http://www.autoitscript.com/forum/index.ph...2473&hl=ftp to open the connection ect then do that
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now