Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.comp.os.windows-10 > #76963

Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows?

From Paul <nospam@needed.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-21 16:42 -0400
Organization A noiseless patient Spider
Message-ID <pqiobd$1sm$1@dont-email.me> (permalink)
References (3 earlier) <pqapgc.ccs.1@ID-201911.user.individual.net> <pqaoni$sg2$1@news.mixmin.net> <28alsdtomnfoemmehaijmdl70j31db773j@4ax.com> <pqebdv$ift$1@dont-email.me> <pqijiq$4pg$1@news.mixmin.net>

Cross-posted to 3 groups.

Show all headers | View raw


Arlen Holder wrote:
> On Sat, 20 Oct 2018 00:37:18 -0400, Paul wrote:
> 
>>     \\192.168.7.23\datadisk
>>
>> instead of
>>
>>     \\bob\datadisk
> 
> Hi Paul,
> Can you help unstuck us on doublebackslash syntax?
> 
> The doublebackslash syntax works _great_ with WebDAV servers on Android:
>  <http://www.bild.me/bild.php?file=8605173dir05.jpg>
> For example this mounts Android filesystems over WiFi as a removable drive:
>  net use X: \\192.168.1.6@8080\DavWWWRoot\
> NOTE: This has a huge advantage that "DavWWWRoot" is a WebDAV keyword!
> 
> But, I can't figure out the doublebackslash syntax for FTP servers!
>  <http://www.bild.me/bild.php?file=4785408ftpshare01.jpg>
>  <http://www.bild.me/bild.php?file=8734999ftpshare02.jpg>
> 
> This doubleslash syntax works just fine as a "network location"
> (Using the default of "francis" for both the login & passwd.)
>  ftp://francis:francis@192.168.1.6:2221
>  <http://www.bild.me/bild.php?file=4785408ftpshare01.jpg>
> 
> But I can't, for the life of me, figure out the doublebackslash syntax!
>  <http://www.bild.me/bild.php?file=8734999ftpshare02.jpg>
> Since these syntax attempts fail every time for me:
>  dir \\francis:francis@192.168.1.6:2221
>  net use \\192.168.1.6@2221\Root
>  etc.
> 
> I suspect DOS will work just fine, if we can just figure out the syntax.
> Can you, or anyone, help us figure out the FTP doublebackslash syntax?

Mapping a share to a drive letter, works for smb.

https://www.howtogeek.com/118452/how-to-map-network-drives-from-the-command-prompt-in-windows/

FTP is a different URI and protocol.

There's an example of mapping an FTP site here.
I'm not convinced this is exactly what you want.

https://www.thewindowsclub.com/map-an-ftp-drive-windows

When they do it here, it doesn't have a drive letter.
What exactly has been mapped ? What is the access syntax ?
Explorer is supporting the URI, rather than some other
layer.

http://cybernetnews.com/cybernotes-map-a-ftp-to-a-drive-in-windows/

I would have to set up an FTP server to test. Something
I don't normally keep running here.

This goes to a whole bunch more trouble to achieve
that result. It's an "ftp use" equivalent to "net use",
complete with adding what appears to be a parallel stack
for storage. This appears to be free.

https://www.ferrobackup.com/map-ftp-as-disk.html

    Paul

Back to alt.comp.os.windows-10 | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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