goldenix Posted March 20, 2008 Posted March 20, 2008 hi I know that if i use full file adress then i can Download it using inetget, I also know that its *.zip file ( what i dont know is the full name of the file & whether is exists at all or not. ) I know that server forbids directory listing. So my question, is there any way to search for a zip file somehow? My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Zedna Posted March 20, 2008 Posted March 20, 2008 If your ZIP file is on the FTP (ftp://some.site/some.dir/some.zip) then you may use FtpFileFindFirst/FtpFileFindNext functions from FTP UDF. Resources UDF ResourcesEx UDF AutoIt Forum Search
goldenix Posted March 21, 2008 Author Posted March 21, 2008 Zedna said: If your ZIP file is on the FTP (ftp://some.site/some.dir/some.zip) then you may use FtpFileFindFirst/FtpFileFindNext functions from FTP UDF.Unfortunately its http My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Richard Robertson Posted March 21, 2008 Posted March 21, 2008 If the server does not allow directory listing then it is impossible to find a file without knowing it in advance. This could be from a link or a hand typed URL, but it must be known.
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