Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Can't access ftp sites with my windows vista and firefox

  • 8 trả lời
  • 3 gặp vấn đề này
  • 27 lượt xem
  • Trả lời mới nhất được viết bởi lewleib

more options

Running Windows Vista with FF and OracleVM with Ubuntu LINUX/FF. Get same error on both Ubuntu and Windows partition. I did all my fault checking on Windows&FF Any ftp site, including sao-ftp.cfa.harvard.edu gives error message Timed out Check ---- Checked window firewall and config port 20 and 21: NO DIFFERENCE Tried ftp://ftp.mozilla.org/pub/extensions and ftp://ftp.mozilla.org: NO DIFFERENCE Loaded FireFTP and tried above sites: get message Unable to make connection, Please try again Per cor-el on earlier thread tried https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/

  IT WORKED!

Then tried https://sao-ftp.cfa.harvard.edu/pub/transfer/nlee/acis_bkgrnd_4.5.7.tar.gz Got windows warning of unsecure server; requested over ride. Then got message from hea-www.harvard Port 443 NOT FOUND

Can Cor-el or anyone suggest a solution? Many Thanks

Running Windows Vista with FF and OracleVM with Ubuntu LINUX/FF. Get same error on both Ubuntu and Windows partition. I did all my fault checking on Windows&FF Any ftp site, including sao-ftp.cfa.harvard.edu gives error message Timed out Check ---- Checked window firewall and config port 20 and 21: NO DIFFERENCE Tried ftp://ftp.mozilla.org/pub/extensions and ftp://ftp.mozilla.org: NO DIFFERENCE Loaded FireFTP and tried above sites: get message Unable to make connection, Please try again Per cor-el on earlier thread tried https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ IT WORKED! Then tried https://sao-ftp.cfa.harvard.edu/pub/transfer/nlee/acis_bkgrnd_4.5.7.tar.gz Got windows warning of unsecure server; requested over ride. Then got message from hea-www.harvard Port 443 NOT FOUND Can Cor-el or anyone suggest a solution? Many Thanks

Giải pháp được chọn

PROBLEM SOLVED Problem was with COMCAST router firewall. Their tech support fixed it in 5 minutes after my third try with them.

Thanks for all your help. Lew

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (8)

more options

I receive the same error of it being insecure.

Go to "I understand the risks"

Click add exception and then hit "Confirm Security Exception"

more options

Thanks for the help. However, I did that and then did get to a server but with the response Port 443 NOT FOUND

more options

That means the file is no longer on the server I received the same error oo so don't fear :D

Được chỉnh sửa bởi Microrobot vào

more options

Could the problem be with COMCAST? I recently received a new Modem/Wifi. I don't think I configured FireFTP correctly. I don't know my host name or user name or password.

any suggestions?

more options

Did you try to run the FTP program via a command prompt window on Windows or a terminal window on Linux to see any error messages?

Open a cmd.exe command line window and execute these commands:

ftp
open ftp.mozilla.org
username: anonymous
password: anonymous
cd pub/mozilla.org/firefox/releases/latest/win32/en-US
ls
binary
lcd ~\Desktop (save the file to the Desktop)
get "Firefox Setup xx.0.exe" (make sure to use the quotes)
(verify that you have the Firefox Setup xx.0.exe file on the USB drive)
bye

Được chỉnh sửa bởi cor-el vào

more options

Thanks for the input Cor-el.

Here is what I got on my Ubuntu terminal:

lew@lew-VirtualBox:~$ ftp ftp> open ftp.moxilla.org ftp: connect: Connection timed out ftp>

I have also tried to download from the Harvard Chandra site(something I have done a number of times earlier this year) and got

lew@lew-VirtualBox:~/CIAOstuff$ download_chandra_obsid 1842

  1. download_chandra_obsid (06 August 2013): ERROR [Errno 110] Connection timed out

lew@lew-VirtualBox:~/CIAOstuff$ download_chandra_obsid 1838 evt2

  1. download_chandra_obsid (06 August 2013): ERROR [Errno 110] Connection timed out

Any suggestions?

more options

 ftp: connect: Connection timed out

You're putting moxilla.org instead of mozilla.org.
Replace the x with the z

 Then tried https://sao-ftp.cfa.harvard.edu/pub/transfer/nlee/acis_bkgrnd_4.5.7.tar.gz Got windows warning of unsecure server; requested over ride. Then got message from hea-www.harvard Port 443 NOT FOUND

I simply had to add an exception to get to it but it seems like whatever file you were trying to download isn't available anymore. Since it's on the Harvard network, I would suggest you ask IT at the Harvard campus to see if there are other ways to download that file if you truly need it. More info: I can't even navigate to http://sao-ftp.cfa.harvard.edu/pub without getting 404'd (probably needs a user/password combo internally)

Được chỉnh sửa bởi Moses vào

more options

Giải pháp được chọn

PROBLEM SOLVED Problem was with COMCAST router firewall. Their tech support fixed it in 5 minutes after my third try with them.

Thanks for all your help. Lew