Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FTP link to work in all browsers (Chrome, IE9, Firefox)

Is there a winning combination that will make a FTP link work in all the browsers?

  • Works in Chrome + Firefox but doesn't work in IE9: ftp://username:password@ftpserver/folder
  • Works only in IE9, but not in the others: ftp://username:password@ftpserver/path/to/folder

Seems that IE9 only works if you give it an absolute path. Anybody found a better solution?

like image 387
Max Avatar asked Dec 21 '25 00:12

Max


1 Answers

Try ftp://username:password@ftpserver/folder/ (add the trailing slash if it is a folder). This works in IE too.

By the way, I suppose there is no such notion as absolute path in FTP links: all FTP paths are treated as being originated from FTP root folder.

like image 151
nullptr Avatar answered Dec 24 '25 05:12

nullptr



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!