firebottle #1 Posted August 27, 2020 Usually you can enter nothing at all for a password. Now I just get "access denied" no matter what is entered. Did something change in the last few weeks? Quote Share this post Link to post Share on other sites
sometimes99er #2 Posted August 27, 2020 http://ftp.whtech.com Doesn't ask me for anything. I just get in. Quote Share this post Link to post Share on other sites
firebottle #3 Posted August 27, 2020 (edited) 17 minutes ago, sometimes99er said: http://ftp.whtech.com Doesn't ask me for anything. I just get in. I'm using ftp://ftp.whetch.com ... With anonymous as the username... Edited August 27, 2020 by firebottle a noney mouse Quote Share this post Link to post Share on other sites
sometimes99er #4 Posted August 27, 2020 (edited) 5 minutes ago, firebottle said: I'm using ftp://ftp.whetch.com ... Okay, that doesn't work for me. It says "Loading..." and it doesn't respond (ERR_CONNECTION_TIMED_OUT). Tried FileZilla. Anonymous FTP logon used to work. Password seems to be required (guess I also used to pass an empty string). Edited August 27, 2020 by sometimes99er Quote Share this post Link to post Share on other sites
Ed in SoDak #5 Posted August 27, 2020 spellcheck: whetch >>whtech But trying ftp://ftp.whtech.com asked for password again in a second popup, which failed with a 530 error Log in incorrect. Site must need a refresh? 1 Quote Share this post Link to post Share on other sites
+arcadeshopper #6 Posted August 27, 2020 It's changed, I let him know there's a problem in the meantime use http Quote Share this post Link to post Share on other sites
atrax27407 #7 Posted August 27, 2020 http://ftp.whtech.com/ works for me. Quote Share this post Link to post Share on other sites
mizapf #8 Posted August 27, 2020 The http URI connects to the HTTP server (port 80), while the ftp URI connects to the FTP server at port 20/21, so the issue is probably with the FTP server only. Quote Share this post Link to post Share on other sites
+arcadeshopper #9 Posted August 27, 2020 Ok I heard back from Don and he says "the latest ftp server software has a bug use http in the meantime" 2 Quote Share this post Link to post Share on other sites
Shift838 #10 Posted October 9, 2020 On 8/27/2020 at 12:20 PM, arcadeshopper said: Ok I heard back from Don and he says "the latest ftp server software has a bug use http in the meantime" any word on when this will be fixed? i'm working on incorporate a download of the latest MAME realease from the site within OoeyGUI and the easiest way is to use the ftplib with python. Quote Share this post Link to post Share on other sites
+arcadeshopper #11 Posted October 9, 2020 I'll askSent from my LM-V600 using Tapatalk Quote Share this post Link to post Share on other sites
mizapf #12 Posted October 9, 2020 If not, you may have to try http.client. WHtech's http server seems to be configured to deliver the directory content when you use a URL that points to a directory, so you should be able to load that page and parse it. 1 Quote Share this post Link to post Share on other sites
Shift838 #13 Posted October 10, 2020 5 hours ago, mizapf said: If not, you may have to try http.client. WHtech's http server seems to be configured to deliver the directory content when you use a URL that points to a directory, so you should be able to load that page and parse it. yea that's what I figured i would need to do. So i pounded out the code to pull the site and parse for the latest version. Working good on windows OS so far. 1 Quote Share this post Link to post Share on other sites
Omega-TI #14 Posted October 10, 2020 Over hill, over dale... https://www.whtech.com/ftp/ ... never fails! Quote Share this post Link to post Share on other sites
mizapf #15 Posted October 10, 2020 Yes, but this is HTTP(S), which requires a HTTP client, and not the ftplib. Quote Share this post Link to post Share on other sites
+arcadeshopper #16 Posted October 10, 2020 Ftp is still broken Don has offered to add an account if you really need to FTP.. Sent from my LM-V600 using Tapatalk Quote Share this post Link to post Share on other sites