Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.os.windows-10 > #76984
| From | Frank Slootweg <this@ddress.is.invalid> |
|---|---|
| Newsgroups | alt.comp.os.windows-10, microsoft.public.windowsxp.general, comp.mobile.android |
| Subject | Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? |
| Date | 2018-10-22 13:51 +0000 |
| Organization | NOYB |
| Message-ID | <pqkpir.d3k.1@ID-201911.user.individual.net> (permalink) |
| References | (5 earlier) <28alsdtomnfoemmehaijmdl70j31db773j@4ax.com> <pqebdv$ift$1@dont-email.me> <pqijiq$4pg$1@news.mixmin.net> <pqiobd$1sm$1@dont-email.me> <pqivmu$mti$1@news.mixmin.net> |
Cross-posted to 3 groups.
Arlen Holder <a%rlenh.older@no.spam.net> wrote: [About 'Map network drive', 'Add a network location' and 'net use'.] AFAICT from all references sofar and some testing: 1. 'Map network drive' and 'net use' can not handle FTP syntax, period. 2. 'Add a network location' *can* handle FTP syntax, and *can* handle a (FTP) port number. 3. (Windows) File Explorer *can* handle FTP syntax and *can* handle a (FTP) port number. This is irrelevant for the problem at hand, but is used to verify that the FTP server is working correctly. In order to verify 2., I needed both a public FTP server (because the FTP servers on Android (have to) use non-standard port numbers) and a/my Android FTP server (ES File Explorer). As the public FTP server I used 'ftp://speedtest.tele2.net'. Verify 3.: ========== - The FTP URL 'ftp://speedtest.tele2.net' should work in your browser and in (Windows) File Explorer. - The FTP URL 'ftp://speedtest.tele2.net:21' - i.e. with the default FTP port number 21 - should also work in your browser and in (Windows) File Explorer. - The FTP URL 'ftp://speedtest.tele2.net:80' - i.e. with a port number other than the default FTP port number 21 - should FAIL in your browser and in (Windows) Verify 2.: ========== - (Windows) File Explorer -> This PC -> Add a network location -> Next -> Choose a custom network location -> Next -> Internet or network address: -> ftp://speedtest.tele2.net -> Next -> (leave as is) -> Next -> (leave as is) -> Next -> untick 'Open this network location when I click Finish.' -> Finish. - 'This PC' will now show a Network Location 'speedtest.tele2.net', which will open on a double-click. - If you delete and re-add the Network Location, but now enter ftp://speedtest.tele2.net:21 as the 'Internet or network address:', you will see that that also works. - If you delete and re-add the Network Location, but now enter ftp://speedtest.tele2.net:80 as the Internet or network address:', you will see that that FAILs, which it is *supposed* to do, because 80 is the incorrect port number. - So we have verified that: > 2. 'Add a network location' *can* handle FTP syntax, and *can* handle a (FTP) port number. We can also use 'Add a network location' with a FTP server on Android, by using (for example) ftp://192.168.0.109:3721 as the 'Internet or network address:', but that does not offer much new functionality, because we can already enter ftp://192.168.0.109:3721 directly in the 'path' bar of (Windows) File Explorer, so this is just a way of not have to re-enter the FTP URL. The FTP server is still not accessible *outside* File Explorer (and web browsers), i.e. it is *not* accessible by normal 'DOS' command, like 'dir', etc.. So we're stuck with: > 1. 'Map network drive' and 'net use' can not handle FTP syntax, period. If someone thinks differently, then please show *real* *working* examples with *real* FTP servers and port numbers, i.e. something like: [ftp://]<host>.<domain>:<port> Where host, domain and port are real.
Back to alt.comp.os.windows-10 | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-14 17:24 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Andy Burns <usenet@andyburns.uk> - 2018-10-17 01:06 +0100
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-18 16:26 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-18 18:13 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-18 19:59 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-18 20:42 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-18 21:55 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? M.L. <me@privacy.invalid> - 2018-10-19 23:04 -0500
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Paul <nospam@needed.invalid> - 2018-10-20 00:37 -0400
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-21 19:20 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Paul <nospam@needed.invalid> - 2018-10-21 16:42 -0400
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-21 22:47 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-22 13:51 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "R.Wieser" <address@not.available> - 2018-10-22 16:44 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-22 17:21 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "R.Wieser" <address@not.available> - 2018-10-22 21:43 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 20:44 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 12:10 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-23 16:16 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 19:21 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-23 20:51 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? nospam <nospam@nospam.invalid> - 2018-10-23 16:54 -0400
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 22:23 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 22:23 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "Carlos E. R." <robin_listas@es.invalid> - 2018-10-23 23:09 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 22:23 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "Carlos E.R." <robin_listas@es.invalid> - 2018-10-24 02:47 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-24 10:35 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "Carlos E. R." <robin_listas@es.invalid> - 2018-10-24 17:25 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-24 15:50 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-27 07:32 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 20:37 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-23 15:58 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 19:46 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 19:52 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 22:55 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 00:37 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "Carlos E. R." <robin_listas@es.invalid> - 2018-10-23 12:55 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 12:10 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 14:11 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 22:36 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 19:15 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 21:44 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 21:07 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-11-02 19:05 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-03 02:00 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-11-03 15:09 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 03:37 +0000
csiph-web