• Re: How do nonroot Android & nonjailbroken iOS run SMB servers to conne

    From Marion@21:1/5 to Chris on Wed Apr 16 07:44:09 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Wed, 16 Apr 2025 06:35:09 -0000 (UTC), Chris wrote :


    As per usual your understanding of iOS is lacking. There is no such restriction.

    Unlike the Apple trolls, I'm happy if I'm wrong because then I learn
    something. See below. I saw your screenshot. But it's my understanding that
    iOS (& Android) do not support ports below 1024 for non-jailbroken devices.

    The knowledge exists in the behavior of the operating system itself.
    The record on the Internet shows if an iOS app developer attempts to bind
    to a port below 1024, the operating system will return an error.

    The information also exists in the implicit understanding that iOS is built
    on a Unix-like kernel, which inherently restricts access to privileged
    ports.

    So I think all those apps we listed are using "port forwarding" somehow.

    Your suggested app offers a free version with bandwidth limited to 0.5
    MB/s (which is a good thing that it offers a free version as that's rare
    on iOS) and it "says" it offers an SMB server so that part checks out.
    <https://apps.apple.com/us/app/lan-drive-samba-server-client/id1317727404>
    But apparently it supports SMBv1 and SMBv2 only; not SMBv3.
    "Protocols SMB1 (CIFS) and SMB2 protocol (enable/disable via settings)"

    However, while I saw your screenshot, bear in mind that it's still my understanding iOS doesn't allow users (non jailbroken) to use <1024 ports.
    *iOS Binding UDP sockets where port<1024?*
    <https://stackoverflow.com/questions/4484394/binding-udp-sockets-where-port1024>

    *How can I allow a non-root user to use ports below 1024?*
    <https://apple.stackexchange.com/questions/119212/how-can-i-allow-a-non-root-user-to-use-ports-below-1024>

    *Web server on port 80 on iPhone*
    <https://stackoverflow.com/questions/3325785/web-server-on-port-80-on-iphone>

    So we have to figure out what port it's "really" using if it's working.
    Which is exactly why I asked the question in the first place.

    I first tried to get it out of Apple herself, but she is rather confusing:
    *TCP and UDP ports used by Apple Software*
    <https://support.apple.com/en-us/103229>

    *Which hosts and ports are required to use your Apple products*
    <https://support.apple.com/en-gb/101555>

    We still need to figure out how the SMB servers manage to work on iOS.
    Because iOS is NOT allowing port 445 (as far as I understand how it works).

    Unfortunately, Apple does not seem to have a direct statement confirming
    this restriction. However, based on Unix-based security policies, it is generally understood that iOS does not allow non-root apps to bind to ports below 1024. Only Bonjour/mDNS can use a port below 1024 (AFAIK).

    I use "LAN Drive Samba server" and these are the server settings: https://i.postimg.cc/8CK3h4bT/IMG-6999.jpg
    Works just fine.

    There's something "wrong" with that assumption that it's using 445 since
    that's impossible (as far as I understand iOS). So if it is acting as an
    SMBv2 server, then it must be redirecting the port to something above 1024.

    As far as I know, these are SMBv3 servers on iOS, which, as far as I know,
    must also be redirecting the port to something above 1024.

    File Browser Professional says it supports SMBv3
    <https://apps.apple.com/us/app/filebrowser/id364738545>
    But File Browser Professional appears to use port 4756.
    <https://github.com/filebrowser/filebrowser/discussions/1964>

    Solid Explorer says it supports SMBv3 but people say it does not.
    <https://apps.apple.com/us/app/solid-explorer/id1219634272>

    As does Documents by Readdle but others say it's just SMBv1 & SMBv2.
    <https://apps.apple.com/us/app/documents-by-readdle/id364901807>

    Maybe even Dolphin File Manager (which isn't an iOS app, per se).
    <https://dolphinios.oatmealdome.me/download>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Java Jive@21:1/5 to Marion on Wed Apr 16 12:58:30 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-16 08:44, Marion wrote:

    On Wed, 16 Apr 2025 06:35:09 -0000 (UTC), Chris wrote :

    I use "LAN Drive Samba server" and these are the server settings:
    https://i.postimg.cc/8CK3h4bT/IMG-6999.jpg
    Works just fine.

    There's something "wrong" with that assumption that it's using 445 since that's impossible (as far as I understand iOS). So if it is acting as an SMBv2 server, then it must be redirecting the port to something above 1024.

    From the screenshot ...

    Server //localhost
    IP //192.168.1.24

    ... which are mutually contradictory, because ...

    localhost

    ... should be ...

    127.0.0.1

    ... so either that settings page doesn't reflect reality, or something
    else is going on to make it all work.

    --

    Fake news kills!

    I may be contacted via the contact address given on my website:
    www.macfh.co.uk

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Java Jive@21:1/5 to Java Jive on Wed Apr 16 13:02:04 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-16 12:58, Java Jive wrote:
    On 2025-04-16 08:44, Marion wrote:

    On Wed, 16 Apr 2025 06:35:09 -0000 (UTC), Chris wrote :

    I use "LAN Drive Samba server" and these are the server settings:
    https://i.postimg.cc/8CK3h4bT/IMG-6999.jpg
    Works just fine.

    There's something "wrong" with that assumption that it's using 445 since
    that's impossible (as far as I understand iOS). So if it is acting as an
    SMBv2 server, then it must be redirecting the port to something above
    1024.

    From the screenshot ...

        Server //localhost
        IP //192.168.1.24

    Apologies, minor transcription error, slashes should be backward, not
    forward.

    ... which are mutually contradictory, because ...

        localhost

    ... should be ...

        127.0.0.1

    ... so either that settings page doesn't reflect reality, or something
    else is going on to make it all work.


    --

    Fake news kills!

    I may be contacted via the contact address given on my website:
    www.macfh.co.uk

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Wed Apr 16 10:52:55 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-16 00:44, Marion wrote:
    On Wed, 16 Apr 2025 06:35:09 -0000 (UTC), Chris wrote :


    As per usual your understanding of iOS is lacking. There is no such
    restriction.

    Unlike the Apple trolls, I'm happy if I'm wrong because then I learn something. See below. I saw your screenshot. But it's my understanding that iOS (& Android) do not support ports below 1024 for non-jailbroken devices.

    When you use the phrase "it's my understanding", it means:

    "I have a preconceived notion about something and I'm not interested in actually examining any real information about the subject"

    Kind of like how you saw one (yes: literally ONE!) reference on the web
    to the idea that the line through a curve in racing is a catenary...

    ...completely ignoring it was only talking about racing small wooden
    models down a ramp.


    The knowledge exists in the behavior of the operating system itself.
    The record on the Internet shows if an iOS app developer attempts to bind
    to a port below 1024, the operating system will return an error.

    What would make that more compelling is you SHOWING an example of that
    alleged "record".

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Java Jive on Wed Apr 16 18:21:05 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-16, Java Jive <java@evij.com.invalid> wrote:
    On 2025-04-16 08:44, Marion wrote:
    On Wed, 16 Apr 2025 06:35:09 -0000 (UTC), Chris wrote :

    I use "LAN Drive Samba server" and these are the server settings:
    https://i.postimg.cc/8CK3h4bT/IMG-6999.jpg
    Works just fine.

    There's something "wrong" with that assumption that it's using 445 since
    that's impossible (as far as I understand iOS). So if it is acting as an
    SMBv2 server, then it must be redirecting the port to something above 1024.

    From the screenshot ...

    Server //localhost
    IP //192.168.1.24

    ... which are mutually contradictory, because ...

    No they aren't.

    localhost

    ... should be ...

    127.0.0.1

    Nope. The IP address displayed is the real IP address of the iOS device.
    And the reason they display it is so you can use it to connect to the
    iOS device from another device/computer via SMB.

    ... so either that settings page doesn't reflect reality, or something
    else is going on to make it all work.

    Nah, you just don't understand what you are looking at - a typical trait
    of Apple trolls. And make no mistake: the people claiming iOS devices supposedly can't transfer files from computers are indeed know-nothing
    loser trolls.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Chris on Wed Apr 16 19:08:27 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-16, Chris <ithinkiam@gmail.com> wrote:
    Marion <marion@facts.com> wrote:
    On Wed, 16 Apr 2025 06:35:09 -0000 (UTC), Chris wrote :

    As per usual your understanding of iOS is lacking. There is no such
    restriction.

    Unlike the Apple trolls, I'm happy if I'm wrong because then I learn
    something.

    Let's see...

    See below. I saw your screenshot. But it's my understanding that
    iOS (& Android) do not support ports below 1024 for non-jailbroken devices.

    ...and yet your default position is to not believe your eyes. Your
    happiness to be wrong is not looking so likely...


    However, while I saw your screenshot, bear in mind that it's still my
    understanding iOS doesn't allow users (non jailbroken) to use <1024 ports. >> *iOS Binding UDP sockets where port<1024?*
    <https://stackoverflow.com/questions/4484394/binding-udp-sockets-where-port1024>

    Let me get this right. You believe a 14 yo SO post over evidence I
    presented yesterday? Wasn't that your exact criticism of the evidence Alan provided? Why such a hypocrite?


    Unfortunately, Apple does not seem to have a direct statement confirming
    this restriction. However, based on Unix-based security policies, it is
    generally understood that iOS does not allow non-root apps to bind to ports >> below 1024. Only Bonjour/mDNS can use a port below 1024 (AFAIK).

    Unfortunately, you can't even do the simple thing of trying it out
    yourself. You prefer to - desperately - google the internet to death.

    I use "LAN Drive Samba server" and these are the server settings:
    https://i.postimg.cc/8CK3h4bT/IMG-6999.jpg
    Works just fine.

    There's something "wrong" with that assumption that it's using 445 since
    that's impossible (as far as I understand iOS). So if it is acting as an
    SMBv2 server, then it must be redirecting the port to something above 1024.

    Why *must* it? Is this you happily accepting you're wrong?

    The simple way to test it is just connect to 192.168.1.24:445. Guess what?
    It works.

    As far as I know, these are SMBv3 servers on iOS, which, as far as I know

    Isn't very far.

    Why not just try it yourself? What are you afraid of?

    Being wrong, of course. Among his other shitty traits, little Arlen is a
    *huge* narcissist. 😉

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Java Jive on Thu Apr 17 11:12:53 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Wed, 16 Apr 2025 12:58:30 +0100, Java Jive wrote :


    ... so either that settings page doesn't reflect reality, or something
    else is going on to make it all work.

    I think much of what is in that screenshot is user editable, and the rest
    is simply an abstraction, much like WebDAV appears to bind to port 80.

    It's my understanding that neither Android nor iOS can bind to any ports
    below 1024 (we're always talking non rooted non jailbroken devices here).

    Yet, both iOS and Android can run WebDav servers and SMB servers and
    LocalSend servers, etc., and they must get around this port limitation.

    When I see Apple or Android doing what appears to be impossible, I try to figure out _how_ they managed that feat. Because it's clear that they did.

    Let's take the case of Android/iOS WebDAV Servers using Port 80.

    Apparently, instead of the WebDAV application directly binding to port 80,
    the operating system (or a privileged system process) likely handles
    incoming HTTP requests on port 80.

    When a request arrives on port 80, the system then forwards
    or redirects that traffic to the actual port the WebDAV server
    application is listening on (which would be a port above 1024).

    This redirection is most likely completely transparent to the user!
    (Which is likely why it isn't shown in the screenshot Chris supplied.)

    The user blissfully accesses the WebDAV server using http://<device_ip>
    (which defaults to port 80), and the system takes care of
    routing the connection to the correct application port.

    Something like that is almost certainly happening with SMB servers.
    And LocalSend too perhaps.

    Since it's impossible (AFAIK) for iOS/Android to bind to ports <1024.

    I'll eventually figure it out, but I'm asking for help to figure it out.
    That way we all benefit from what we've learned about how this works.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Java Jive on Thu Apr 17 11:25:16 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Wed, 16 Apr 2025 13:02:04 +0100, Java Jive wrote :


        Server //localhost
        IP //192.168.1.24

    Apologies, minor transcription error, slashes should be backward, not forward.

    Thanks for trying to help. Almost nobody appears to understand how this
    works since iOS/Android can't possibly bind to ports below 1024 (AFAIK).

    The fact SMB/WebDAV (and certainly other) servers work with Windows using
    well known ports that are know to be below 1024 means they did "something".

    But what?
    I don't know.

    But that's why I'm asking the question.
    To learn the correct answer.

    Here's quick proof that WebDav servers work on Android to allow me to mount
    my entire Android phone as a drive letter on Windows every single day.
    <https://i.postimg.cc/BvJdKWzt/webdav06.jpg> Both sdcards mounted

    Whatever WebDav servers are doing is likely similar to the SMB servers.
    <https://i.postimg.cc/k5F8sLbc/filesys01.jpg> Starting WebDAV servers
    <https://i.postimg.cc/RZtw6WC2/filesys02.jpg> Mount Android system filesys
    <https://i.postimg.cc/Zngy0SGT/filesys03.jpg> Look at /etc/resolv.conf

    It seems, from my searches that WebDAV and SMB servers running on Android
    or iOS will typically use higher ports and rely on techniques like reverse proxies or VPNs to make it appear as though they are communicating over
    port 80 or 443.

    In the context of Android/iOS apps, a reverse proxy helps an app appear to
    use a low-numbered port (like port 80 or 443) even though the app itself is actually running on a higher port (above 1024).

    What seems to be happening with WebDAV (which I use every day to mount my Android device as a drive letter on Windows) is the reverse proxy server
    that listens on port 80 (the HTTP port) or port 443 (the HTTPS port).

    When an incoming request hits the reverse proxy on port 80, the reverse
    proxy forwards it to the actual server running on a higher port (like port 8080).

    The user still thinks they are communicating with port 80, but behind the scenes, the reverse proxy is doing the forwarding.

    It could be that a VPN connection is being used, but I think not since it's
    my understanding, at least on Android, you can only have one VPN at a time.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Jolly Roger on Thu Apr 17 12:19:23 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 16 Apr 2025 19:08:27 GMT, Jolly Roger wrote :


    Being wrong, of course. Among his other shitty traits

    I don't mind being wrong, at first, but I try not to remain wrong forever.

    Given the facts, I form an hypothesis - and then - I test that hypothesis.
    If it's wrong, then I re-form the hypothesis - until I can prove an answer.

    Moving forward, it's my understanding SMB typically uses ports 445 and 139
    for communication, but since those are privileged ports (below 1024), apps
    on Android/iOS cannot bind directly to them (AFAIK).

    Hence, SMB servers on Android/iOS can not use port 445 or 139 directly.

    a. Instead, they likely use higher (if available) ports (above 1023).
    b. Another way is to use a VPN to tunnel traffic through the lower ports.
    c. Yet another way is to use a reverse proxy (but SMB is less compatible).

    Which of those methods (if any) is used for SMB servers on iOS/Android?
    I don't know. (Yet.)

    But it's likely one of those three methods since the SMB server on a non-rooted/non-jailbroken device is not binding to ports <1024 (AFAICT).

    If anyone can help clarify how iOS/Android SMB Servers work with Windows, that's what we need as it's likely going to be one of the methods above.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Jolly Roger on Thu Apr 17 12:46:44 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 16 Apr 2025 18:21:05 GMT, Jolly Roger wrote :


    Nah, you just don't understand what you are looking at

    This is what Jolly Roger is claiming happens with iOS.
    socket = create_socket()
    socket.bind(192.168.1.24, 445)
    socket.listen_for_connections()
    But that's not happening (AFAICT) on unjailbroken iOS devices.

    AFAIK, when the iOS SMB server app tries to bind a socket to port 445,
    the iOS would say "Nope. Ain't gonna do it. That's a privileged port."

    Searching for how it works, it turns out apparently Windows includes a
    built-in always-on (by default) SMB client (srvsvc.dll). to test the SMB
    client on Windows, just open up a file explorer window and in the address
    line at top enter "\\localhost" (which sees SMB shares on your machine).

    Apparently, when you enable Windows file sharing, you turn on the SMB
    server (LanmanServer). An admin command line can see if it's running.
    C:\Windows\system32> netstat -an | find "445"
    C:\Windows\system32> netstat -an | find "139"

    Now, Jolly Roger happens to be correct that I don't understand yet how it works, but here's my first pass at reasoning out how it "might" be working.

    1. You are on iOS, using an SMB server app (not jailbroken)
    2. You want to connect from iOS to a Windows SMB share
    3. iOS apps cannot bind to or initiate from ports below 1024
    4. And Windows doesn't know about your iOS device yet
    5. The iOS SMB server likely uses a reverse proxy or system service
    6. Which forwards traffic from port 445 to a higher port (like 5000)
    7. Perhaps using mDNS (Bonjour) for seamless automatic service discovery

    I'm working on understanding that process, where the whole point of this
    thread is to discuss, as adults, how this process really works.

    Because the iOS/Android device is NOT binding to ports below 1024 (AFAIK).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Thu Apr 17 13:20:28 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Wed, 16 Apr 2025 18:16:48 -0000 (UTC), Chris wrote :



    ... so either that settings page doesn't reflect reality, or something
    else is going on to make it all work.

    I only used the IP address as you're right localhost on the client would
    not find the SMB server.

    Hi Chris,

    I'm trying to figure out how this works given it's my understanding iOS & Android can't bind to ports below 1024 & yet Windows expects SMB on 445.

    If we start with an iOS device running a just-installed SMB server app and
    a typical Windows PC on the same local network, our goal is two tests:
    A. From the iOS device, copy file "A" to Windows.
    B. From the iOS device, retrieve file B from Windows
    C. Using the SMB server on non-jailbroken iOS.
    D. Even though iOS cannot bind to ports 445,139 (which SMB normally uses
    E. But Windows (\\192.168.1.24) expects incoming SMB traffic on port 445
    Right?

    I think the "trick" is that the SMB server on iOS has an SMB client.
    Which makes the copying of the files between iOS to Windows much easier.
    (In fact, it's no different than what the iOS Files SMB client does.)

    Here's what happens to copy a file A from iOS over to Windows:
    1. You open the iOS SMB server app (which has an SMB client feature)
    2. You enter the Windows machine's IP: \\192.168.1.24
    3. iOS opens an outbound connection from a high port (e.g. 50632)
    4. iOS opens that outbound connection to \\192.168.1.24:445
    5. Windows is already listening on port 445 for incoming SMB
    6. Windows sees the incoming request and begins the SMB handshake
    7. Authentication occurs (guest or credentials)
    8. iOS SMB app copies the file over to Windows
    9. Communications flow using iOS port 50632 to Windows port 445

    Now let's pull a file off the Windows machine:
    10 iOS client requests File B from a shared folder on Windows.
    11. Windows sends the file back over the same connection.
    12. No privileged ports on the iOS side are needed for this direction.

    But what if you want to use iOS as the SMB server, Chris?
    Here is what I think may actually be happening in that rare case.

    1. You launch the SMB server on iOS
    2. Due to iOS restrictions, it can't use port 445 (AFAIK)
    3. Instead, the iOS SMB server binds to a high port, like 5000
    4. So now iOS is listening on 192.168.1.20:5000
    5. In the Windows file explorer, you enter \\192.168.1.24:5000
    6. The iOS app will accept SMB handshake traffic on port 5000
    7. Windows SMB client opens a high outbound port (e.g., 51111)
    8. The SMB handshake happens between iOS port 4000 & Windows 51111
    9. The authentication also happens (guest or credentials)
    10. Windows sends file B over port 51111 to the iOS SMB server
    11. Which iOS receives on port 5000
    12. And the iOS file system shows it as having been transferred

    Notice in the case of the iOS Server, Windows must be told to connect to
    iOS on that specific port, because it expects port 445 by default.

    Where the advantage is if you have an SMB server on iOS...
    a. You can drag files from Windows to your iPhone or iPad, and,
    b. You can share files from iOS to a Windows machine on the same network,
    c. Even when the iOS apps may be closed or running in the background.

    I'm not a networking expert, so I ask the networking experts on this
    newsgroup if my hypothesis above makes sense enough to test it further?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Thu Apr 17 15:15:18 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Wed, 16 Apr 2025 18:58:39 -0000 (UTC), Chris wrote :


    The simple way to test it is just connect to 192.168.1.24:445.
    Guess what?
    It works.

    Hi Chris,

    I asked this question because I am not a networking expert but I wanted to
    know the answer because it was/is my understanding that iOS/Android SMB
    servers cannot bind to ports below 1024 (unless jailbroken/rooted).

    It's the right thing to do to ask the question of the experts here.
    I appreciate that you tested the SMB client functionality on iOS.
    I really do. I thank you for testing out that SMB client on iOS.

    In fact, I'm sure your command above works, Chris, from iOS.
    \\192.168.1.24:445
    So we agree. Right?

    The problem is, that command is, AFAICT, exercising the iOS SMB client.
    Not the server.

    We want iOS/Android to act as SMB servers.
    Hence, this is the command I think you need to run to test out the server!
    net use Z: \\192.168.1.25:445\SharedFiles /user:chris mypasswd
    (Assuming the iOS/Android device is at 192.168.1.25 of course).
    (Note that Bonjour/mDNS simplifies things but let's spell things out
    because Bonjour can hide the hostname & port discovery process.)

    When you run that command, do you see this Windows error Chris?
    System error 53 has occurred.
    The network path was not found.

    If you do, that's too bad because we all want seamless file sharing
    between Windows & iOS file systems (without third-party cloud services).

    By setting up the iOS device as an SMB server, you're essentially turning
    it into a small-scale NAS which allows seamless backups from iOS to the PC.

    Hell, since an iOS/Android SMB server can host media files (e.g., videos, music, photos) we can stream content directly from iOS to Windows.

    But what's gotta change, AFAIK, is you have to change the command, Chris:

    Can you test these commands out please & let us know which one worked?
    net use Z: \\192.168.1.25:445\SharedFiles /user:chris mypasswd
    net use Z: \\192.168.1.25:5000\SharedFiles /user:chris mypasswd

    I'm not a networking expert, so I ask the networking experts on this
    newsgroup if my hypothesis above makes sense enough to test it out?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Marion on Thu Apr 17 17:07:11 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-17, Marion <marion@facts.com> wrote:
    On 16 Apr 2025 18:21:05 GMT, Jolly Roger wrote :

    Nah, you just don't understand what you are looking at

    This is what Jolly Roger is claiming happens with iOS.
    socket = create_socket()
    socket.bind(192.168.1.24, 445)
    socket.listen_for_connections()

    Nope, that's your own code. What I claimed is the truth: iOS can easily
    run SMB servers on the default port with no jailbreak or anything
    special required.

    But that's not happening (AFAICT) on unjailbroken iOS devices.

    Wrong, it is happening on unjailbroken devices:

    # nc -z rogersiphone 1-65535
    Connection to rogersiphone port 53 [tcp/domain] succeeded!
    Connection to rogersiphone port 445 [tcp/microsoft-ds] succeeded!
    Connection to rogersiphone port 853 [tcp/domain-s] succeeded!

    And the fact that you could easily run the app yourself to verify this
    but won't says everything we need to know about your lack of sincerity.

    You're a useless troll who knows nothing and is easily proven wrong,
    little Arlen. You're a fucking loser. And we all know it.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Marion on Thu Apr 17 17:03:28 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-17, Marion <marion@facts.com> wrote:
    On 16 Apr 2025 19:08:27 GMT, Jolly Roger wrote :

    Being wrong, of course. Among his other shitty traits

    I don't mind being wrong

    Yes, you really, really do. 🙂

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Chris on Thu Apr 17 21:47:18 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-17 21:38, Chris wrote:
    Marion <marion@facts.com> wrote:
    On Wed, 16 Apr 2025 13:02:04 +0100, Java Jive wrote :


        Server //localhost
        IP //192.168.1.24

    Apologies, minor transcription error, slashes should be backward, not
    forward.

    Thanks for trying to help. Almost nobody appears to understand how this
    works since iOS/Android can't possibly bind to ports below 1024 (AFAIK).

    It's hilarious that you're ascribing an Android limitation to iOS where
    none exists.

    Not only can iOS bind port 445, it DOES. With evidence.

    You're blinded by your dogmatism.

    AFAIK all systems require privileges be given *somehow* to an
    application in order to bind to a port below 1024. This is traditional.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Carlos E.R. on Thu Apr 17 19:58:46 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-17, Carlos E.R. <robin_listas@es.invalid> wrote:
    On 2025-04-17 21:38, Chris wrote:
    Marion <marion@facts.com> wrote:
    On Wed, 16 Apr 2025 13:02:04 +0100, Java Jive wrote :


        Server //localhost
        IP //192.168.1.24

    Apologies, minor transcription error, slashes should be backward, not
    forward.

    Thanks for trying to help. Almost nobody appears to understand how this
    works since iOS/Android can't possibly bind to ports below 1024 (AFAIK).

    It's hilarious that you're ascribing an Android limitation to iOS where
    none exists.

    Not only can iOS bind port 445, it DOES. With evidence.

    You're blinded by your dogmatism.

    AFAIK all systems require privileges be given *somehow* to an
    application in order to bind to a port below 1024. This is traditional.

    Irrelevant.

    The trolls falsely claimed iOS can't open port 445 for SMB services, and
    they are 100% WRONG. It can.

    Just like they were 100% wrong that iOS supposedly can't run an SMB
    server. It can.

    Just like they were 100% wrong that iOS supposedly makes SMB shares
    read-only. That claim is complete nonsense.

    Just like they've been 100% wrong about a multitude of other things
    they've claimed - all while belittling Apple users with repeated
    schoolyard insults and doubling down on the stupid when people show them
    to be wrong. Arlen, badgolferman, and the rest of them are fucking
    losers.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Carlos E.R. on Thu Apr 17 15:28:39 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-17 12:47, Carlos E.R. wrote:
    On 2025-04-17 21:38, Chris wrote:
    Marion <marion@facts.com> wrote:
    On Wed, 16 Apr 2025 13:02:04 +0100, Java Jive wrote :


         Server //localhost
         IP //192.168.1.24

    Apologies, minor transcription error, slashes should be backward, not
    forward.

    Thanks for trying to help. Almost nobody appears to understand how this
    works since iOS/Android can't possibly bind to ports below 1024 (AFAIK).

    It's hilarious that you're ascribing an Android limitation to iOS where
    none exists.

    Not only can iOS bind port 445, it DOES. With evidence.

    You're blinded by your dogmatism.

    AFAIK all systems require privileges be given *somehow* to an
    application in order to bind to a port below 1024. This is traditional.


    What does "traditional" mean in this?

    Why should this "tradition" be continued?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Java Jive on Thu Apr 17 15:29:57 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-16 04:58, Java Jive wrote:
    On 2025-04-16 08:44, Marion wrote:

    On Wed, 16 Apr 2025 06:35:09 -0000 (UTC), Chris wrote :

    I use "LAN Drive Samba server" and these are the server settings:
    https://i.postimg.cc/8CK3h4bT/IMG-6999.jpg
    Works just fine.

    There's something "wrong" with that assumption that it's using 445 since
    that's impossible (as far as I understand iOS). So if it is acting as an
    SMBv2 server, then it must be redirecting the port to something above
    1024.

    From the screenshot ...

        Server //localhost
        IP //192.168.1.24

    ... which are mutually contradictory, because ...

        localhost

    ... should be ...

        127.0.0.1

    ... so either that settings page doesn't reflect reality, or something
    else is going on to make it all work.


    You simpleton.

    "localhost" is the name the the software happens to assign by default to
    the iOS device on which it is installed.

    You can change it to whatever you want.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Thu Apr 17 15:32:38 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-17 04:12, Marion wrote:
    On Wed, 16 Apr 2025 12:58:30 +0100, Java Jive wrote :


    ... so either that settings page doesn't reflect reality, or something
    else is going on to make it all work.

    I think much of what is in that screenshot is user editable, and the rest
    is simply an abstraction, much like WebDAV appears to bind to port 80.

    It's my understanding that neither Android nor iOS can bind to any ports below 1024 (we're always talking non rooted non jailbroken devices here).

    The "understanding" of an ignoramus.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Thu Apr 17 15:31:57 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-17 05:46, Marion wrote:
    On 16 Apr 2025 18:21:05 GMT, Jolly Roger wrote :


    Nah, you just don't understand what you are looking at

    This is what Jolly Roger is claiming happens with iOS.
    socket = create_socket()
    socket.bind(192.168.1.24, 445)
    socket.listen_for_connections()
    But that's not happening (AFAICT) on unjailbroken iOS devices.

    You are utterly wrong...

    ...but you must be used to that by now.


    AFAIK, when the iOS SMB server app tries to bind a socket to port 445,
    the iOS would say "Nope. Ain't gonna do it. That's a privileged port."

    Wrong.


    Searching for how it works, it turns out apparently Windows includes a built-in always-on (by default) SMB client (srvsvc.dll). to test the SMB client on Windows, just open up a file explorer window and in the address line at top enter "\\localhost" (which sees SMB shares on your machine).

    Apparently, when you enable Windows file sharing, you turn on the SMB
    server (LanmanServer). An admin command line can see if it's running.
    C:\Windows\system32> netstat -an | find "445"
    C:\Windows\system32> netstat -an | find "139"

    Now, Jolly Roger happens to be correct that I don't understand yet how it works, but here's my first pass at reasoning out how it "might" be working.

    1. You are on iOS, using an SMB server app (not jailbroken)
    2. You want to connect from iOS to a Windows SMB share
    3. iOS apps cannot bind to or initiate from ports below 1024
    4. And Windows doesn't know about your iOS device yet
    5. The iOS SMB server likely uses a reverse proxy or system service
    6. Which forwards traffic from port 445 to a higher port (like 5000)
    7. Perhaps using mDNS (Bonjour) for seamless automatic service discovery

    I'm working on understanding that process, where the whole point of this thread is to discuss, as adults, how this process really works.

    Because the iOS/Android device is NOT binding to ports below 1024 (AFAIK).

    Wrong for iOS.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Thu Apr 17 15:35:50 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-17 08:15, Marion wrote:
    On Wed, 16 Apr 2025 18:58:39 -0000 (UTC), Chris wrote :


    The simple way to test it is just connect to 192.168.1.24:445.
    Guess what?
    It works.

    Hi Chris,

    I asked this question because I am not a networking expert but I wanted to know the answer because it was/is my understanding that iOS/Android SMB servers cannot bind to ports below 1024 (unless jailbroken/rooted).

    It's the right thing to do to ask the question of the experts here.
    I appreciate that you tested the SMB client functionality on iOS.
    I really do. I thank you for testing out that SMB client on iOS.

    In fact, I'm sure your command above works, Chris, from iOS.
    \\192.168.1.24:445
    So we agree. Right?

    Yes. Because iOS can run an SMB server listening on that port.


    The problem is, that command is, AFAICT, exercising the iOS SMB client.
    Not the server.

    Nope. Wrong again!


    We want iOS/Android to act as SMB servers.
    Hence, this is the command I think you need to run to test out the server!
    C:\> net use Z: \\192.168.1.25:445\SharedFiles /user:chris mypasswd
    (Assuming the iOS/Android device is at 192.168.1.25 of course).
    (Note that Bonjour/mDNS simplifies things but let's spell things out
    because Bonjour can hide the hostname & port discovery process.)

    Or you can use Netbios...

    ...which is how my iPhone's host name ("iPhone16) appears in this video:

    <https://drive.google.com/file/d/1Wd_XBpwaMan3ApHGVF7eQT88GMsA7FaS/view?usp=share_link>


    When you run that command, do you see this Windows error Chris?
    System error 53 has occurred.
    The network path was not found.

    Nope.


    If you do, that's too bad because we all want seamless file sharing
    between Windows & iOS file systems (without third-party cloud services).

    By setting up the iOS device as an SMB server, you're essentially turning
    it into a small-scale NAS which allows seamless backups from iOS to the PC.

    Yes... ...very good!


    Hell, since an iOS/Android SMB server can host media files (e.g., videos, music, photos) we can stream content directly from iOS to Windows.

    But what's gotta change, AFAIK, is you have to change the command, Chris:

    Can you test these commands out please & let us know which one worked?
    C:\> net use Z: \\192.168.1.25:445\SharedFiles /user:chris mypasswd
    C:\> net use Z: \\192.168.1.25:5000\SharedFiles /user:chris mypasswd

    I'm not a networking expert, so I ask the networking experts on this newsgroup if my hypothesis above makes sense enough to test it out?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Thu Apr 17 15:42:43 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-17 06:20, Marion wrote:
    On Wed, 16 Apr 2025 18:16:48 -0000 (UTC), Chris wrote :



    ... so either that settings page doesn't reflect reality, or something
    else is going on to make it all work.

    I only used the IP address as you're right localhost on the client would
    not find the SMB server.

    Hi Chris,

    I'm trying to figure out how this works given it's my understanding iOS & Android can't bind to ports below 1024 & yet Windows expects SMB on 445.

    If we start with an iOS device running a just-installed SMB server app and
    a typical Windows PC on the same local network, our goal is two tests:
    A. From the iOS device, copy file "A" to Windows.

    Which has been shown to work.

    B. From the iOS device, retrieve file B from Windows

    Which has been shown to work.

    C. Using the SMB server on non-jailbroken iOS.

    Which has been shown to work.

    D. Even though iOS cannot bind to ports 445,139 (which SMB normally uses

    Which has been shown to be false.

    E. But Windows (\\192.168.1.24) expects incoming SMB traffic on port 445

    Yes. And it gets exactly that.

    Right?

    I think the "trick" is that the SMB server on iOS has an SMB client.
    Which makes the copying of the files between iOS to Windows much easier.
    (In fact, it's no different than what the iOS Files SMB client does.)

    Here's what happens to copy a file A from iOS over to Windows:
    1. You open the iOS SMB server app (which has an SMB client feature)
    2. You enter the Windows machine's IP: \\192.168.1.24
    3. iOS opens an outbound connection from a high port (e.g. 50632)
    4. iOS opens that outbound connection to \\192.168.1.24:445
    5. Windows is already listening on port 445 for incoming SMB
    6. Windows sees the incoming request and begins the SMB handshake
    7. Authentication occurs (guest or credentials)
    8. iOS SMB app copies the file over to Windows
    9. Communications flow using iOS port 50632 to Windows port 445

    All irrelevant to what we're talking about now.


    Now let's pull a file off the Windows machine:
    10 iOS client requests File B from a shared folder on Windows.
    11. Windows sends the file back over the same connection.
    12. No privileged ports on the iOS side are needed for this direction.

    Still irrelevant.


    But what if you want to use iOS as the SMB server, Chris?
    Here is what I think may actually be happening in that rare case.

    1. You launch the SMB server on iOS

    Yup.

    2. Due to iOS restrictions, it can't use port 445 (AFAIK)

    Nope.

    3. Instead, the iOS SMB server binds to a high port, like 5000

    Nope.

    4. So now iOS is listening on 192.168.1.20:5000

    Nope.

    5. In the Windows file explorer, you enter \\192.168.1.24:5000

    Nope.

    6. The iOS app will accept SMB handshake traffic on port 5000

    Nope.

    7. Windows SMB client opens a high outbound port (e.g., 51111)

    Correct, but not relevant.

    8. The SMB handshake happens between iOS port 4000 & Windows 51111

    Wrong.

    9. The authentication also happens (guest or credentials)

    Correct, but not relevant.

    10. Windows sends file B over port 51111 to the iOS SMB server

    Correct but not relevant.

    11. Which iOS receives on port 5000

    Nope.

    12. And the iOS file system shows it as having been transferred

    Correct but not relevant.


    Notice in the case of the iOS Server, Windows must be told to connect to
    iOS on that specific port, because it expects port 445 by default.

    Nope.


    Where the advantage is if you have an SMB server on iOS...
    a. You can drag files from Windows to your iPhone or iPad, and,
    b. You can share files from iOS to a Windows machine on the same network,
    c. Even when the iOS apps may be closed or running in the background.

    I'm not a networking expert, so I ask the networking experts on this newsgroup if my hypothesis above makes sense enough to test it further?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Thu Apr 17 22:44:48 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Thu, 17 Apr 2025 19:38:05 -0000 (UTC), Chris wrote :


    Not only can iOS bind port 445, it DOES. With evidence.

    All I care about, Chris, is knowing the correct answer.
    That's the reason I asked the question in the first place.

    The problem is very few people here have any technical credibility.
    Least of all me. I never said I'm a networking expert. Tyrone did.

    I have had the free "LAN Drive - SMB Server" on my iPad since 2019.
    <https://i.postimg.cc/8zk8s2mb/LANDRIVE-SMBSERVER01.jpg> Jan 24 2019

    So I belatedly opened it up and read the documentation it presents.
    <https://i.postimg.cc/7hgvTDRK/LANDRIVE-SMBSERVER02.jpg> LAN Drive Server
    <https://i.postimg.cc/g0TbCgRH/LANDRIVE-SMBSERVER03.jpg> Allow Bonjour
    <https://i.postimg.cc/SsHqMgxx/LANDRIVE-SMBSERVER04.jpg> Server Settings
    <https://i.postimg.cc/MpYWF0d9/LANDRIVE-SMBSERVER05.jpg> Network Ports
    <https://i.postimg.cc/wvvnFLGR/LANDRIVE-SMBSERVER06.jpg> Privileged Ports

    It's still a bit confusing so to clear up the question once and for all, I
    took the liberty of asking the question of the developers on the XDA Forum
    site since the developers had linked to their XDA thread in the iOS app.
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/>

    Here's my post asking the developers the question (with screenshots).
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/post-90056889>
    "On non-rooted Android, the "Lan Drive - SMB Server" APK won't
    be able to bind to ports lower than 1024. I knew that.
    But the iOS "Lan Drive - SMB Server" documentation above implies
    that the iOS "Lan Drive - SMB Server" IPA can bind to ports lower
    than 1024 on non-jailbroken iOS devices.

    Huh?

    How is that possible?
    Can iOS 3rd-party apps like this 'Lan Drive - SMB Server' really
    bind to privileged ports (such as 445 & 139)?"

    Anyone can click the URL to see if the developer responds; if the developer does respond, we can also repeat the result here for all to see.

    You claim the answer is "yes" whereas I believe it's "no"; but I will
    accept whatever answer the developer gives to that question above.

    I'm not beholden to either answer other than it has always been my understanding that no 3rd-party app on either iOS or Android could bind to ports below 1024. If iOS allows then that's a good thing, IMHO.

    In fact, it's a Uniquely Good Thing (TM) if iOS allows that.
    So let's be clear... I hope to God that iOS allows that.

    Because it will allow us to mount the iOS device as a drive on Windows. (without using WebDav, which is what I use on Android to mount as a drive).

    Let's see what the developer reports.

    If the developer doesn't respond in a few days, I'll ping them in the XDA Forums DM system to ask them (two guys in France) to respond to the query.

    Meanwhile, I'll see what I can find out in empirical tests, but I hadn't
    run them in years when I first concluded in 2019 this app was worthless.

    I'll test it to see if it does what Tyrone, you, & Jolly Roger claim.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Marion on Thu Apr 17 22:53:23 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-17, Marion <marion@facts.com> wrote:
    On Thu, 17 Apr 2025 19:38:05 -0000 (UTC), Chris wrote :

    Not only can iOS bind port 445, it DOES. With evidence.

    All I care about, Chris, is knowing the correct answer.
    That's the reason I asked the question in the first place.

    Like clockwork, Arlen tries to pretend he's "only asking questions"...
    We're all supposed to just ignore the multiple lies he's told, just like
    we're all supposed to just ignore the schoolyard insults claiming the
    rest of us know nothing about this topic or Apple devices. No, you see,
    Arlen just wants answers! 😉

    The problem is very few people here have any technical credibility

    Another lie. Several people here have shown they more technical
    credibility than you, little Arlen. You're out of your depth here, and
    refuse to admit it.

    Least of all me. I never said I'm a networking expert.

    No, you just belittled those of us who told you how things actually work
    with your schoolyard insults all while claiming we were liars and that
    we know nothing. 🤣

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Thu Apr 17 15:55:54 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-17 15:44, Marion wrote:
    On Thu, 17 Apr 2025 19:38:05 -0000 (UTC), Chris wrote :


    Not only can iOS bind port 445, it DOES. With evidence.

    All I care about, Chris, is knowing the correct answer.
    That's the reason I asked the question in the first place.

    The problem is very few people here have any technical credibility.
    Least of all me. I never said I'm a networking expert. Tyrone did.

    I have had the free "LAN Drive - SMB Server" on my iPad since 2019.
    <https://i.postimg.cc/8zk8s2mb/LANDRIVE-SMBSERVER01.jpg> Jan 24 2019

    Riiiiiiiiiight.


    So I belatedly opened it up and read the documentation it presents.
    <https://i.postimg.cc/7hgvTDRK/LANDRIVE-SMBSERVER02.jpg> LAN Drive Server
    <https://i.postimg.cc/g0TbCgRH/LANDRIVE-SMBSERVER03.jpg> Allow Bonjour
    <https://i.postimg.cc/SsHqMgxx/LANDRIVE-SMBSERVER04.jpg> Server Settings
    <https://i.postimg.cc/MpYWF0d9/LANDRIVE-SMBSERVER05.jpg> Network Ports
    <https://i.postimg.cc/wvvnFLGR/LANDRIVE-SMBSERVER06.jpg> Privileged Ports

    It's still a bit confusing so to clear up the question once and for all, I took the liberty of asking the question of the developers on the XDA Forum site since the developers had linked to their XDA thread in the iOS app.
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/>

    Here's my post asking the developers the question (with screenshots).
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/post-90056889>
    "On non-rooted Android, the "Lan Drive - SMB Server" APK won't
    be able to bind to ports lower than 1024. I knew that.
    But the iOS "Lan Drive - SMB Server" documentation above implies
    that the iOS "Lan Drive - SMB Server" IPA can bind to ports lower
    than 1024 on non-jailbroken iOS devices.

    Huh?

    How is that possible?
    Can iOS 3rd-party apps like this 'Lan Drive - SMB Server' really
    bind to privileged ports (such as 445 & 139)?"

    Anyone can click the URL to see if the developer responds; if the developer does respond, we can also repeat the result here for all to see.

    Or you could just try it and find out for yourself.


    You claim the answer is "yes" whereas I believe it's "no"; but I will
    accept whatever answer the developer gives to that question above.


    But you won't accept the screenshots and videos you've been shown that
    it works...

    ...or just try it yourself and admit you're wrong.

    I'm not beholden to either answer other than it has always been my understanding that no 3rd-party app on either iOS or Android could bind to ports below 1024. If iOS allows then that's a good thing, IMHO.

    In fact, it's a Uniquely Good Thing (TM) if iOS allows that.
    So let's be clear... I hope to God that iOS allows that.

    Because it will allow us to mount the iOS device as a drive on Windows. (without using WebDav, which is what I use on Android to mount as a drive).

    Let's see what the developer reports.

    Which you DESPERATELY hope won't happen.

    If the developer doesn't respond in a few days, I'll ping them in
    the XDA
    Forums DM system to ask them (two guys in France) to respond to the query.

    Meanwhile, I'll see what I can find out in empirical tests, but I hadn't
    run them in years when I first concluded in 2019 this app was worthless.

    And suddenly you recall testing the app that up until this moment, you
    haven't even mentioned knowing about.


    I'll test it to see if it does what Tyrone, you, & Jolly Roger claim.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Fri Apr 18 00:34:58 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Thu, 17 Apr 2025 19:29:59 -0000 (UTC), Chris wrote :


    Nope. You're intentionally misinterpreting what I presented. The iOS SMB *server* is *listening* on 192.168.1.24:445 and a (windows) *client*
    connects to that address and port. It all works.

    Hi Chris,

    I'm sure it works, but the question is what port is it using.

    Since you asked, I decided to trust you by exercising the LAN SMB Server I
    had installed in my old iPad in January of 2019 and the great news is I was easily able to do what you said I could do (letting it choose the port).

    For now, let's not look the gift horse in the mouth (to check the ports).

    Here's what I did:
    1. I started the LAN SMB Server (free) on iOS which reports the following:
    Server \\myipad
    IP \\192.168.1.124
    SMB TCP 445
    NETBIOS UDP 137 138
    2. In the "Users" section, it says:
    Authentication type = Anonymous
    3. In the "Sharings" section, it says:
    LANdrive
    DCIM
    4. On Windows, I ran this command (as admin):
    net use Z: \\192.168.1.124\LANdrive
    The command completed successfully.
    net use Y: \\192.1658.1.124\DCIM
    The command completed successfully.
    5. The mapped network drives do NOT show up in Windows File Explorer.
    (I'm not sure why, but they're probably not "mounted", per se.)
    (Note: When I map WebDAV network drives, they are mounted as a drive.)
    6. Yet, I certainly can sit at the Windows PC and copy files from iOS.
    Y:\300> copy IMG_2856.PNG C:\tmp\smbtestdir
    1 file(s) copied.
    7. But, by default, I get a permission denied the other way.
    Y:\300> copy C:\tmp\smbtestdir\foo.txt .
    Access is denied.
    0 file(s) copied.
    Y:\300> copy C:\tmp\smbtestdir\foo.txt Z:\.
    1 file(s) copied.
    8. iOSSMBLanServer:Browse > LanDrive > foo.txt = This is foo.

    Here are the screenshots of that action, where the next test will be to
    specify the port - as this doesn't prove what port was used to do this.
    <https://i.postimg.cc/rp6r6Y24/LANDRIVE-01.jpg> Daily Apple nag screen
    <https://i.postimg.cc/RFd6HS61/LANDRIVE-02.jpg> Two shares by default
    <https://i.postimg.cc/fykLSxhZ/LANDRIVE-03.jpg> Activate the SMB server
    <https://i.postimg.cc/CKPdhvWJ/LANDRIVE-04.jpg> User is Anonymous
    <https://i.postimg.cc/tRV7bNDt/LANDRIVE-05.jpg> iOS is now sharing
    <https://i.postimg.cc/c4RHg1pv/LANDRIVE-06.jpg> net use X: \\iOS\share
    <https://i.postimg.cc/d0xtPhyx/LANDRIVE-07.jpg> Allow iOS DCIM access
    <https://i.postimg.cc/B6F3rMsj/LANDRIVE-08.jpg> Command-line access only
    <https://i.postimg.cc/HsYGzpJc/LANDRIVE-09.jpg> Copy from iOS to WinPC
    <https://i.postimg.cc/pdNq0Z0G/LANDRIVE-10.jpg> Copy from WinPC to iOS

    This is great. What it does prove is that any user can sit at his Windows desktop to transfer files to & from iOS from that PC via the command line.

    So far there is no GUI on Windows that I know of which will do it.
    But certainly I just did a bidirectional copy with the command line.

    I'll profusely and publicly thank you later as I still need to figure out
    what port it used, as this doesn't prove that it used ports below 1024.

    But when I specify the port, that will tell us the answer.
    In the meantime, do you know why the iOS drives don't show up as mounted?

    So far so good.
    a. We've proven it works.
    b. We haven't (definitively) tested what port it used yet though.

    That's next but I have a bunch of Vine Voice reviews to do to keep my 8
    free items a day from Amazon at any price status, so it may take a bit.
    <https://amazon.com/vine/about>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Thu Apr 17 17:48:43 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-17 17:34, Marion wrote:
    On Thu, 17 Apr 2025 19:29:59 -0000 (UTC), Chris wrote :


    Nope. You're intentionally misinterpreting what I presented. The iOS SMB
    *server* is *listening* on 192.168.1.24:445 and a (windows) *client*
    connects to that address and port. It all works.

    Hi Chris,

    I'm sure it works, but the question is what port is it using.

    There is absolutely no question about that.


    Since you asked, I decided to trust you by exercising the LAN SMB Server I had installed in my old iPad in January of 2019 and the great news is I was easily able to do what you said I could do (letting it choose the port).

    Funny...

    We've been talking about this app for days and you never mentioned
    having it.


    For now, let's not look the gift horse in the mouth (to check the ports).

    Here's what I did:
    1. I started the LAN SMB Server (free) on iOS which reports the following:
    Server \\myipad
    IP \\192.168.1.124
    SMB TCP 445
    NETBIOS UDP 137 138

    OK

    2. In the "Users" section, it says:
    Authentication type = Anonymous

    Yup. And?

    3. In the "Sharings" section, it says:
    LANdrive
    DCIM

    Yes, and you can add other shares if you want.

    4. On Windows, I ran this command (as admin):
    net use Z: \\192.168.1.124\LANdrive
    The command completed successfully.
    net use Y: \\192.1658.1.124\DCIM
    The command completed successfully.

    So you were wrong.

    5. The mapped network drives do NOT show up in Windows File Explorer.
    (I'm not sure why, but they're probably not "mounted", per se.)>
    (Note: When I map WebDAV network drives, they are mounted as a drive.)
    6. Yet, I certainly can sit at the Windows PC and copy files from iOS.
    Y:\300> copy IMG_2856.PNG C:\tmp\smbtestdir
    1 file(s) copied.
    7. But, by default, I get a permission denied the other way.
    Y:\300> copy C:\tmp\smbtestdir\foo.txt .
    Access is denied.
    0 file(s) copied.
    Y:\300> copy C:\tmp\smbtestdir\foo.txt Z:\.
    1 file(s) copied.
    8. iOSSMBLanServer:Browse > LanDrive > foo.txt = This is foo.

    A lot of words just to avoid actually saying "I was wrong"


    Here are the screenshots of that action, where the next test will be to specify the port - as this doesn't prove what port was used to do this.
    <https://i.postimg.cc/rp6r6Y24/LANDRIVE-01.jpg> Daily Apple nag screen
    <https://i.postimg.cc/RFd6HS61/LANDRIVE-02.jpg> Two shares by default
    <https://i.postimg.cc/fykLSxhZ/LANDRIVE-03.jpg> Activate the SMB server
    <https://i.postimg.cc/CKPdhvWJ/LANDRIVE-04.jpg> User is Anonymous
    <https://i.postimg.cc/tRV7bNDt/LANDRIVE-05.jpg> iOS is now sharing
    <https://i.postimg.cc/c4RHg1pv/LANDRIVE-06.jpg> net use X: \\iOS\share
    <https://i.postimg.cc/d0xtPhyx/LANDRIVE-07.jpg> Allow iOS DCIM access
    <https://i.postimg.cc/B6F3rMsj/LANDRIVE-08.jpg> Command-line access only
    <https://i.postimg.cc/HsYGzpJc/LANDRIVE-09.jpg> Copy from iOS to WinPC
    <https://i.postimg.cc/pdNq0Z0G/LANDRIVE-10.jpg> Copy from WinPC to iOS

    A lot of pictures just to avoid saying you were wrong.


    This is great. What it does prove is that any user can sit at his Windows desktop to transfer files to & from iOS from that PC via the command line.

    So far there is no GUI on Windows that I know of which will do it.
    But certainly I just did a bidirectional copy with the command line.

    Given that others have shown that there is a GUI for it on Windows--the standard GUI for any connected share...

    ...this is just you assuming because you couldn't do it, it can't exist.


    I'll profusely and publicly thank you later as I still need to figure out what port it used, as this doesn't prove that it used ports below 1024.

    Given that standard Windows SMB connections use port 445, and nothing in
    the "net use" command you did overrode the use of that port, why can't
    you just admit you were wrong.


    But when I specify the port, that will tell us the answer.
    In the meantime, do you know why the iOS drives don't show up as mounted?

    You're incompetent.


    So far so good.
    a. We've proven it works.

    We already knew

    b. We haven't (definitively) tested what port it used yet though.

    The only one in doubt is you...

    ...and you're wrong.


    That's next but I have a bunch of Vine Voice reviews to do to keep my 8
    free items a day from Amazon at any price status, so it may take a bit.
    <https://amazon.com/vine/about>
    IOW, I'll run away now without apologizing or admitting you were wrong.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tyrone@21:1/5 to Marion on Fri Apr 18 01:16:49 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Apr 17, 2025 at 6:44:48 PM EDT, "Marion" <marion@facts.com> wrote:

    On Thu, 17 Apr 2025 19:38:05 -0000 (UTC), Chris wrote :


    Not only can iOS bind port 445, it DOES. With evidence.

    All I care about, Chris, is knowing the correct answer.
    That's the reason I asked the question in the first place.

    The problem is very few people here have any technical credibility.
    Least of all me. I never said I'm a networking expert. Tyrone did.

    You are clearly NOT an networking expert. But you DID claim I was "Brazenly inventing imaginary functionality".

    When can I expect an apology for that?

    I have had the free "LAN Drive - SMB Server" on my iPad since 2019.
    <https://i.postimg.cc/8zk8s2mb/LANDRIVE-SMBSERVER01.jpg> Jan 24 2019

    Sure you have. Or you had it and never EVER used it?

    So I belatedly opened it up and read the documentation it presents.
    <https://i.postimg.cc/7hgvTDRK/LANDRIVE-SMBSERVER02.jpg> LAN Drive Server
    <https://i.postimg.cc/g0TbCgRH/LANDRIVE-SMBSERVER03.jpg> Allow Bonjour
    <https://i.postimg.cc/SsHqMgxx/LANDRIVE-SMBSERVER04.jpg> Server Settings
    <https://i.postimg.cc/MpYWF0d9/LANDRIVE-SMBSERVER05.jpg> Network Ports
    <https://i.postimg.cc/wvvnFLGR/LANDRIVE-SMBSERVER06.jpg> Privileged Ports

    We showed you ALL of that.

    It's still a bit confusing so to clear up the question once and for all, I took the liberty of asking the question of the developers on the XDA Forum site since the developers had linked to their XDA thread in the iOS app.

    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/>

    There is no confusion anywhere except in your head.

    Here's my post asking the developers the question (with screenshots).

    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/post-90056889>
    "On non-rooted Android, the "Lan Drive - SMB Server" APK won't
    be able to bind to ports lower than 1024. I knew that.
    But the iOS "Lan Drive - SMB Server" documentation above implies
    that the iOS "Lan Drive - SMB Server" IPA can bind to ports lower
    than 1024 on non-jailbroken iOS devices.

    Huh?

    How is that possible?
    Can iOS 3rd-party apps like this 'Lan Drive - SMB Server' really
    bind to privileged ports (such as 445 & 139)?"

    Why do you STILL think this is impossible?

    Anyone can click the URL to see if the developer responds; if the developer does respond, we can also repeat the result here for all to see.

    We don't need that. We know for certain that it works on iOS on port 445.

    You claim the answer is "yes" whereas I believe it's "no"; but I will
    accept whatever answer the developer gives to that question above.

    We don't "claim" anything. We are stating that it works. You are the one claiming that it does not work. And you STILL HAVE NOT TRIED IT.

    I'm not beholden to either answer other than it has always been my understanding that no 3rd-party app on either iOS or Android could bind to ports below 1024. If iOS allows then that's a good thing, IMHO.

    Your understanding is clearly wrong.

    In fact, it's a Uniquely Good Thing (TM) if iOS allows that.
    So let's be clear... I hope to God that iOS allows that.

    Why are you still "hoping"? We know for a fact that it DOES work.

    Because it will allow us to mount the iOS device as a drive on Windows. (without using WebDav, which is what I use on Android to mount as a drive).

    That is exactly what it does.

    Let's see what the developer reports.

    If the developer doesn't respond in a few days, I'll ping them in the XDA Forums DM system to ask them (two guys in France) to respond to the query.

    Meanwhile, I'll see what I can find out in empirical tests, but I hadn't
    run them in years when I first concluded in 2019 this app was worthless.

    Because you did not know what you were doing 6 years ago. You know nothing about SMB networking today. You knew even less (if that's possible) 6 years ago.

    I'll test it to see if it does what Tyrone, you, & Jolly Roger claim.

    Wow. So gracious. So magnanimous. I note that you no longer mention Frank Slootweg. I wonder why?

    We are all holding our collective breath, waiting for you to "confirm" what we already know to be true.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Marion on Fri Apr 18 02:17:15 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Fri, 18 Apr 2025 00:34:58 -0000 (UTC), Marion wrote :


    I'll profusely and publicly thank you later as I still need to figure out what port it used, as this doesn't prove that it used ports below 1024.

    But when I specify the port, that will tell us the answer.
    In the meantime, do you know why the iOS drives don't show up as mounted?

    OK. I finished a few of the Amazon Vine free product reviews.

    I rebooted Windows and the iPad to start fresh.

    1. On Windows, determine that nothing is mapped yet.
    net use
    2. On iOS, press "Not Now" to Apple's incessant nags
    to log into the Cupertino servers every second.
    3. Keep Pressing more "Not Now" bags until Apple gets tired
    since it's a fact of life that's how Apple designed iOS
    that you *must* constantly log into Cupertino servers.
    4. Open the "LAN drive" app on your iOS desktop
    5. Note the (dynamic) identifying information you'll need for later
    Server \\myipad
    IP \\192.168.1.252
    SMB TCP 445
    NETBIOS UDP 137 138
    5. Note the "Users" are "Anonymous" in "LAN drive" on iOS
    6. Note the "Sharings" are "LANdrive" & "DCIM" on iOS
    7. Press the green "START" button on the iOS "Lan drive" GUI
    8. On Windows, type the connection command with the port specified
    net use Z: \\192.168.1.252:445\LANdrive
    System error 67 has occurred.
    The network name cannot be found.
    9. Don't specify port 445 this time
    net use Z: \\192.168.1.252\LANdrive
    The command completed successfully.
    10. Try it again on the other share.
    net use Y: \\192.168.1.252:445\DCIM
    System error 67 has occurred.
    The network name cannot be found.
    11. Try it again without specifying the port.
    net use Y: \\192.168.1.252\DCIM
    The command completed successfully.
    12. Notice they're now both mapped, but not to port 445.
    C:\Windows\system32>net use
    New connections will not be remembered.
    Status Local Remote Network
    ----------------------------------------------------------------
    OK Y: \\192.168.1.252\DCIM Microsoft Windows Network
    OK Z: \\192.168.1.252\LANdrive Microsoft Windows Network
    The command completed successfully.

    Hmm... just as I had figured would happen.
    Now we have to figure out what port it's using.

    I'm not gonna use Wireshark because I've been there, done that.
    Too much data to filter (if you don't know what I mean,
    you've never used Wiresharp to capture pcap data).
    [Filter=tcp.dstport == 445 or tcp.dst == 192.168.1.252]

    I can use Resmon though.
    a. Win+R > resmon
    b. Tap the "Network" tab
    c. Open "TCP Connections"
    d. net use * /delete

    e. This reports:
    Image = System
    PID = 4
    Local Address = 192.168.1.239
    Local Port = 31246
    Remote Address = 192.168.1.252
    Remote Port = 445
    Packet Loss (%) = 0
    Latency (ms) = 105

    Bingo!
    This indicates that even though explicitly specifying port 445 in the
    net use command failed, the successful connection without specifying
    the port is indeed using port 445! Woo hoo! This is great news!

    Let's check this with netstat:
    a. Win+R > cmd > {ctrl+shft+enter}
    b. netstat -ano | findstr "ESTABLISHED"
    C:\Windows\system32>netstat -ano | findstr "ESTABLISHED"
    TCP 192.168.1.239:31246 192.168.1.252:445 ESTABLISHED 4
    This line shows an established TCP connection between
    the PC (192.168.1.239 on local port 31246)
    and the iOS server 192.168.1.252 on port 445.
    The PID 4 is usually associated with the System process,
    which handles various low-level network functions like SMB.

    Let's try PowerShell.
    a. Win+R > cmd > {ctrl+shft+enter}
    b. C:\Windows\system32> powershell
    c. Test-NetConnection -ComputerName 192.168.1.252 -Port 445
    d. The results (after a bit of a wait) are...
    ComputerName : 192.168.1.252
    RemoteAddress : 192.168.1.252
    RemotePort : 445
    InterfaceAlias : Wi-Fi
    SourceAddress : 192.168.1.239
    TcpTestSucceeded : True

    Hmm.. so why didn't specifying the port work?
    C:\Windows\system32>net use Y: \\192.168.1.252\DCIM
    The command completed successfully.

    C:\Windows\system32>net use Y: /delete
    Y: was deleted successfully.

    C:\Windows\system32>net use Y: \\192.168.1.252:139\DCIM
    System error 67 has occurred.
    The network name cannot be found.

    C:\Windows\system32>net use Y: \\192.168.1.252\DCIM
    The command completed successfully.

    Anyway, even though I can't get the Windows 10 "net use"
    command to specify the port explicitly, I'm satisfied
    (and quite surprised!) that the debugging tools showed
    that, indeed Chris, Tyrone & even Jolly Roger were
    quite correct that iOS is allowing the LAN drive
    freeware to bind to ports below 1024, specifically 445.

    There is no doubt of that conclusion in my mind at this
    point since I tested it and explicitly ran debuggers.

    I publicly and humbly apologize to Chris, Tyrone, and
    to Jolly Roger for not believing them up until I tested it
    myself and found that I was wrong and they were right.

    I have no problem saying I'm wrong because I learned
    that iOS is uniquely different from Android in that
    iOS does apparently allow 3rd-party apps to bind to
    privileged ports. Of that there seems to be no doubt.

    Note this XDA Developers thread which is about the
    same app for Android, but I don't need to test it
    because I know Android can't bind to ports below 1024.
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/>

    Here's my post asking the developers the question (with screenshots).
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/post-90056889>
    "On non-rooted Android, the "Lan Drive - SMB Server" APK won't
    be able to bind to ports lower than 1024. I knew that.
    But the iOS "Lan Drive - SMB Server" documentation above implies
    that the iOS "Lan Drive - SMB Server" IPA can bind to ports lower
    than 1024 on non-jailbroken iOS devices.

    Huh?

    How is that possible?
    Can iOS 3rd-party apps like this 'Lan Drive - SMB Server' really
    bind to privileged ports (such as 445 & 139)?"

    Anyone can click the URL to see if the developer responds; if the developer does respond, we can also repeat the result here for all to see.

    But in reality, Android works perfectly with Windows already,
    as I mount Android as a drive letter on Windows every day
    using free WebDAV servers, so there's no need for SMB.

    There are free iOS webdav servers though, which I haven't tried.

    iOS WebDAV Servers (free)
    1. WebDAV Navigator:
    <https://apps.apple.com/us/app/webdav-navigator/id382551345>
    2. FileBrowser: Documents Manager:
    <https://apps.apple.com/us/app/filebrowser-documents-manager/id364738545>

    Note that there are also free SMB servers (all with caveats!)
    Free iOS SMB servers
    1. LAN Drive ¡V SAMBA Server & Client (free has ads & is limited to 0.5 Mbps)
    SMB1 and SMB2 protocols (not SMBv3).
    <https://apps.apple.com/us/app/lan-drive-samba-server-client/id1317727404>

    2. SMB Server (only SMB1)
    <https://apps.apple.com/us/app/smb-server/id1019465487>

    That's it. The rest are SMB clients or payware.

    a. FileBrowserGo (does not offer full SMB funcdtionality) https://apps.apple.com/us/app/filebrowsergo/id1243270214

    b. Documents by Readdle (limited smb funcdtionality) https://apps.apple.com/us/app/documents-file-manager-docs/id364901807

    c. FE File Explorer (Free Version, limited & has ads, not an smb server) https://apps.apple.com/us/app/fe-file-explorer/id499298382

    d. Solid Explorer by Sonya Long (not the same as Android's by NeatBytes)
    Free iOS SMB servers
    1. LAN Drive ¡V SAMBA Server & Client (free has ads & is limited to 0.5 Mbps)
    SMB1 and SMB2 protocols (not SMBv3).
    <https://apps.apple.com/us/app/lan-drive-samba-server-client/id1317727404>

    2. SMB Server (only SMB1)
    <https://apps.apple.com/us/app/smb-server/id1019465487>

    That's it. The rest are SMB clients or payware.

    a. FileBrowserGo (does not offer full SMB funcdtionality) https://apps.apple.com/us/app/filebrowsergo/id1243270214

    b. Documents by Readdle (limited smb funcdtionality) https://apps.apple.com/us/app/documents-file-manager-docs/id364901807

    c. FE File Explorer (Free Version, limited & has ads, not an smb server) https://apps.apple.com/us/app/fe-file-explorer/id499298382

    Be careful with this imposter app which Apple shouldn't have allowed.
    Solid Explorer by Sonya Long (not the same as Android's by NeatBytes)
    Does not support SMB
    <https://apps.apple.com/us/app/solid-explorer/id1219634272>

    This supposedly works, but it's not free:
    "FileBrowser Professional": This app is often mentioned for its file
    sharing capabilities, including SMB. It's a paid app, and its developers
    claim it offers robust SMB support.
    <https://apps.apple.com/us/app/filebrowser-professional/id854618029>


    In summary, when I had opened this thread, I had asked how
    non-rooted Android and non-jailbroken iOS SMB server apps
    mapped their ports, and it appears that while Android apps
    can not map to ports below 1024, apparently iOS apps can.

    Who knew?
    Not me.

    I've never said I'm a networking expert (because I'm not).
    So today I learned from others like Chris & Tyrone & Jolly Roger
    who knew more than I did in this situation - which is great.

    I love to learn.
    I was wrong. But what's important is now I know the answer.

    Thanks!
    The main open question is why doesn't specifying the ports
    in the Windows "net use" command work? Anyone have an idea?

    Does it work for you?
    Maybe it's just me?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Fri Apr 18 11:56:52 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Marion, 2025-04-16 08:12:

    [...]
    "Cx File Explorer": Similar to "File Manager +", this app also offers SMB server functionality.
    <https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer>

    It doesn't.

    Cx File Explorer can use SMB shares as *client* but it can not provide a *server* for others.

    [...]
    "FE File Explorer": This app also advertises SMB server capabilities.
    <https://apps.apple.com/us/app/fe-file-explorer-pro/id499470113>

    Again: No - this is also a *client* and not a *server*.

    Hence the paradox:
    A. Neither iOS nor Android can run a server on port 445.
    B. Yet, these apps "advertise" SMB-server functionality.

    No, they don't.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Fri Apr 18 12:04:45 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Arno Welzel, 2025-04-18 11:56:

    Marion, 2025-04-16 08:12:

    [...]
    "Cx File Explorer": Similar to "File Manager +", this app also offers SMB
    server functionality.
    <https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer>

    It doesn't.

    Cx File Explorer can use SMB shares as *client* but it can not provide a *server* for others.

    In addition: Cx File Explorer can offer unencrypted FTP which can run on
    any port above 1024. But this is of course *not* SMB. They just call
    this "access from network" but when you start this service, you will get
    the URL display to access your phone using FTP like this:

    ftp://192.168.1.23:4721

    Username: pc
    Passwort: 239089

    The port and password is always randomly generated when you start the
    service. But you can also set the port and password manually if needed.

    This is sufficient if you work in your own local network but I would
    never use that in public WiFi networks.

    Also keep in mind, that SMB is also *not* always encrypted! You need a
    version which provides that *and* server and client need to support this.

    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Tyrone on Sat Apr 19 01:39:06 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Thu, 17 Apr 2025 14:27:40 +0000, Tyrone wrote :


    net use F: \\10.0.0.149\LANDrive /tcpport:445 /USER:Test Test-905
    The command completed successfully.

    Hi Tyrone,
    I just saw your post and I thank you for that knowledge & agree with you.
    We learned a lot from those people who contributed valuable knowledge.

    And learning about the operating systems is what these ngs are all about!

    For the benefit of the Windows users, apparently Win11 is smarter'n Win10
    in that Windows 11 'net use' can specify the port but not Windows 10.
    Windows 11:
    net use \\192.168.1.2\DCIM /tcpport:445 /USER:foo passwd
    Windows 10:
    net use \\192.168.1.2\DCIM /USER:foo passwd

    Here's a summary of what we learned in this thread on how things work.

    1. Anyone can sit at a Windows PC with an iOS device on the LAN to
    copy files back & forth to iOS SMB shares using the Windows SMB
    client; but so far, they have to do so in the Windows command line.

    2. With Android, anyone can mount Android as a Windows drive letter
    to use the Windows GUI to copy files bidir while sitting at the PC.

    3. So the only thing we can't replicate (yet) with a person sitting
    at the PC is using the Windows file system GUI to bidir with iOS.

    4. For any platform, if people are willing to install LocalSend, they
    cat sit at any platform an initiate bidir file xfer with that GUI.

    5. Android SMB servers exist, most require root, some don't require root,
    but they do the ports in ways which are nonstandard to make it work.

    6. iOS SMB servers exist, but they don't require jailbreaking since they
    use port 445 which is the standard way of working together with Windows.

    Basically, we learned a ton which makes it easier to sit at the PC and copy files bidirectionally between any device we have connected on the LAN.

    The *one* thing I haven't figured out yet is to do sit at the PC to copy
    files bidirectionally with iOS using the Windows file explorer GUI.

    If anyone knows how to sit at the Windows PC to use the Windows file
    explorer GUI to copy files bidirectionally with iOS over the LAN, please
    let the rest of us know as that seems to be the only hurdle left to solve.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tyrone@21:1/5 to Marion on Sat Apr 19 22:54:11 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Apr 18, 2025 at 9:39:06 PM EDT, "Marion" <marion@facts.com> wrote:

    Here's a summary of what we learned in this thread on how things work.


    You forgot:

    7. With an iPhone/Pad you can use the Files app to connect to a Windows SMB server, to copy files back and forth between the iPad/iPhone and Windows.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tyrone@21:1/5 to Marion on Sat Apr 19 22:38:04 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Apr 18, 2025 at 9:39:06 PM EDT, "Marion" <marion@facts.com> wrote:

    On Thu, 17 Apr 2025 14:27:40 +0000, Tyrone wrote :


    net use F: \\10.0.0.149\LANDrive /tcpport:445 /USER:Test Test-905
    The command completed successfully.

    Hi Tyrone,
    I just saw your post and I thank you for that knowledge & agree with you.
    We learned a lot from those people who contributed valuable knowledge.

    And learning about the operating systems is what these ngs are all about!

    For the benefit of the Windows users, apparently Win11 is smarter'n Win10
    in that Windows 11 'net use' can specify the port but not Windows 10.
    Windows 11:
    net use \\192.168.1.2\DCIM /tcpport:445 /USER:foo passwd
    Windows 10:
    net use \\192.168.1.2\DCIM /USER:foo passwd

    Again, your syntax is wrong. You should be using:
    net use D: \\192.168.1.2\DCIM /USER:foo passwd

    Where D is whatever drive letter you want to use. That assigns the drive letter, which then appears in Windows File Explorer.

    Here's a summary of what we learned in this thread on how things work.

    1. Anyone can sit at a Windows PC with an iOS device on the LAN to
    copy files back & forth to iOS SMB shares using the Windows SMB
    client; but so far, they have to do so in the Windows command line.

    The command line? I never used it. It shows as a mapped drive in Windows File Explorer. In fact, you can connect to any SMB server without using the command line. Again, in Windows File Explorer. Or use the "net use" syntax above to assign a drive letter. With no drive letter assigned, there is nothing to
    mount in Windows File Explorer.

    2. With Android, anyone can mount Android as a Windows drive letter
    to use the Windows GUI to copy files bidir while sitting at the PC.

    Same with iOS.

    3. So the only thing we can't replicate (yet) with a person sitting
    at the PC is using the Windows file system GUI to bidir with iOS.

    Yes we can.


    4. For any platform, if people are willing to install LocalSend, they
    cat sit at any platform an initiate bidir file xfer with that GUI.

    Dunno about that. Never used it. No need for it.

    5. Android SMB servers exist, most require root, some don't require root,
    but they do the ports in ways which are nonstandard to make it work.

    Yes, due to the port limitations of Android.

    6. iOS SMB servers exist, but they don't require jailbreaking since they
    use port 445 which is the standard way of working together with Windows.

    Yes.

    Basically, we learned a ton which makes it easier to sit at the PC and copy files bidirectionally between any device we have connected on the LAN.

    The *one* thing I haven't figured out yet is to do sit at the PC to copy files bidirectionally with iOS using the Windows file explorer GUI.

    There is nothing to figure out. It Just Works.

    If anyone knows how to sit at the Windows PC to use the Windows file
    explorer GUI to copy files bidirectionally with iOS over the LAN, please
    let the rest of us know as that seems to be the only hurdle left to solve.

    In all of my Windows networking experience, it has never occurred to me to use the command line.

    Again, net use D: \\192.168.1.2\DCIM /USER:foo passwd
    will assign the network share as drive D.

    Also, you can rename the SMB computer, so you don't even need the IP address.
    I use this:

    net use F: \\ipad1\LANdrive /user:Test Test-905

    Ipad1 is the name I gave to my iOS SMB server. The default is localhost, which you cannot use because "localhost" has a distinct use in Windows (and Linux
    and Unix I believe). You change this name on the iOS SMB Server under
    settings, Device Name. Then stop and restart the SMB server.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Tyrone on Sat Apr 19 16:53:33 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-19 15:38, Tyrone wrote:
    On Apr 18, 2025 at 9:39:06 PM EDT, "Marion" <marion@facts.com> wrote:

    On Thu, 17 Apr 2025 14:27:40 +0000, Tyrone wrote :


    net use F: \\10.0.0.149\LANDrive /tcpport:445 /USER:Test Test-905
    The command completed successfully.

    Hi Tyrone,
    I just saw your post and I thank you for that knowledge & agree with you.
    We learned a lot from those people who contributed valuable knowledge.

    And learning about the operating systems is what these ngs are all about!

    For the benefit of the Windows users, apparently Win11 is smarter'n Win10
    in that Windows 11 'net use' can specify the port but not Windows 10.
    Windows 11:
    C:\> net use \\192.168.1.2\DCIM /tcpport:445 /USER:foo passwd
    Windows 10:
    C:\> net use \\192.168.1.2\DCIM /USER:foo passwd

    Again, your syntax is wrong. You should be using:
    net use D: \\192.168.1.2\DCIM /USER:foo passwd

    Where D is whatever drive letter you want to use. That assigns the drive letter, which then appears in Windows File Explorer.

    Here's a summary of what we learned in this thread on how things work.

    1. Anyone can sit at a Windows PC with an iOS device on the LAN to
    copy files back & forth to iOS SMB shares using the Windows SMB
    client; but so far, they have to do so in the Windows command line.

    The command line? I never used it. It shows as a mapped drive in Windows File Explorer. In fact, you can connect to any SMB server without using the command
    line. Again, in Windows File Explorer. Or use the "net use" syntax above to assign a drive letter. With no drive letter assigned, there is nothing to mount in Windows File Explorer.

    2. With Android, anyone can mount Android as a Windows drive letter
    to use the Windows GUI to copy files bidir while sitting at the PC.

    Same with iOS.

    3. So the only thing we can't replicate (yet) with a person sitting
    at the PC is using the Windows file system GUI to bidir with iOS.

    Yes we can.


    4. For any platform, if people are willing to install LocalSend, they
    cat sit at any platform an initiate bidir file xfer with that GUI.

    Dunno about that. Never used it. No need for it.

    5. Android SMB servers exist, most require root, some don't require root,
    but they do the ports in ways which are nonstandard to make it work.

    Yes, due to the port limitations of Android.

    6. iOS SMB servers exist, but they don't require jailbreaking since they
    use port 445 which is the standard way of working together with Windows.

    Yes.

    Basically, we learned a ton which makes it easier to sit at the PC and copy >> files bidirectionally between any device we have connected on the LAN.

    The *one* thing I haven't figured out yet is to do sit at the PC to copy
    files bidirectionally with iOS using the Windows file explorer GUI.

    There is nothing to figure out. It Just Works.

    If anyone knows how to sit at the Windows PC to use the Windows file
    explorer GUI to copy files bidirectionally with iOS over the LAN, please
    let the rest of us know as that seems to be the only hurdle left to solve.

    In all of my Windows networking experience, it has never occurred to me to use
    the command line.

    Again, net use D: \\192.168.1.2\DCIM /USER:foo passwd
    will assign the network share as drive D.

    Also, you can rename the SMB computer, so you don't even need the IP address.
    I use this:

    net use F: \\ipad1\LANdrive /user:Test Test-905

    Ipad1 is the name I gave to my iOS SMB server. The default is localhost, which
    you cannot use because "localhost" has a distinct use in Windows (and Linux and Unix I believe). You change this name on the iOS SMB Server under settings, Device Name. Then stop and restart the SMB server.

    Arlen continuing to state "facts"...

    ...that ain't.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Tyrone on Sun Apr 20 18:10:10 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-19, Tyrone <none@none.none> wrote:
    On Apr 18, 2025 at 9:39:06 PM EDT, "Marion" <marion@facts.com> wrote:

    Here's a summary of what we learned in this thread on how things work.

    You forgot:

    7. With an iPhone/Pad you can use the Files app to connect to a Windows SMB server, to copy files back and forth between the iPad/iPhone and Windows.

    Especially since he is on record saying that's not possible, and
    insulting everyone who corrected him on it.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Frank Slootweg on Tue Apr 22 02:05:52 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 19 Apr 2025 10:22:06 GMT, Frank Slootweg wrote :


    just use the '/tcpport:NNNN' option and set it to the
    1024 or higher port number of the Android SMB server?

    That way, the Android SMB server would not be a Network *Share* that Windows could see/use, but it would be a Network *Drive* for Windows.

    I'm not a networking expert, but from what Tyrone told me... that's a
    Windows 11-only command (to set the port at the time of using "net use").

    Most of my Windows PC's are Windows 10, which does not have the
    '/tcpport:NNNN' option for 'net use' that Tyrone kindly had suggested.

    Tyrone is aware of this limitation, so if it does work, it can only work on Windows 11 mounts, & not Windows 10 (at least not using "net use" for it).

    Still, if the SMB share shows up as a drive letter in the Windows command
    line, why can't it show up as a drive letter in the Windows file explorer?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Arno Welzel on Tue Apr 22 02:08:20 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Fri, 18 Apr 2025 12:04:45 +0200, Arno Welzel wrote :


    In addition: Cx File Explorer can offer unencrypted FTP which can run on
    any port above 1024. But this is of course *not* SMB.

    I'm no networking expert, so I will also add to what Arno explained by
    saying that FTPUse seems to "claim" they can map a network drive.

    (in the all-important very structured order of increasing URL length) https://www.ferrobackup.com/map-ftp-as-disk.html https://windowsloop.com/map-ftp-drive-windows-10 https://www.thewindowsclub.com/map-an-ftp-drive-windows https://www.wintips.org/map-ftp-to-local-drive-letter-windows/ https://www.ryadel.com/en/map-ftp-server-folder-windows-drive-letter-using-ftpuse/
    https://www.addictivetips.com/windows-tips/map-ftp-server-as-local-disk-with-ftpuse/
    https://serverfault.com/questions/6079/how-can-i-mount-an-ftp-to-a-drive-letter-in-windows
    https://answers.microsoft.com/en-us/windows/forum/all/map-ftp-directory-as-a-drive/fb6825ec-8ec8-484d-8298-139bcaef567f

    Then again, maybe not. https://community.spiceworks.com/t/mapped-ftp-drive/779860 https://www.donationcoder.com/forum/index.php?topic=39574.0

    Again (and again) allow me to warn others that I'm not a networking expert.

    But it seems FTPUse essentially creates a virtual file system layer that intercepts file operations directed at the assigned drive letter and
    translates them into FTP commands to the remote server. This allows you to graphically browse the FTP server's contents in File Explorer, does it not?

    Please note I ask this question, which seems so obvious to me, not because
    I'm a networking expert - but expressly because I am NOT a networking
    expert.

    I ask in the hope that maybe someone else here is who can explain how to
    mount mobile device (iOS or Android) SMB (or FTP) shares as a Windows drive (such that the drive shows up not only in the Windows command line, but
    also in the Windows file explorer GUI like it does with WebDav shares).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Jolly Roger on Tue Apr 22 02:21:51 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 20 Apr 2025 18:10:10 GMT, Jolly Roger wrote :


    7. With an iPhone/Pad you can use the Files app to connect to a Windows SMB >> server, to copy files back and forth between the iPad/iPhone and Windows.

    Especially since he is on record saying that's not possible, and
    insulting everyone who corrected him on it.

    First, let's state I never once claimed to be a networking expert.

    In fact, I asked the question because I'm expressly on record for NOT being
    a networking expert - as I would have written the tutorial on how to sit at
    the PC and copy files both ways between Android/iOS & Windows if I were.

    :)

    Let's also be clear that what was stated at the beginning of this thread,
    isn't the same as what we all proved works, which is, after all, progress.

    You'll never see me disagree with a proven fact (once proved, of course).
    a. Only fools disagree with facts.
    b. That's why they're fools after all.

    Hence, let's state, that at the moment, we have each tested SMB protocol servers, on normal Android & iOS, where the following can be safely said.

    In my tests...
    1. On Windows 11, you can set the 'net use' port; but not on Windows 10.
    2. Non-rooted Android SMB server apps can not bind to privileged ports.
    3. Yet, non-jailbroken iOS SMB server apps can bind to privileged ports.
    4. The result, in my iOS tests, is a drive letter, on the PC command line.
    5. But in my tests, the drive letter did not show up in the Windows GUI.

    Since I'm NOT a networking expert, I'm still a bit confused why I could CD
    to a drive letter on Windows & copy files using the Windows command line.

    Yet I couldn't see that drive letter in the Windows 10 file explorer GUI.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to All on Tue Apr 22 16:14:30 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    UPDATE!

    To summarize what we've learned, it turns out that while Android (non root)
    can not bind an SMB server to privileged ports, iOS appears to be able to.

    Here are some test I ran, which anyone else can run, to prove it.
    1. On Windows, determine that nothing is mapped yet.
    C:\> net use
    There are no entries in the list.
    2. Reboot iOS the iOS device On iOS, press "Not Now" to Apple's
    never-ending incessant nags to log into its Cupertino servers.
    3. Keep Pressing more "Not Now" bags until Apple gets tired
    since it's a fact of life that's how Apple designed iOS as a
    dumb terminal which *must* constantly log into Cupertino servers.
    4. Download, install & open the "LAN drive" app on your iOS device.
    <https://apps.apple.com/us/app/lan-drive-samba-server-client/id1317727404> 5. Note the (dynamic) identifying information you'll need for later
    Server \\myipad
    IP \\192.168.1.252
    SMB TCP 445
    NETBIOS UDP 137 138
    5. Note the "LAN drive" default "Users" list is only "Anonymous"
    6. Note that we'll make use of anonymous to eliminate any login variables
    7. Note the default "Sharings" are "LANdrive" & "DCIM" in "LAN drive"
    8. In the iOS "LAN drive" app GUI, press the green "START" button
    9. On Windows 11, type the connection command with the port specified
    C:\> net use z: \\192.168.1.152\share_name /TCPPORT:445

    On Windows 10, you can not specify the port in the "net use" command
    C:\> net use Z: \\192.168.1.252\LANdrive
    The command completed successfully.
    10. Try it again on the other share.
    C:\> net use Y: \\192.168.1.252\DCIM
    The command completed successfully.
    11. Notice they're both mapped but you don't know the Win10 port yet.
    C:\Windows\system32>net use
    New connections will not be remembered.
    Status Local Remote Network
    ----------------------------------------------------------------
    OK Y: \\192.168.1.252\DCIM Microsoft Windows Network
    OK Z: \\192.168.1.252\LANdrive Microsoft Windows Network
    The command completed successfully.
    12. Now let's prove that iOS did indeed bind to privileged port 445!

    I'm not gonna use Wireshark because I've been there, done that.
    Too much data to filter (if you don't know what I mean,
    you've never used Wireshark to capture pcap data).
    [Filter=tcp.dstport == 445 or tcp.dst == 192.168.1.252]

    I can use Resmon though.
    a. Win+R > resmon
    b. Tap the "Network" tab
    c. Open "TCP Connections"
    d. net use * /delete
    e. This reports:
    Image = System
    PID = 4
    Local Address = 192.168.1.239
    Local Port = 31246
    Remote Address = 192.168.1.252
    Remote Port = 445
    Packet Loss (%) = 0
    Latency (ms) = 105

    Bingo!
    This indicates that even though explicitly specifying port 445 in the
    net use command failed, the successful connection without specifying
    the port is indeed using port 445! Woo hoo! This is great news!

    Since that was unexpected, let's doublecheck this with netstat:
    a. Win+R > cmd > {ctrl+shft+enter} <== for an admin prompt
    b. netstat -ano | findstr "ESTABLISHED"
    C:\Windows\system32>netstat -ano | findstr "ESTABLISHED"
    TCP 192.168.1.239:31246 192.168.1.252:445 ESTABLISHED 4
    This line shows an established TCP connection between
    the PC (192.168.1.239 on local port 31246)
    and the iOS server 192.168.1.252 on port 445.
    The PID 4 is usually associated with the System process,
    which handles various low-level network functions like SMB.

    Extraordinary claims require extraordinary proof, with PowerShell!
    a. Win+R > cmd > {ctrl+shft+enter} <== for an admin prompt
    b. C:\Windows\system32> powershell
    c. Test-NetConnection -ComputerName 192.168.1.252 -Port 445
    d. The results (after a bit of a wait) are...
    ComputerName : 192.168.1.252
    RemoteAddress : 192.168.1.252
    RemotePort : 445
    InterfaceAlias : Wi-Fi
    SourceAddress : 192.168.1.239
    TcpTestSucceeded : True

    Anyway, even though I can't get the Windows 10 "net use"
    command to specify the port explicitly, I'm satisfied
    (and quite surprised!) that the debugging tools showed
    that, indeed Chris, Tyrone & even Jolly Roger were
    quite correct that iOS is allowing its 3rd-party LAN drive
    freeware to bind to ports below 1024, specifically 445.

    There is no doubt of that conclusion in my mind at this
    point since I tested it and explicitly ran debuggers.

    I publicly and humbly apologize to Chris, Tyrone, and
    to Jolly Roger for not believing them up until I tested it
    myself and found that I was wrong and they were right.

    I have no problem saying I was initially wrong in assuming
    that iOS follows typical Unix rules for privileged ports.

    I knew about Android, and I searched like a fiend trying
    to find something from Apple but nobody can find that.

    There is no documentation from Apple that anyone has yet
    found, that discusses this - even as everyone has looked.

    So the only way to figure this out is to do it empirically.
    Which is why I wrote the empirical tutorial for you above.

    In running this test, I learned that iOS is uniquely different
    Unix (and from Android) in that iOS does apparently allow
    its 3rd-party apps to bind to privileged ports.

    Note this XDA Developers thread which is about the
    same app for Android, but I don't need to test it
    because I know Android can't bind to ports below 1024.
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/>

    Here's my post asking the developers the question (with screenshots).
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/post-90056889>
    "On non-rooted Android, the "Lan Drive - SMB Server" APK won't
    be able to bind to ports lower than 1024. I knew that.
    But the iOS "Lan Drive - SMB Server" documentation above implies
    that the iOS "Lan Drive - SMB Server" IPA can bind to ports lower
    than 1024 on non-jailbroken iOS devices.

    Huh?

    How is that possible?
    Can iOS 3rd-party apps like this 'Lan Drive - SMB Server' really
    bind to privileged ports (such as 445 & 139)?"

    Anyone can click the URL to see if the developer responds; if the developer does respond, we can also repeat the result here for all to see.

    But in reality, Android works perfectly with Windows already,
    as I mount Android as a drive letter on Windows every day
    using free WebDAV servers, so there's no need for SMB.

    I'm not sure why using "net use" with WebDAV results in a drive
    letter in both the Windows command line and in the file explorer,
    while "net use" with SMB shares only results in a drive letter
    in the Windows 10 command line but not in the file explorer GUI.

    But here are some screenshots backing up the statements made above.
    <https://i.postimg.cc/sxzR0Pg8/webdav01.jpg> WebDav has no sd permission
    <https://i.postimg.cc/X7FS61HD/webdav02.jpg> X-plore has no permission
    <https://i.postimg.cc/BvmRBrbt/webdav03.jpg> File Manager has permission
    <https://i.postimg.cc/3xCsd4HX/webdav04.jpg> My Files has permission
    <https://i.postimg.cc/Njm6ZXsc/webdav05.jpg> Permissions are the same
    <https://i.postimg.cc/BvJdKWzt/webdav06.jpg> Both sdcards mounted
    <https://i.postimg.cc/cJLK1wt0/webdav07.jpg> Mount the entire filesystem
    <https://i.postimg.cc/qv6HJ7GN/webdav08.jpg> Each sdcard is a drive letter
    <https://i.postimg.cc/D0qMxTMB/webdav09.jpg> FOSS general purpose solution
    <https://i.postimg.cc/wM4Z45pN/webdav10.jpg> Free Android WebDAV servers
    <https://i.postimg.cc/BQyRxCN9/webdav11.jpg> Mount sdcards read & write
    <https://i.postimg.cc/yYWwgGmy/webdav12.jpg> As Windows drive letters
    <https://i.postimg.cc/QtbR1GY0/webdav13.jpg> Over Wi-Fi on your home LAN
    <https://i.postimg.cc/JhjpnRgh/webdav14.jpg> Mirroring Android on Windows
    <https://i.postimg.cc/gcKXV6F7/webdav16.jpg> A third free WebDAV server

    Proof of statements above using the iOS SMB LAN drive 3rd-party app:
    <https://i.postimg.cc/8zk8s2mb/LANDRIVE-SMBSERVER01.jpg> Jan 24 2019
    <https://i.postimg.cc/7hgvTDRK/LANDRIVE-SMBSERVER02.jpg> LAN Drive Server
    <https://i.postimg.cc/g0TbCgRH/LANDRIVE-SMBSERVER03.jpg> Allow Bonjour
    <https://i.postimg.cc/SsHqMgxx/LANDRIVE-SMBSERVER04.jpg> Server Settings
    <https://i.postimg.cc/MpYWF0d9/LANDRIVE-SMBSERVER05.jpg> Network Ports
    <https://i.postimg.cc/wvvnFLGR/LANDRIVE-SMBSERVER06.jpg> Privileged Ports
    <https://i.postimg.cc/rp6r6Y24/LANDRIVE-01.jpg> Incessant Apple nag screen
    <https://i.postimg.cc/RFd6HS61/LANDRIVE-02.jpg> Two shares by default
    <https://i.postimg.cc/fykLSxhZ/LANDRIVE-03.jpg> Activate the SMB server
    <https://i.postimg.cc/CKPdhvWJ/LANDRIVE-04.jpg> User is Anonymous
    <https://i.postimg.cc/tRV7bNDt/LANDRIVE-05.jpg> iOS is now sharing
    <https://i.postimg.cc/c4RHg1pv/LANDRIVE-06.jpg> net use X: \\iOS\share
    <https://i.postimg.cc/d0xtPhyx/LANDRIVE-07.jpg> Allow iOS DCIM access
    <https://i.postimg.cc/B6F3rMsj/LANDRIVE-08.jpg> Command-line access only
    <https://i.postimg.cc/HsYGzpJc/LANDRIVE-09.jpg> Copy from iOS to WinPC
    <https://i.postimg.cc/pdNq0Z0G/LANDRIVE-10.jpg> Copy from WinPC to iOS

    In summary, what I thought at the beginning of this thread was wrong.
    While Android 3rd-party apps can't bind to privileged ports, iOS apps can.

    Who knew?
    Not me.
    Now I do know.

    Thanks everyone for helping us all learn what few of us knew prior.
    That's contribution to our tribal knowledge is what Usenet is all about!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Marion on Tue Apr 22 18:01:47 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    Marion <marion@facts.com> wrote:
    On 19 Apr 2025 10:22:06 GMT, Frank Slootweg wrote :


    just use the '/tcpport:NNNN' option and set it to the
    1024 or higher port number of the Android SMB server?

    That way, the Android SMB server would not be a Network *Share* that Windows could see/use, but it would be a Network *Drive* for Windows.

    I'm not a networking expert, but from what Tyrone told me... that's a
    Windows 11-only command (to set the port at the time of using "net use").

    Yes, I saw that later. I checked only on my Windows 11 system. But
    indeed, my wife's Windows 10 system doesn't have the '/tcpport:NNNN'
    option. Well, after October 14, Windows 10 is no longer supported
    anyway! (Just kidding.)

    Most of my Windows PC's are Windows 10, which does not have the '/tcpport:NNNN' option for 'net use' that Tyrone kindly had suggested.

    Tyrone is aware of this limitation, so if it does work, it can only work on Windows 11 mounts, & not Windows 10 (at least not using "net use" for it).

    Long shot: You might try to copy the net.exe executable from a Windows
    11 system to a Windows 10 system (while giving it another name) and see
    if the '/tcpport:NNNN' option works on Windows 10, i.e. that the Windows
    10 limitation is in the net.exe, not in the underlying OS.
    N.B. net.exe is in %windir%\system32.

    Still, if the SMB share shows up as a drive letter in the Windows command line, why can't it show up as a drive letter in the Windows file explorer?

    No idea. It should show in both. Try to get a full path to some folder
    on the network drive and paste that path into the path field of File
    Explorer, i.e. something like Z:\topfolder\subfolder. Even if File
    Explorer does not *show* Z: for some strange reason, it should be able
    to *use* it (if it can be used in a Command Prompt window).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Frank Slootweg on Tue Apr 22 12:47:49 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-22 11:01, Frank Slootweg wrote:
    Marion <marion@facts.com> wrote:
    On 19 Apr 2025 10:22:06 GMT, Frank Slootweg wrote :


    just use the '/tcpport:NNNN' option and set it to the
    1024 or higher port number of the Android SMB server?

    That way, the Android SMB server would not be a Network *Share* that
    Windows could see/use, but it would be a Network *Drive* for Windows.

    I'm not a networking expert, but from what Tyrone told me... that's a
    Windows 11-only command (to set the port at the time of using "net use").

    Yes, I saw that later. I checked only on my Windows 11 system. But
    indeed, my wife's Windows 10 system doesn't have the '/tcpport:NNNN'
    option. Well, after October 14, Windows 10 is no longer supported
    anyway! (Just kidding.)

    Most of my Windows PC's are Windows 10, which does not have the
    '/tcpport:NNNN' option for 'net use' that Tyrone kindly had suggested.

    Tyrone is aware of this limitation, so if it does work, it can only work on >> Windows 11 mounts, & not Windows 10 (at least not using "net use" for it).

    Long shot: You might try to copy the net.exe executable from a Windows
    11 system to a Windows 10 system (while giving it another name) and see
    if the '/tcpport:NNNN' option works on Windows 10, i.e. that the Windows
    10 limitation is in the net.exe, not in the underlying OS.
    N.B. net.exe is in %windir%\system32.

    Still, if the SMB share shows up as a drive letter in the Windows command
    line, why can't it show up as a drive letter in the Windows file explorer?

    No idea. It should show in both. Try to get a full path to some folder
    on the network drive and paste that path into the path field of File Explorer, i.e. something like Z:\topfolder\subfolder. Even if File
    Explorer does not *show* Z: for some strange reason, it should be able
    to *use* it (if it can be used in a Command Prompt window).

    He's either lying or utterly incompetent...

    ..because it DOES show in File Explorer.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tyrone@21:1/5 to Alan on Tue Apr 22 20:13:45 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Apr 22, 2025 at 3:47:49 PM EDT, "Alan" <nuh-uh@nope.com> wrote:

    He's either lying or utterly incompetent...

    My money is on "lying AND utterly incompetent".

    ..because it DOES show in File Explorer.

    Of course it does. It always has. For over 30 years.

    I think he simply can not accept that iOS can do something that Android can't do. So he is saying that connecting to Android creates a drive letter but connecting to iOS does not.

    Which is the lying part.

    As if the Server you are connecting to has any bearing on how the Client displays the share.

    Which is the utterly incompetent part.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Tyrone on Tue Apr 22 18:05:16 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    Tyrone wrote on 4/22/2025 3:13 PM:
    On Apr 22, 2025 at 3:47:49 PM EDT, "Alan" <nuh-uh@nope.com> wrote:

    He's either lying or utterly incompetent...

    My money is on "lying AND utterly incompetent".

    ..because it DOES show in File Explorer.

    Of course it does. It always has. For over 30 years.

    I think he simply can not accept that iOS can do something that Android can't do. So he is saying that connecting to Android creates a drive letter but connecting to iOS does not.

    Which is the lying part.

    As if the Server you are connecting to has any bearing on how the Client displays the share.

    Which is the utterly incompetent part.


    Indeed. Why do so many people tell outrageous lies about apple software?

    It's a damn shame. They should all be deported!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Alan on Wed Apr 23 13:51:46 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    Alan <nuh-uh@nope.com> wrote:
    On 2025-04-22 11:01, Frank Slootweg wrote:
    Marion <marion@facts.com> wrote:
    On 19 Apr 2025 10:22:06 GMT, Frank Slootweg wrote :

    just use the '/tcpport:NNNN' option and set it to the
    1024 or higher port number of the Android SMB server?

    Note *Android*, not iOS.

    [...]

    Still, if the SMB share shows up as a drive letter in the Windows command >> line, why can't it show up as a drive letter in the Windows file explorer?

    No idea. It should show in both. Try to get a full path to some folder on the network drive and paste that path into the path field of File Explorer, i.e. something like Z:\topfolder\subfolder. Even if File Explorer does not *show* Z: for some strange reason, it should be able
    to *use* it (if it can be used in a Command Prompt window).

    He's either lying or utterly incompetent...

    ..because it DOES show in File Explorer.

    Perhaps he has some weird File Explorer setting.

    For kicks I had a look at the Folder Options 'View' settings (on
    Windows 11) and there is a 'Show drive letters' setting. If that's
    unticked, it indeed doesn't show drive letters, but should display
    *something else* about the drive. For example 'c(\\COMPUTER)' instead
    of c(\\COMPUTER) (Z:)'.

    There's also a (default ticked) 'Hide empty drives' settings, but I
    don't see how a Network Drive could be considered 'empty' (unless it
    exists, but is not connected?).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Tyrone on Wed Apr 23 13:33:59 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    Tyrone <none@none.none> wrote:
    On Apr 22, 2025 at 3:47:49?PM EDT, "Alan" <nuh-uh@nope.com> wrote:

    He's either lying or utterly incompetent...

    My money is on "lying AND utterly incompetent".

    ..because it DOES show in File Explorer.

    Of course it does. It always has. For over 30 years.

    I think he simply can not accept that iOS can do something that Android can't do. So he is saying that connecting to Android creates a drive letter but connecting to iOS does not.

    Which is the lying part.

    Well, the jury is still out on that one.

    Considering the context, he's saying the *opposite*:

    <quote>
    Still, if the SMB share shows up as a drive letter in the Windows command
    line, why can't it show up as a drive letter in the Windows file explorer? </quote>

    That was is response to my *Android* context:

    <quote>
    just use the '/tcpport:NNNN' option and set it to the
    1024 or higher port number of the Android SMB server?
    </quote>

    For the full context, see

    Message-ID: <vu6ti0$cqn$1@nnrp.usenet.blueworldhosting.com>

    In that post, there's no mention of iOS, etc., just Android.

    Also note that he says there *is* "a drive letter in the Windows command line", but not in "Windows file explorer".

    As if the Server you are connecting to has any bearing on how the Client displays the share.

    Which is the utterly incompetent part.

    <firmly sitting on hands>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Thu Apr 24 19:04:43 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can explain how to mount mobile device (iOS or Android) SMB (or FTP) shares as a Windows drive (such that the drive shows up not only in the Windows command line, but
    also in the Windows file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by Android and
    Windows alike.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Arno Welzel on Thu Apr 24 17:35:37 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can explain how to mount mobile device (iOS or Android) SMB (or FTP) shares as a Windows drive (such that the drive shows up not only in the Windows command line, but also in the Windows file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by Android and
    Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB cable,
    2) a similar setup for both iOS<-->Windows and Android<-->Windows and 3)
    to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the best solution, because (AFAIK) iOS has no MTP support and PTP support is less complete (can see less of the file system) than on Android.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Herbert Kleebauer@21:1/5 to Arno Welzel on Thu Apr 24 21:31:44 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 24.04.2025 19:04, Arno Welzel wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can explain how to
    mount mobile device (iOS or Android) SMB (or FTP) shares as a Windows drive >> (such that the drive shows up not only in the Windows command line, but
    also in the Windows file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by Android and
    Windows alike.


    Because it is easier to do it wireless. But there is no software
    or configuration necessary on the Windows side because Windows
    explorer has an built-in ftp client. Just enter into the address
    bar of the explorer:

    ftp://username:password@ftpserver_url (or IP address)

    Or create a link or batch with:

    C:\Windows\explorer.exe ftp://username:password@ftpserver_url(or IP address)

    And for Android there is a great open source ftpd server:

    https://github.com/wolpi/prim-ftpd

    Just start the server on the Android device, enter the displayed
    IP address in Windows explorer (or scan the displayed QR code) and
    you can copy files from or to the Android device like it is a local
    folder.

    But you should not install the App from Google Playstore because
    Goolge doesn't allow Apps with full access to the file system
    (so the Google Playstore version has only restricted access to
    the file system).

    Use instead:

    https://f-droid.org/packages/org.primftpd/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Frank Slootweg on Thu Apr 24 14:59:31 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can explain how to >>> mount mobile device (iOS or Android) SMB (or FTP) shares as a Windows drive >>> (such that the drive shows up not only in the Windows command line, but
    also in the Windows file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by Android and
    Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB cable,
    2) a similar setup for both iOS<-->Windows and Android<-->Windows and 3)
    to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the best solution,

    YES. And it works very well with your local network's WIFI. No need to
    fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native "Files" app, at least on some
    versions of IOS. It flags things like network drives as read only. It's
    been broken for a long time, so very unlikely apple will ever fix it.
    Most iphone users don't even use or know about such things anyway, right?

    But the good news is that some aftermarket apps WILL function properly.
    I've been using Owl-files on iOS/iPADOS version 18.x , but there
    probably are others that work.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Herbert Kleebauer on Thu Apr 24 22:34:16 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-24 21:31, Herbert Kleebauer wrote:
    On 24.04.2025 19:04, Arno Welzel wrote:
    Marion, 2025-04-22 04:08:

    ...

    And for Android there is a great open source ftpd server:

    https://github.com/wolpi/prim-ftpd

    Just start the server on the Android device, enter the displayed
    IP address in Windows explorer (or scan the displayed QR code) and
    you can copy files from or to the Android device like it is a local
    folder.

    But you should not install the App from Google Playstore because
    Goolge doesn't allow Apps with full access to the file system
    (so the Google Playstore version has only restricted access to
    the file system).

    Use instead:

    https://f-droid.org/packages/org.primftpd/

    Interesting.

    Do you know of a similarly good rsync server?

    I ask because I want to do:

    rsync $OPTIONS --link-dest=$PREVIOUS/ /$SOURCE /$DESTINATION

    in which files that have not changed are made hard links to the previous backup, and this to the previous, etc. Avoids having duplicates.


    What I can do, is first do an FTP copy, then move to local rsync copy,
    then delete the ftp copy.


    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Hank Rogers on Thu Apr 24 21:03:19 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-24, Hank Rogers <Hank@nospam.invalid> wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can explain
    how to mount mobile device (iOS or Android) SMB (or FTP) shares as
    a Windows drive (such that the drive shows up not only in the
    Windows command line, but also in the Windows file explorer GUI
    like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by Android
    and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and
    Android<-->Windows and 3) to control the transfer from the Windows
    side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES. And it works very well with your local network's WIFI. No need
    to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native "Files" app, at least on some versions of IOS. It flags things like network drives as read only.
    It's been broken for a long time, so very unlikely apple will ever fix
    it. Most iphone users don't even use or know about such things
    anyway, right?

    Those of us who have been using the Files app to connect to SMB servers
    without issue for years beg to differ. I guess you want us not to
    believe our lying eyes. 😉

    And speaking of not knowing things, a whole lot of people don't know how
    to properly configure Windows sharing (including Arlen who originated
    this thread), so those web hits you found saying the Files app SMB
    connections are supposedly read-only probably contain a *lot* of
    user error.

    But the good news is that some aftermarket apps WILL function properly.

    Better news is the Files app works fine. 🙂

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Hank Rogers on Thu Apr 24 14:29:39 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-24 12:59, Hank Rogers wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can
    explain how to mount mobile device (iOS or Android) SMB (or
    FTP) shares as a Windows drive (such that the drive shows up
    not only in the Windows command line, but also in the Windows
    file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by
    Android and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and Android<--
    Windows and 3) to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES. And it works very well with your local network's WIFI. No need
    to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native "Files" app, at least on
    some versions of IOS. It flags things like network drives as read
    only. It's been broken for a long time, so very unlikely apple will
    ever fix it. Most iphone users don't even use or know about such
    things anyway, right?

    Which versions?

    What are your sources for this?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Herbert Kleebauer@21:1/5 to Carlos E.R. on Fri Apr 25 00:01:39 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 24.04.2025 23:39, Carlos E.R. wrote:
    On 2025-04-24 21:31, Herbert Kleebauer wrote:

    https://f-droid.org/packages/org.primftpd/

    I'm testing it. In ftp mode, the app starts, then the system says it
    died. If I try in the interval to connect from linux, it says connection refused. [...] I find that there is a timeout of 30". Even disabling it,
    the application dies.

    cer@Telcontar:~/tmp> ftp -P 12345 cer:...@192.168.2.18
    ftp: Can't connect to `192.168.2.18:12345': Connection refused
    ftp: Can't connect to `192.168.2.18:12345'
    ftp: Can't connect or login to host `192.168.2.18:?' cer@Telcontar:~/Varia/Gadgetos/MovilMotorolaG52/tmp>

    (with the computer firewall down)

    The sftp server doesn't even start in the app. It says "stopped" all the time.

    I use it on 3 devices (Android 4.4, 8.0 and 14) without any
    problems. You have to specify in the settings which server
    to start (ftp, sftp or both) and whether the server should be
    started when the App is started or if you want to start the
    server manually. I have anonymous ftp enabled, so I don't have
    to use username/password.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Herbert Kleebauer on Thu Apr 24 23:39:54 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-24 21:31, Herbert Kleebauer wrote:


    And for Android there is a great open source ftpd server:

    https://github.com/wolpi/prim-ftpd

    Just start the server on the Android device, enter the displayed
    IP address in Windows explorer (or scan the displayed QR code) and
    you can copy files from or to the Android device like it is a local
    folder.

    But you should not install the App from Google Playstore because
    Goolge doesn't allow Apps with full access to the file system
    (so the Google Playstore version has only restricted access to
    the file system).

    Use instead:

    https://f-droid.org/packages/org.primftpd/

    I'm testing it. In ftp mode, the app starts, then the system says it
    died. If I try in the interval to connect from linux, it says connection refused. [...] I find that there is a timeout of 30". Even disabling it,
    the application dies.

    cer@Telcontar:~/tmp> ftp -P 12345 cer:...@192.168.2.18
    ftp: Can't connect to `192.168.2.18:12345': Connection refused
    ftp: Can't connect to `192.168.2.18:12345'
    ftp: Can't connect or login to host `192.168.2.18:?' cer@Telcontar:~/Varia/Gadgetos/MovilMotorolaG52/tmp>

    (with the computer firewall down)

    The sftp server doesn't even start in the app. It says "stopped" all the
    time.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Alan on Thu Apr 24 17:09:57 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Alan wrote on 4/24/2025 4:29 PM:
    On 2025-04-24 12:59, Hank Rogers wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can
    explain how to mount mobile device (iOS or Android) SMB (or
    FTP) shares as a Windows drive (such that the drive shows up
    not only in the Windows command line, but also in the Windows
    file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by
    Android and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and Android<--
    Windows and 3) to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES.  And it works very well with your local network's WIFI. No need
    to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native  "Files" app, at least on
    some versions of IOS. It flags things like network drives as read
    only.  It's been broken for a long time, so very unlikely apple will
    ever fix it. Most iphone users don't even use or know about such
    things anyway, right?

    Which versions?

    What are your sources for this?


    Ever hear of this new thing called google search? It's amazing once you
    get the hang of it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Jolly Roger on Thu Apr 24 17:13:08 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Jolly Roger wrote on 4/24/2025 4:03 PM:
    On 2025-04-24, Hank Rogers <Hank@nospam.invalid> wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can explain
    how to mount mobile device (iOS or Android) SMB (or FTP) shares as
    a Windows drive (such that the drive shows up not only in the
    Windows command line, but also in the Windows file explorer GUI
    like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by Android
    and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and
    Android<-->Windows and 3) to control the transfer from the Windows
    side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES. And it works very well with your local network's WIFI. No need
    to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native "Files" app, at least on some
    versions of IOS. It flags things like network drives as read only.
    It's been broken for a long time, so very unlikely apple will ever fix
    it. Most iphone users don't even use or know about such things
    anyway, right?

    Those of us who have been using the Files app to connect to SMB servers without issue for years beg to differ. I guess you want us not to
    believe our lying eyes. 😉

    And speaking of not knowing things, a whole lot of people don't know how
    to properly configure Windows sharing (including Arlen who originated
    this thread), so those web hits you found saying the Files app SMB connections are supposedly read-only probably contain a *lot* of
    user error.

    But the good news is that some aftermarket apps WILL function properly.

    Better news is the Files app works fine. 🙂


    I'm so happy for you.

    Did your check from cupertino come yet this month?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Tyrone on Thu Apr 24 23:14:52 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Fri, 18 Apr 2025 01:16:49 +0000, Tyrone wrote :


    When can I expect an apology for that?

    I've been on Usenet since as long as anyone here, where what I care about
    are the facts, and then reasonably logical sensible assessment of fact.

    If I state a fact that is wrong, then, when I am shown a correction, I will immediately, gladly, publicly openly & humbly apologize for stating that incorrect fact - and - the proof is I've done that a few times on this ng.

    But let's be adults please... just seeing Apple trolls like Jolly Roger or
    Alan Baker "claiming" every fact is wrong, doesn't prove it's wrong.

    Same with you, Tyrone. Or Chris. You've been dead wrong multiple times,
    (Chris more than you though given you "appear" to be new here), so I don't believe a word you or Chris state - without personally verifying it first.

    Because all of you have repeatedly brazenly lied, and none of you have ever apologized for doing so, means nothing any of you say has much meaning.

    At least I apologize when my stated facts are wrong, and I apologize when
    my assessments based on those stated facts need to be adjusted due to the knowledge of the facts changing.

    An example is I couldn't find anything reliable on the net proving that
    Android or iOS apps could bind to privileged ports, yet iOS apps can.

    I apologized for stating that incorrectly and for forming an incorrect assessment as a result - but I've multiple times corrected & apologized.

    In summary, that apology/correction is where I differ from most people.
    a. My factual statements are (nearly) 100% correct as a result;
    b. Hence, my assessments are (nearly) 100% sensibly logical as a result;
    c. Yours... are not.

    I don't apologize for stating that you or Chris or Jolly Roger can't be trusted, because you can't. You were right this time though. 100% rigfht.

    And I was 100% wrong.
    For that, I apologize.

    But I do not apologize for not trusting you.
    It's not just you. I don't trust any Apple troll.

    Which is simply being perfectly logically sensible, after all.

    I can be trusted; you can't.

    In decades on Usenet, I've never been wrong, or, if I was, and if it was corrected, I have sought out th truth and then corrected it such that the
    end result is that I've never been wrong in my facts during the decades.

    And that's a damn good honest and trustworthy logically sensible record.
    --
    Note that there's a difference between a fact (such as Apple's stated
    support is the shortest) and an assessment of that fact (such as Apple
    sucks). They're quite different things, which Apple trolls confuse.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Hank Rogers on Thu Apr 24 15:53:10 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-24 15:09, Hank Rogers wrote:
    Alan wrote on 4/24/2025 4:29 PM:
    On 2025-04-24 12:59, Hank Rogers wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can
    explain how to mount mobile device (iOS or Android) SMB (or
    FTP) shares as a Windows drive (such that the drive shows up
    not only in the Windows command line, but also in the Windows
    file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by
    Android and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and Android<--
    Windows and 3) to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES.  And it works very well with your local network's WIFI. No need
    to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native  "Files" app, at least on
    some versions of IOS. It flags things like network drives as read
    only.  It's been broken for a long time, so very unlikely apple will
    ever fix it. Most iphone users don't even use or know about such
    things anyway, right?

    Which versions?

    What are your sources for this?


    Ever hear of this new thing called google search?  It's amazing once you
    get the hang of it.



    So it's that easy...

    ...that you didn't do it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Herbert Kleebauer on Fri Apr 25 02:09:22 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-25 00:01, Herbert Kleebauer wrote:
    On 24.04.2025 23:39, Carlos E.R. wrote:
    On 2025-04-24 21:31, Herbert Kleebauer wrote:

    https://f-droid.org/packages/org.primftpd/

    I'm testing it. In ftp mode, the app starts, then the system says it
    died. If I try in the interval to connect from linux, it says connection
    refused. [...] I find that there is a timeout of 30". Even disabling it,
    the application dies.

    cer@Telcontar:~/tmp> ftp -P 12345  cer:...@192.168.2.18
    ftp: Can't connect to `192.168.2.18:12345': Connection refused
    ftp: Can't connect to `192.168.2.18:12345'
    ftp: Can't connect or login to host `192.168.2.18:?'
    cer@Telcontar:~/Varia/Gadgetos/MovilMotorolaG52/tmp>

    (with the computer firewall down)

    The sftp server doesn't even start in the app. It says "stopped" all the
    time.

    I use it on 3 devices (Android 4.4, 8.0 and 14) without any
    problems. You have to specify in the settings which server
    to start (ftp, sftp or both)

    I did, tried all three. sftp doesn't even run.

    and whether the server should be
    started when the App is started or if you want to start the
    server manually.

    Chose manually. App crashes.

    I have anonymous ftp enabled, so I don't have
    to use username/password.

    I used password, but doesn't matter, client says there is no connection.



    I guess the app is not compatible with my phone.


    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Alan on Thu Apr 24 18:32:24 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Alan wrote on 4/24/2025 5:53 PM:
    On 2025-04-24 15:09, Hank Rogers wrote:
    Alan wrote on 4/24/2025 4:29 PM:
    On 2025-04-24 12:59, Hank Rogers wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can
    explain how to mount mobile device (iOS or Android) SMB (or
    FTP) shares as a Windows drive (such that the drive shows up
    not only in the Windows command line, but also in the Windows
    file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by
    Android and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and Android<--
    Windows and 3) to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES.  And it works very well with your local network's WIFI. No need
    to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native  "Files" app, at least on
    some versions of IOS. It flags things like network drives as read
    only.  It's been broken for a long time, so very unlikely apple will
    ever fix it. Most iphone users don't even use or know about such
    things anyway, right?

    Which versions?

    What are your sources for this?


    Ever hear of this new thing called google search?  It's amazing once
    you get the hang of it.



    So it's that easy...

    ...that you didn't do it.

    I'm not going to spoon feed you. Get off your ass and do a search, or
    fuck off.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Herbert Kleebauer on Fri Apr 25 00:21:10 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Thu, 24 Apr 2025 21:31:44 +0200, Herbert Kleebauer wrote :


    Why just using an USB cable and MTP which is supported by Android and
    Windows alike.

    Because it is easier to do it wireless.

    Hi Herbert,

    I understand your point of view that you feel wireless is easier than Wi-Fi where, in many cases it is (especially if the phone is in your pocket).

    But with Android, the USB cable is sooooooo very convenient for
    bidirectional copies that I use USB even for scrcpy (where YOU wrote the
    script I found to prevent the cmd window from popping up - but then later
    you provided on the Windows ng a way to get the "terminal" to also pop up,
    and now your script no longer works and the double-window has to show). :)

    In stark contrast, hooking a USB cable to the iOS device doesn't get you
    much, mainly because iOS is designed to log into Cupertino to do stuff.

    As Frank noted, there are conveniences to both approaches, where what's
    likely more important than anything else is having the same method for
    both.

    a. You want to sit at the PC
    b. You want to access both iOS & Android
    c. And you want the same things to be done the same ways

    That's really what this thread is all about.

    But there is no software
    or configuration necessary on the Windows side because Windows
    explorer has an built-in ftp client. Just enter into the address
    bar of the explorer:
    ftp://username:password@ftpserver_url (or IP address)
    Or create a link or batch with:
    C:\Windows\explorer.exe ftp://username:password@ftpserver_url(or IP address) And for Android there is a great open source ftpd server: https://github.com/wolpi/prim-ftpd

    We all know & love (and hate) FTP because we cut our teeth on FTP.

    I've tested *every* free ftp-related tool ever suggested on this ng.
    C:\software\network\ftp\ftp_client\{filezilla,tftp64,winscp}
    C:\software\network\ftp\ftp_mount\{netdrive,directnetdrive,ftpuse,sftpnetdrive,ftpdrive,webdrive,expanddrive}

    Of those, netdrive worked teh best for me.
    <https://filehippo.com/download_netdrive/history/5/>
    But directnet drive also worked for me.
    <http://www.directnet-drive.net/>
    And I forget who suggested FTPUse, but it's my third choice.
    <https://www.wintips.org/map-ftp-to-local-drive-letter-windows/>
    <https://www.ferrobackup.com/map-ftp-as-disk.html>
    <https://www.ferrobackup.com/download/FtpUseInst.exe>

    I post those URLs becaue every post should add value for everyone.

    Just start the server on the Android device, enter the displayed
    IP address in Windows explorer (or scan the displayed QR code) and
    you can copy files from or to the Android device like it is a local
    folder.

    To add value, on the Android ng, we've discussed many FTP servers.
    I test all the free/ad-free ones suggested, some of which are these:

    MiXplorer (FTP server):
    <https://forum.xda-developers.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/>

    Primitive FTPd:
    <https://f-droid.org/en/packages/com.servestream.primitiveftpd/>
    <https://play.google.com/store/apps/details%3Fid%3Dcom.servestream.primitiveftpd>

    Dropline (FTP server):
    <https://play.google.com/store/apps/details%3Fid%3Dcom.filemanager.dropline>

    My FTP Server (FTP server):
    <https://play.google.com/store/apps/details%3Fid%3Dcom.medhaapps.myftpserver>

    High Soft FTP Server:
    <https://play.google.com/store/apps/details?id=jjong.kim.ftpserver>

    FTP Server (by Banana Studio): (some say it has ads)
    <https://play.google.com/store/apps/details%3Fid%3Dcom.smarterdroid.wififiletransferpro>

    Nano FTP Server: (some say it has ads)
    <https://play.google.com/store/apps/details%3Fid%3Dcom.jandroid.nftp>

    However, when I run the best search engine in the world for Android,
    it comes up with 147 free ad-free FTP server apps, so there are more.

    Easy FTP Server: (Some way it has ads)
    <https://play.google.com/store/apps/details?id=com.peterhohsy.ftpserver>

    But you should not install the App from Google Playstore because
    Goolge doesn't allow Apps with full access to the file system
    (so the Google Playstore version has only restricted access to
    the file system).

    Use instead:
    https://f-droid.org/packages/org.primftpd/

    Thank you for that advice, where many apps on the Google Play repo have
    full functionality only OFF the Google Play repo, such as NetGuard.
    --
    Apple designs operating systems to be nothing more than dumb terminals.
    <https://netguard.me/>
    <https://github.com/M66B/NetGuard/releases>
    <https://play.google.com/store/apps/details?id=eu.faircode.netguard>

    For those who don't know, that's a system-wide firewall, which is yet
    another basic capability that iOS is the only OS that simply can't do.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Thu Apr 24 18:47:58 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-24 16:14, Marion wrote:
    On Fri, 18 Apr 2025 01:16:49 +0000, Tyrone wrote :


    When can I expect an apology for that?

    I've been on Usenet since as long as anyone here, where what I care about
    are the facts, and then reasonably logical sensible assessment of fact.

    If I state a fact that is wrong, then, when I am shown a correction, I will immediately, gladly, publicly openly & humbly apologize for stating that incorrect fact - and - the proof is I've done that a few times on this ng.

    But let's be adults please... just seeing Apple trolls like Jolly Roger or Alan Baker "claiming" every fact is wrong, doesn't prove it's wrong.

    Same with you, Tyrone. Or Chris. You've been dead wrong multiple times, (Chris more than you though given you "appear" to be new here), so I don't believe a word you or Chris state - without personally verifying it first.

    Because all of you have repeatedly brazenly lied, and none of you have ever apologized for doing so, means nothing any of you say has much meaning.

    At least I apologize when my stated facts are wrong, and I apologize when
    my assessments based on those stated facts need to be adjusted due to the knowledge of the facts changing.

    An example is I couldn't find anything reliable on the net proving that Android or iOS apps could bind to privileged ports, yet iOS apps can.

    I apologized for stating that incorrectly and for forming an incorrect assessment as a result - but I've multiple times corrected & apologized.

    In summary, that apology/correction is where I differ from most people.
    a. My factual statements are (nearly) 100% correct as a result;

    I love that you don't even see the internal problem with that sentence.

    :-)


    b. Hence, my assessments are (nearly) 100% sensibly logical as a result;
    c. Yours... are not.

    I don't apologize for stating that you or Chris or Jolly Roger can't be trusted, because you can't. You were right this time though. 100% rigfht.

    And I was 100% wrong.
    For that, I apologize.

    But I do not apologize for not trusting you.
    It's not just you. I don't trust any Apple troll.

    Which is simply being perfectly logically sensible, after all.

    I can be trusted; you can't.

    In decades on Usenet, I've never been wrong, or, if I was, and if it was corrected, I have sought out th truth and then corrected it such that the
    end result is that I've never been wrong in my facts during the decades.

    And that's a damn good honest and trustworthy logically sensible record.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Hank Rogers on Thu Apr 24 18:48:46 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-24 16:32, Hank Rogers wrote:
    Alan wrote on 4/24/2025 5:53 PM:
    On 2025-04-24 15:09, Hank Rogers wrote:
    Alan wrote on 4/24/2025 4:29 PM:
    On 2025-04-24 12:59, Hank Rogers wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can
    explain how to mount mobile device (iOS or Android) SMB (or
    FTP) shares as a Windows drive (such that the drive shows up
    not only in the Windows command line, but also in the Windows
    file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by
    Android and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and Android<--
    Windows and 3) to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES.  And it works very well with your local network's WIFI. No need >>>>> to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native  "Files" app, at least on >>>>> some versions of IOS. It flags things like network drives as read
    only.  It's been broken for a long time, so very unlikely apple will >>>>> ever fix it. Most iphone users don't even use or know about such
    things anyway, right?

    Which versions?

    What are your sources for this?


    Ever hear of this new thing called google search?  It's amazing once
    you get the hang of it.



    So it's that easy...

    ...that you didn't do it.

    I'm not going to spoon feed you.  Get off your ass and do a search, or
    fuck off.



    You've got nothing.

    Got it!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Hank Rogers on Fri Apr 25 05:29:08 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-24, Hank Rogers <Hank@nospam.invalid> wrote:
    Alan wrote on 4/24/2025 4:29 PM:
    On 2025-04-24 12:59, Hank Rogers wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can
    explain how to mount mobile device (iOS or Android) SMB (or
    FTP) shares as a Windows drive (such that the drive shows up
    not only in the Windows command line, but also in the Windows
    file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by
    Android and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and Android<--
    Windows and 3) to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES.  And it works very well with your local network's WIFI. No need
    to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native  "Files" app, at least on
    some versions of IOS. It flags things like network drives as read
    only.  It's been broken for a long time, so very unlikely apple will
    ever fix it. Most iphone users don't even use or know about such
    things anyway, right?

    Which versions?

    What are your sources for this?

    Ever hear of this new thing called google search? It's amazing once you
    get the hang of it.

    Yes, a Google search that doesn't show what you claim it does. For all
    you know a significant number of those people claiming the Files app SMB connectivity is supposedly "read-only" just didn't configure Windows
    file sharing or permissions correctly.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Jolly Roger on Fri Apr 25 06:47:39 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Jolly Roger <jollyroger@pobox.com> wrote:
    On 2025-04-24, Hank Rogers <Hank@nospam.invalid> wrote:
    Alan wrote on 4/24/2025 4:29 PM:
    On 2025-04-24 12:59, Hank Rogers wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can
    explain how to mount mobile device (iOS or Android) SMB (or
    FTP) shares as a Windows drive (such that the drive shows up
    not only in the Windows command line, but also in the Windows
    file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by
    Android and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and Android<--
    Windows and 3) to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES.  And it works very well with your local network's WIFI. No need
    to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native  "Files" app, at least on
    some versions of IOS. It flags things like network drives as read
    only.  It's been broken for a long time, so very unlikely apple will
    ever fix it. Most iphone users don't even use or know about such
    things anyway, right?

    Which versions?

    What are your sources for this?

    Ever hear of this new thing called google search? It's amazing once you
    get the hang of it.

    Yes, a Google search that doesn't show what you claim it does. For all
    you know a significant number of those people claiming the Files app SMB connectivity is supposedly "read-only" just didn't configure Windows
    file sharing or permissions correctly.


    And for all you know, they saw the same things I did.

    READ ONLY

    BTW, has your check from cupertino arrived yet?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Fri Apr 25 06:42:32 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Fri, 25 Apr 2025 05:50:58 -0000 (UTC), Chris wrote :


    Same with you, Tyrone. Or Chris. You've been dead wrong multiple times,
    (Chris more than you though given you "appear" to be new here), so I don't >> believe a word you or Chris state - without personally verifying it first.

    I've shown you to be wrong multiple times and you rarely admit it. Unlike you, I don't state publicly that I'm never wrong. I never lie, however,
    also unlike you.

    Hi Chris,

    Once you found I was off by a decimal place on the percentage of Covid
    deaths of children under the age of 11, where I profusely apologized for
    the typo (since I had been quoting scientific results, where the delta was actually in my favor, but nonetheless, I was off by a tenth nonetheless).

    If you can recall any other time I was wrong on the facts, please state
    them here, as I have multiple higher degrees which means I'm extremely well aware that you must account for every fact when publicly stating them.

    Just remember that I teach you Apple trolls hundreds of facts about Apple
    per year that you don't like (such as the zero-day exploits always being
    higher for iOS than for Android as compiled continually by CISA).

    You not liking a bona fide fact does not mean that fact is wrong.
    <https://www.cisa.gov/known-exploited-vulnerabilities-catalog>

    Mostly what you don't agree with, since the only "facts" you know are what Apple fed you to believe, are my *assessments* of those facts you hate.

    A fact is Apple's promised iOS support is shorter than that of Samsung's.
    An assessment is Apple's iOS support sucks compared to that of Samsung's.

    One is a fact that you Apple trolls are completely unaware of and which you Apple trolls hate because you believed iOS support was longer than Android, where I'm specifically comparing Apple & Samsung as the dominant players
    each in their market.

    The other an assessment.

    Another case is a "typo" or a "thinko" such as my being off by one decimal point (which turned out to be in my favor), or where I'd say "Apple's
    support" in a sentence instead of "Apple's iOS support", which you Apple
    trolls (especially the most base trolls like Alan Baker) pounce upon.

    You Apple trolls are always shocked about the truth when it comes to Apple.

    An example is I couldn't find anything reliable on the net proving that
    Android or iOS apps could bind to privileged ports, yet iOS apps can.

    Googling proves nothing. Yet you prefer it over direct evidence because you value your own bias over what you could do for yourself.

    C'mon Chris. You're an Apple troll.

    Decades ago, I happened upon Apple newsgroups (when iOS had many times more apps in the app store than did Google's marketplace) and I wondered what
    was so strange about you Apple trolls that you gloated in your assumed supremacy.

    What you hate about me is I don't feel Apple is supreme in anything.
    And I back up that assessment with facts - which are facts you trolls hate.

    You told me yourself that you had a doctorate in the biological sciences, Chris, and yet you didn't even know what a "vehicle" was, which, let's be
    clear (since I do have a biological science undergrad degree) every single student of immunology knows full well is a common term.

    You also claimed the genome of SARS-Cov-2 was not large when I said it was
    huge for an RNA viral particle, and again, it shows you have no training whatsoever in microbiology (whereas I do), and you never apologized.

    You simply doubled down Chris - where anyone with a "doctorate" in the biological sciences would NOT say such stupid things as you did, Chris.

    Hence, I call you outright, a brazen liar.
    I might be wrong, but I see no evidence you know even the most basic of teh simplest of the most obvious things about the biological sciences, Chris.

    I do not trust a word you say, but don't feel too bad about that because I don't trust a word any Apple troll says unless I can verify it myself.

    I can be trusted.
    You can't.

    In summary, that apology/correction is where I differ from most people.
    a. My factual statements are (nearly) 100% correct as a result;
    b. Hence, my assessments are (nearly) 100% sensibly logical as a result;
    c. Yours... are not.

    Utter crap.

    Heh heh heh... you Apple trolls *hate* anyone who tells you the truth about Apple products. You Apple trolls come down hard on anyone who is not a herd animal like you Apple trolls are. You Apple trolls developed herd animal mentality because you don't actually know anything about Apple products.

    You only know about the (rather brilliant) Apple propaganda.

    One example is Apple's claims that it was "battery chemistry" that cause
    the iOS 10.2 OS update to all-of-a-sudden "deteriorate" battery health.

    You Apple trolls *still* believe that brazen lie from Apple.

    I can be trusted; you can't.

    Utter crap. You don't know what facts are. You are only interested in bias.

    Well, there is what you call "bias" in that I have no love for Apple.
    An example of "bias" might be the sentence I purposefully write below...

    Apple only tells the truth, in court, and Apple's well-paid lawyers weren't forced to tell the truth about why iOS 10.2.1 suddenly changed battery chemistry & physics this time because they paid half a billion dollars in a single settlement, where the agreement is they don't have to admit guilt.

    To an Apple troll, that means Apple was completely innocent. No guilt.
    To an adult, there's a different assessment.

    I make assessments based on the facts.
    You do not.

    You call that bias.
    I call that critical thinking skills.

    In decades on Usenet, I've never been wrong, or, if I was, and if it was
    corrected, I have sought out th truth and then corrected it such that the
    end result is that I've never been wrong in my facts during the decades.

    That's the most ridiculous thing I've read in a long time.

    Heh heh heh... a both a scientist and an engineer, I'm well educated.
    You're not.

    You Apple trolls inherently believe the (brilliant) Apple propaganda.
    I don't.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Herbert Kleebauer@21:1/5 to Carlos E.R. on Fri Apr 25 10:37:01 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 25.04.2025 02:09, Carlos E.R. wrote:
    On 2025-04-25 00:01, Herbert Kleebauer wrote:

    https://f-droid.org/packages/org.primftpd/

    I guess the app is not compatible with my phone.

    Maybe the problem is the Linux computer. Can you access
    ftp.gnu.org ?

    If you also have a Windows PC, start Windows explorer and in the
    address bar enter:

    ftp://ftp.gnu.org/

    If this works enter the ftp address displayed by Primitive ftpd:

    ftp://xxx.xxx.xxx.xxx:12345/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Herbert Kleebauer@21:1/5 to Marion on Fri Apr 25 10:18:22 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 25.04.2025 02:21, Marion wrote:


    But with Android, the USB cable is sooooooo very convenient for
    bidirectional copies

    Why is it easier to connect a cable instead of just starting the
    ftp server. You can even let the ftp server automatically start
    at boot time, so nothing is to do on the phone side at all. And on
    the Windows side, you click on an icon on the desktop which starts
    Windows explorer and displays the virtual ftp drive (the IP address
    of the ftp server normally doesn't change).

    But the real problem is the USB socket, especially if it is also used
    for charging. The life cycle of an USB socket is limited and a defective
    USB socket normally converts a phone/tablet into trash. I have here
    two tablets with a defective micro-USB socket, replacing the socket
    isn't easy and not worth the effort, so I removed the battery and
    soldered two wires which I connected to a 4.2 V power supply. Now
    the tablet isn't "mobile" as before, but it can be always on, without
    worrying about an empty battery or killing the battery by continuously charging. And this way even an old Android 4 tablet can be used as
    an internet radio (together with external speakers).


    As Frank noted, there are conveniences to both approaches, where what's likely more important than anything else is having the same method for
    both.

    a. You want to sit at the PC
    b. You want to access both iOS & Android
    c. And you want the same things to be done the same ways

    That's really what this thread is all about.

    And there is no ftp server for iPhones?


    I've tested *every* free ftp-related tool ever suggested on this ng.

    You don't need any ftp tool on the Windows side. The explorer has
    a built-in ftp client. And if you use Windows explorer to copy
    files on your local disks, why should you use something else for an
    "ftp-disk" (it looks exactly the same way).


    Primitive FTPd:
    <https://f-droid.org/en/packages/com.servestream.primitiveftpd/>
    <https://play.google.com/store/apps/details%3Fid%3Dcom.servestream.primitiveftpd>

    And whats wrong with it?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Herbert Kleebauer on Fri Apr 25 13:21:44 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-25 10:37, Herbert Kleebauer wrote:
    On 25.04.2025 02:09, Carlos E.R. wrote:
    On 2025-04-25 00:01, Herbert Kleebauer wrote:

    https://f-droid.org/packages/org.primftpd/

    I guess the app is not compatible with my phone.

    Maybe the problem is the Linux computer. Can you access
    ftp.gnu.org  ?

    Certainly:

    cer@Telcontar:~/tmp> ftp ftp.gnu.org
    Trying 209.51.188.20:21 ...
    Connected to ftp.gnu.org.
    220 GNU FTP server ready.
    Name (ftp.gnu.org:cer):


    The app dies on my phone. I disabled the timeout, yet it dies, I get a
    popup from android saying it has died.


    I tried on a much older phone (same brand), same configuration. When I
    press the icon to run, the app does not close (in my main phone it
    closes) and shows both ftp and sftp active. I can connect from Linux
    just fine. I can also connect via sftp.

    I try again on my main phone. First I install it (I had uninstalled it).
    Run it, go to configure, it says "create keys?", I say yes (I did not
    see this prompt yesterday). I configure user name and password, go to
    main screen, hit run, it does not die and both ftp and sftp are active.
    AND, I successfully connect using both sftp and ftp.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Hank Rogers on Fri Apr 25 07:03:52 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-24 23:47, Hank Rogers wrote:
    Jolly Roger <jollyroger@pobox.com> wrote:
    On 2025-04-24, Hank Rogers <Hank@nospam.invalid> wrote:
    Alan wrote on 4/24/2025 4:29 PM:
    On 2025-04-24 12:59, Hank Rogers wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can
    explain how to mount mobile device (iOS or Android) SMB (or
    FTP) shares as a Windows drive (such that the drive shows up
    not only in the Windows command line, but also in the Windows
    file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by
    Android and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and Android<--
    Windows and 3) to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES.  And it works very well with your local network's WIFI. No need >>>>> to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native  "Files" app, at least on
    some versions of IOS. It flags things like network drives as read
    only.  It's been broken for a long time, so very unlikely apple will >>>>> ever fix it. Most iphone users don't even use or know about such
    things anyway, right?

    Which versions?

    What are your sources for this?

    Ever hear of this new thing called google search? It's amazing once you >>> get the hang of it.

    Yes, a Google search that doesn't show what you claim it does. For all
    you know a significant number of those people claiming the Files app SMB
    connectivity is supposedly "read-only" just didn't configure Windows
    file sharing or permissions correctly.


    And for all you know, they saw the same things I did.

    READ ONLY
    Show it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Herbert Kleebauer on Fri Apr 25 07:05:43 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-25 01:18, Herbert Kleebauer wrote:
    On 25.04.2025 02:21, Marion wrote:


    But with Android, the USB cable is sooooooo very convenient for
    bidirectional copies

    Why is it easier to connect a cable instead of just starting the
    ftp server. You can even let the ftp server automatically start
    at boot time, so nothing is to do on the phone side at all. And on
    the Windows side, you click on an icon on the desktop which starts
    Windows explorer and displays the virtual ftp drive (the IP address
    of the ftp server normally doesn't change).

    But the real problem is the USB socket, especially if it is also used
    for charging. The life cycle of an USB socket is limited and a defective
    USB socket normally converts a phone/tablet into trash. I have here
    two tablets with a defective micro-USB socket, replacing the socket
    isn't easy and not worth the effort, so I removed the battery and
    soldered two wires which I connected to a 4.2 V power supply. Now
    the tablet isn't "mobile" as before, but it can be always on, without worrying about an empty battery or killing the battery by continuously charging. And this way even an old Android 4 tablet can be used as
    an internet radio (together with external speakers).


    As Frank noted, there are conveniences to both approaches, where what's
    likely more important than anything else is having the same method for
    both.

    a. You want to sit at the PC
    b. You want to access both iOS & Android
    c. And you want the same things to be done the same ways

    That's really what this thread is all about.

    And there is no ftp server for iPhones?


    I've tested *every* free ftp-related tool ever suggested on this ng.

    You don't need any ftp tool on the Windows side. The explorer has
    a built-in ftp client. And if you use Windows explorer to copy
    files on your local disks, why should you use something else for an "ftp-disk" (it looks exactly the same way).


    Primitive FTPd:
      <https://f-droid.org/en/packages/com.servestream.primitiveftpd/>
      <https://play.google.com/store/apps/
    details%3Fid%3Dcom.servestream.primitiveftpd>

    And whats wrong with it?
    You haven't learned the rule yet, Herbert:

    Any method that you can't replicate note-for-note on an iOS device...

    ...is always the only appropriate method.

    :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Fri Apr 25 17:17:01 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Frank Slootweg, 2025-04-24 19:35:

    [...]
    For those 3 wants, a SMB server on the iOS/Android device is the best solution, because (AFAIK) iOS has no MTP support and PTP support is less complete (can see less of the file system) than on Android.

    With iOS this is indeed different as I learned.

    But Android definitely does NOT allow to port 445 for apps as *server*
    without root access and Windows is not able to connect to SMB shares on
    non standard ports.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Fri Apr 25 17:20:50 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Marion, 2025-04-22 18:14:

    UPDATE!

    To summarize what we've learned, it turns out that while Android (non root) can not bind an SMB server to privileged ports, iOS appears to be able to.

    But what you can do with Android:

    1) Create a Windows share on the host PC

    2) Use Cx File Explorer (<https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer>) to connect to that share FROM Android TO the PC

    3) Copy the files as you like.

    Or if you want to backup/copy files from/to Android on a regular basis
    for backup etc.:

    1) Create a Windows share on the host PC

    2) Use FolderSync (<https://play.google.com/store/search?q=FolderSync>)
    and create a "folder pair" where one folder is the share on the PC

    3) Create a sync/copy job to transfer complete folder contents from or
    to Android or sync them.



    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Arno Welzel on Fri Apr 25 15:50:59 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Arno Welzel <usenet@arnowelzel.de> wrote:
    Frank Slootweg, 2025-04-24 19:35:

    [...]
    For those 3 wants, a SMB server on the iOS/Android device is the best solution, because (AFAIK) iOS has no MTP support and PTP support is less complete (can see less of the file system) than on Android.

    With iOS this is indeed different as I learned.

    But Android definitely does NOT allow to port 445 for apps as *server* without root access and Windows is not able to connect to SMB shares on
    non standard ports.

    I am well aware of that and actually *I* brought up that limitation,
    so, as I - and others - mentioned, please follow the thread before
    commenting.

    That said, Windows 11 (not 10) can probably use an Android SMB server
    as a Network *Drive* (not Network Share) on a port greater than 1023 by
    using the '/tcpport:' option of 'net use', but the jury is still out on
    that one.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Hank Rogers on Fri Apr 25 15:56:59 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-25, Hank Rogers <invalid@nospam.com> wrote:
    Jolly Roger <jollyroger@pobox.com> wrote:
    On 2025-04-24, Hank Rogers <Hank@nospam.invalid> wrote:
    Alan wrote on 4/24/2025 4:29 PM:
    On 2025-04-24 12:59, Hank Rogers wrote:
    Frank Slootweg wrote on 4/24/2025 12:35 PM:
    Arno Welzel <usenet@arnowelzel.de> wrote:
    Marion, 2025-04-22 04:08:

    [...]
    I ask in the hope that maybe someone else here is who can
    explain how to mount mobile device (iOS or Android) SMB (or
    FTP) shares as a Windows drive (such that the drive shows up
    not only in the Windows command line, but also in the Windows
    file explorer GUI like it does with WebDav shares).

    Why do you insist of having a SMB or FTP share?

    Why just using an USB cable and MTP which is supported by
    Android and Windows alike.

    Never mind that 'Arlen''s drive-letter 'problem' is only his and
    nobody else's, BUT:

    It's reasonable to want 1) not having to have to plug in a USB
    cable, 2) a similar setup for both iOS<-->Windows and Android<--
    Windows and 3) to control the transfer from the Windows side.

    For those 3 wants, a SMB server on the iOS/Android device is the
    best solution,

    YES.  And it works very well with your local network's WIFI. No need >>>>> to fiddle with cables and go sit at your computer.

    But it doesn't work with apple's native  "Files" app, at least on
    some versions of IOS. It flags things like network drives as read
    only.  It's been broken for a long time, so very unlikely apple will >>>>> ever fix it. Most iphone users don't even use or know about such
    things anyway, right?

    Which versions?

    What are your sources for this?

    Ever hear of this new thing called google search? It's amazing once you >>> get the hang of it.

    Yes, a Google search that doesn't show what you claim it does. For all
    you know a significant number of those people claiming the Files app SMB
    connectivity is supposedly "read-only" just didn't configure Windows
    file sharing or permissions correctly.

    And for all you know, they saw the same things I did.

    READ ONLY

    BTW, has your check from cupertino arrived yet?

    Nah. We all know you're full of shit from first-hand experience. Troll
    on, clown.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Arno Welzel on Fri Apr 25 16:11:15 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Fri, 25 Apr 2025 17:17:01 +0200, Arno Welzel wrote :


    For those 3 wants, a SMB server on the iOS/Android device is the best
    solution, because (AFAIK) iOS has no MTP support and PTP support is less
    complete (can see less of the file system) than on Android.

    With iOS this is indeed different as I learned.

    But Android definitely does NOT allow to port 445 for apps as *server* without root access and Windows is not able to connect to SMB shares on
    non standard ports.

    Hi Arno,

    You've come to the same realization that I did, where initially I had
    assumed that any SMB server on a mobile device used nonstandard ports.

    What we've learned from this thread, and which is rather valuable
    knowledge, is that while Android SMB servers must use non-standard ports
    due to the nix-like restriction on privileged ports, it turns out that iOS servers actually, surprisingly, thankfully in fact, use privileged ports.

    Who knew?
    Not me. Nor you.
    Now we're one and the same indeed.

    Which is good because I would want every technical thread to add to the
    tribal knowledge of the OS groups participating in that thread.

    I wrote a detailed tested summary of steps, which the Apple trolls will
    claim is "too complicated" (because they count punctuation as complexity).

    It's over here for anyone to reproduce my lab test results in toto.
    <https://www.novabbs.com/computers/article-flat.php?id=20471&group=misc.phone.mobile.iphone#20471>

    Oh. I see you responded to it (I haven't seen your response yet, but I see
    it in the web server that I used to retrieve that URL for you).

    So that lab test report is currently excellent for Android owners who doubt that iOS user-installed apps can bind to privileged ports (below 1024).

    I'm happy my lab test report is of use to others as that's why I wrote it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Fri Apr 25 16:52:04 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Fri, 25 Apr 2025 15:25:51 -0000 (UTC), Chris wrote :


    Yes, you only apologised because I made your argument stronger. Problem is you lacked the ability to properly interpret the results in the wider context.

    Well, we were both making Covid predictions based on the facts we had available, where I do have a degree in that stuff so I know far more than
    the average person does (however, far less so than an epidemiologist).

    I know enough to realize what they call a "vaccine", even though I got it
    many times myself, is decidedly NOT a vaccine by CDC's own definition.

    And I know enough to calculate that the report from the CDC itself (as I recall) had the incidence of fatalities so low in children under 11 as to
    be almost zero (I forget how many decimal places it was but it was a few).

    Hence, I assessed that it's absurd, in my humble assessment, to inject kids under the age of 11 with the RNA thing that they term a "vaccine" even
    though it didn't meet the CDC's own printed definition of a vaccine.

    Because governments are what they are, they went against their own recommendations, and they didn't change the definition because that would
    be too obvious - and yet they still used the word "vaccine", so, in effect,
    the government lied to us, which only a person who knows a LOT about
    immunology would be able to tell and explain using the facts we discussed.

    If you can recall any other time I was wrong on the facts, please state
    them here,

    You were utterly wrong in claiming that iOS - quelle surprise! - had no geofencing ability. You deemed the only option as a crappy unsupported app with a handful low star reviews. I highlighted to you a very simple
    Shortcut that met your supposed needs of an "elder" person iirc. No extra software required and far more functional than your "solution". No thanks
    or any response received.

    I vaguely remember you insisting on a "geofencing" requirement where my
    claim, as I recall, was about a single point, not a fenced area, in that Android free & ad-free apps can easily system-wide spoof the GPS location.

    As far as I'm aware, iOS apps can't.
    I still stick to that assessment.

    Having said that, you're welcome to prove that iOS apps can spoof the one system-wide GPS location but I don't use the term "geofence" in that claim.

    I vaguely remember you coming up with some concocted scenario, much like
    Snit did when he was unaware that megabits per second are not decibels.

    Without using the word "geofence" (which I don't use so it's your
    criterion) can you accurately answer & logically sensibly defend that
    answer to this simple question (which is about a single point in space)?

    It's a fact that Android apps can spoof the system-wide GPS location.
    Q: Can iOS apps spoof the system wide location of the phone or not?
    A: ?

    Since Apple trolls depend on people not testing their answers, please be
    aware I own Apple iOS devices and Android devices so I can test the answer,
    but if you suggest an app, it must be a free app as I can't purchase apps.

    99% of what you call "fact" is actually opinion or perhaps an
    extrapolation.

    heh heh heh... I have noticed that you Apple trolls can't tell a fact from
    an assessment of that fact. You really need to take a few science classes.

    This is a fact:
    *Apple's iOS always has had more 0-day exploits than Android has.*
    <https://www.cisa.gov/known-exploited-vulnerabilities-catalog>

    This is an assessment of that fact:
    *iOS is not more secure than Android is.*

    Notice you can't dispute the fact (well, fools dispute all facts).
    But a logically sensible person can't dispute the fact.
    But plenty of people could disagree with the assessment of the fact.

    That's because there are many components of an assessment, not just one.

    Just remember that I teach you Apple trolls hundreds of facts about Apple
    per year that you don't like (such as the zero-day exploits always being
    higher for iOS than for Android as compiled continually by CISA).

    You not liking a bona fide fact does not mean that fact is wrong.
    <https://www.cisa.gov/known-exploited-vulnerabilities-catalog>

    See? This link doesn't substantiate your claim. It's simply a data source.

    Huh? You have a technical doctorate, Chris (or so you claim), and you are stating that the canonical source for zero-day exploits is "just data"?

    WTF?

    A fact is Apple's promised iOS support is shorter than that of Samsung's.
    An assessment is Apple's iOS support sucks compared to that of Samsung's.

    This is a perfect example of your bias. You value a written statement more than actual evidence.

    Hmmm... it's a written promised fact, Chris. It's not a bias. It's a fact.

    a. iOS promised full support = 5 years
    b. Samsung (S-series) & Google (Pixel) full promised support = 7 years

    It's simply a fact that 7 years happens to be longer than 5 years, Chris.
    Only an Apple troll would claim otherwise.

    Which, by the way, for anyone on the Windows group who is still alive, is
    why for decades Apple posters have clashed with those of the adult OS ngs.

    Apple trolls brazenly dispute even the most obvious published facts.

    Yes, Samsung ( and google) has promised 7 years of support for new phones from the end of last year sometime.

    Actually, Samsung is a 6-year promise for the A series I think.
    The 7 years is only for the S series (AFAICR) and for Pixels.

    Marketing got involved in "product differentiation" I guess. :)

    And yes, Apple has recently stated publicly that they will support iphones for at least 5 years.

    Well, they were forced to as I recall, in order to sell phones in the UK.
    So were Samsung & Google so that's probably what caused them to write it.

    It's similar with battery lifetime promises, where Apple was forced to
    finally put decently-sized batteries in the iPhone which, historically, had
    the smallest cheapest worst possible battery Apple could put in it.

    Now that Apple has to certify the life expectancy (in terms of charge
    cycles), Apple suddenly upped the battery capacity to barely meet the
    standards (while most Androids easily met and many doubled those
    standards).

    Apple only increased the RAM too because AI forced them to put decent RAM
    into the iPhone. Until recently, the iPhone had the cheapest RAM possible.

    What's funny, actually, is how cheap the components are in the iPhone.
    And yet, most Apple trolls have no idea since they are simply herd animals.

    All the Apple trolls know are the stock-market performance results, which, let's be clear, are stellar. Which proves that marketing is king.

    On the face of it 5 < 7.

    Heh heh heh... even on the rear of it, 5 is still greater than 7. :)

    Apple, however, has a very well evidenced history of fully supporting
    iphones for 5-8 years. For example, the Xs, Xs Max and Xr models launched
    in 2018 are still fully supported and will be until at least September. https://endoflife.date/iphone

    FACT:
    Apple is on written record for fully supporting *only* macOS/iOS devices
    which can install the latest release, Chris. Which is iOS 18 & only iOS 18.
    *iPhone models compatible with iOS 18*
    <https://support.apple.com/guide/iphone/iphone-models-compatible-with-ios-18-iphe3fa5df43/ios>

    *iOS 18: Here¢s the list of iPhone models*
    <https://9to5mac.com/2024/06/10/ios-18-iphone-models-compatible/>

    Apple is the only common consumer operating system vendor who fully
    supports only one release at a time, Chris. Nobody else does that.

    In fact, Apple only recently was forced to admit that truth, apparently:
    <https://screenrant.com/apple-product-security-update-lifespan/>
    <https://hothardware.com/news/apple-admits-only-fully-patches-security-flaws-in-latest-os-releases>
    <https://arstechnica.com/gadgets/2022/10/apple-clarifies-security-update-policy-only-the-latest-oses-are-fully-patched/>

    Samsung (and google) has historically only supported phones for as little
    as three years:
    https://endoflife.date/samsung-mobile
    https://endoflife.date/pixel

    So Samsung needed to up their game and won't catch up with Apple with real world evidence for a few years yet.

    OK. Technology moves forward. We, on this newsgroup, are forward looking.

    It used to be that you Apple trolls reveled in the fact you had more apps
    on the app store than Android marketplace did. You no longer can say that.

    Android long ago surpassed iOS on almost everything, from hardware functionality (e.g., sd slots, aux jacks, huge batteries, screen refresh,
    etc.) to software functionality (tor browser, gps spoofing, firewalls,
    etc.) to everything in between (app launchers, default apps, etc.).

    Times change. For example, I used to say Apple doesn't have an in-house 5G modem, & yet, now Apple does have one (albeit its performance is unknown).

    As Apple falls behind, Android leaps forward. Times change, Chris. Keep up.

    Anyway, what's great about this thread is I learned what not many people
    would assume would be the case, which is that while Android user-installed
    apps cannot bind to port 445, iOS user-installed apps can bind to port 445.

    Thanks to you and Tyrone, you convinced me to test your claims.
    And I found out, much to my surprise, that both of you were 100% correct.

    For that fact, I thank you.

    Who knew?
    Not me.
    Now I do.
    Thanks to you.

    Much appreciated.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Frank Slootweg on Fri Apr 25 17:16:00 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 25 Apr 2025 15:50:59 GMT, Frank Slootweg wrote :


    But Android definitely does NOT allow to port 445 for apps as *server*
    without root access and Windows is not able to connect to SMB shares on
    non standard ports.

    I am well aware of that and actually *I* brought up that limitation,
    so, as I - and others - mentioned, please follow the thread before commenting.

    I concur that Frank is the first person, to my knowledge, many years ago in fact, who taught most of us (including me) that Android SMB server apps (of which there used to be many) cannot bind to privileged ports (i.e., <1024).

    I only learned during the testing done in this thread, that iOS apps can.

    That said, Windows 11 (not 10) can probably use an Android SMB server
    as a Network *Drive* (not Network Share) on a port greater than 1023 by
    using the '/tcpport:' option of 'net use', but the jury is still out on
    that one.

    With respect to Windows "drives" versus "shares", it always amazed me that WebDav servers on Android allowed (most of) the Android phone to be
    "mounted" on Windows as a drive letter (in both the GUI & command line).

    This is powerful because I have scripts on Windows to backup APKs, where
    the unique beauty of Android is every installed app has an on-device APK.

    If someone is industrious on Android, they might want to test the claims
    made in this thread, however the developer doesn't seem to be actively
    involved in the thread (which was originally authored in 2018).

    *[APP][4.0.3+][NO Root] LAN drive Samba Filesharing Server SMB1/SMB2*
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/page-12#post-90056889>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Marion on Fri Apr 25 18:11:00 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Marion <marion@facts.com> wrote:
    On 25 Apr 2025 15:50:59 GMT, Frank Slootweg wrote :
    [...]
    I concur that Frank is the first person, to my knowledge, many years ago in fact, who taught most of us (including me) that Android SMB server apps (of which there used to be many) cannot bind to privileged ports (i.e., <1024).

    I only learned during the testing done in this thread, that iOS apps can.

    That said, Windows 11 (not 10) can probably use an Android SMB server
    as a Network *Drive* (not Network Share) on a port greater than 1023 by using the '/tcpport:' option of 'net use', but the jury is still out on that one.
    [...]
    If someone is industrious on Android, they might want to test the claims
    made in this thread, however the developer doesn't seem to be actively involved in the thread (which was originally authored in 2018).

    *[APP][4.0.3+][NO Root] LAN drive Samba Filesharing Server SMB1/SMB2*
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/page-12#post-90056889>

    AFAICT, this is a dead app. The base forum page [1] points to the
    Google Play entry of the app, but that's a dead link. I haven't seen any
    other pointers to the actual app, i.e. APK or page in some (Android) app
    store.

    So if you want people to *test* the app, you should first *find* the
    app!

    [1] <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Herbert Kleebauer on Fri Apr 25 18:10:57 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Fri, 25 Apr 2025 10:18:22 +0200, Herbert Kleebauer wrote :


    But with Android, the USB cable is sooooooo very convenient for
    bidirectional copies

    Why is it easier to connect a cable instead of just starting the
    ftp server. You can even let the ftp server automatically start
    at boot time, so nothing is to do on the phone side at all. And on
    the Windows side, you click on an icon on the desktop which starts
    Windows explorer and displays the virtual ftp drive (the IP address
    of the ftp server normally doesn't change).

    Hi Herbert,

    I think your idea is fantastic, but see the question in the end of this
    missive about what the difference is between a "share" & a "drive".

    I completely understand, as I used to do (almost) exactly what you suggest
    with WebDav servers on Android, which started up automatically, and where I
    had the "net use" command set to "/PERSISTENT" such that as long as both machines were booted and on the same LAN, the Android file system was
    always automatically mounted on Windows without needing the USB cable.

    net use Z: \\102.168.1.2@8000\DavWWWRoot /USER:joe * /PERSISTENT:YES

    (Note: The asterisk will ask for the passwd without F3 storing it.)

    Note that "DavWWWRoot" is a special Windows keyword that very few people
    are aware of, but which immensely simplifies Android filespecs, since you
    don't need to know what the Android filespec is to the server root folder.
    <https://i.postimg.cc/BvJdKWzt/webdav06.jpg>

    But the real problem is the USB socket, especially if it is also used
    for charging. The life cycle of an USB socket is limited and a defective
    USB socket normally converts a phone/tablet into trash.

    Yup. Agree. I ruined more than one Android phone by sleeping with it (I
    listen to YouTube documentaries on NewPipe (i.e., YouTube without ads)
    every night until I fall asleep). Sometimes I roll over onto the cord.
    Being German myself, I am a rather large guy so I ruin puny USB-C ports.

    In fact, I've had my Android replaced under warranty for that reason.
    Hence, I agree with you that a busted USB-C port is the end of the phone.

    I have here
    two tablets with a defective micro-USB socket, replacing the socket
    isn't easy and not worth the effort, so I removed the battery and
    soldered two wires which I connected to a 4.2 V power supply. Now
    the tablet isn't "mobile" as before, but it can be always on, without worrying about an empty battery or killing the battery by continuously charging. And this way even an old Android 4 tablet can be used as
    an internet radio (together with external speakers).

    I have quite a few very old Androids which I should try to set up for
    something useful, so thanks for that idea.

    I keep my daily drive Android on scrcpy using a script you wrote that I
    found on a.c.o.w-10 where scrcpy mirrors the Android screen almost two feet tall on my Windows 10 monitor, along with the sound coming out of the PC speakers, and the keyboard/mouse/clipboard being under joint control.
    <https://i.postimg.cc/Hs1ZZ5H0/scrcpy29.jpg>

    That mirroring (some call it casting I guess), of course, works over Wi-Fi
    on the LAN but Android security makes each connection a manual process.

    So I do it using your script, which, of course, could be made to ask for
    the credentials (which change on every connection over Wi-Fi) but those credentials are static when connecting scrcpy over the USB port.
    @echo off
    REM Download screencopy onto your PC <https://scrcpy.org/>
    REM Set Android "Developer Options" "USB debugging = On"
    REM Then plug the Android phone into the USB port of Windows
    REM Then run "scrcpy -s SERIALNUMBER" on the Win/Mac/Linux PC
    REM This will mirror Android onto your Win/Mac/Linux PC
    REM But scrcpy leaves an annoying console behind, by default
    REM The entire point of this script is to run that one command
    REM But WITHOUT leaving an empty console behind on Windows.
    REM Kudos to Herbert Kleebauer who wrote the original script.
    REM
    cd /d "c:\app\editor\android\scrcpy"
    certutil -f -decode %~f0 showwin.exe>nul
    :: now we hide console window
    showwin.exe 0
    scrcpy -s MARS59BSAFE
    :: after scrcpy is closed we show console window again
    showwin.exe 5
    REM
    del showwin.exe
    goto :eof
    -----BEGIN CERTIFICATE-----
    TVpgAQEAAAAEAAAA//8AAGABAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAoAAAAA4fug4AtAnNIbgBTM0hTmljZSB0byBtZWV0IHNvbWVi
    b2R5IHdobyBpcyBzdGlsbCB1c2luZyBET1MsDQpidXQgdGhpcyBwcm9ncmFtIHJl
    cXVpcmVzIFdpbjMyLg0KJFBFAABMAQEAUHmlNgAAAAAAAAAA4AAPAQsBBQwAAgAA
    AAAAAAAAAADIEAAAABAAAAAgAAAAAEAAABAAAAACAAAFAAAAAAAAAAQAAAAAAAAA
    ACAAAAACAAAAAAAAAwAAAAAAEAAAEAAAAAAQAAAQAAAAAAAAEAAAAAAAAAAAAAAA
    GBAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAYAAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALnRleHQAAAAmAQAAABAAAAACAAAAAgAA
    AAAAAAAAAAAAAAAAIAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoEAAAAAAAAJQQAACmEAAA
    uhAAAAAAAABgEAAAAAAAAAAAAABUEAAAABAAAIQQAAAAAAAAAAAAAHYQAAAIEAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAABVU0VSMzIuZGxsAABoEAAAAAAAAAAAU2hvd1dp
    bmRvdwAAS0VSTkVMMzIuZGxsAACUEAAAphAAALoQAAAAAAAAAABHZXRDb21tYW5k
    TGluZUEAAABHZXRDb25zb2xlV2luZG93AAAAAEV4aXRQcm9jZXNzAP8VCBBAADHS
    SECAOAB0EYA4InUC99IJ0nXvgDggdepAMfa9BQAAAA+2EEAI0nQTgOowcvOA+gl3
    7mv2CgHWMe3r5QntdAKJ7v8VDBBAAFZQ/xUAEEAAagD/FRAQQAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAAAA==
    -----END CERTIFICATE-----

    As Frank noted, there are conveniences to both approaches, where what's
    likely more important than anything else is having the same method for
    both.

    a. You want to sit at the PC
    b. You want to access both iOS & Android
    c. And you want the same things to be done the same ways

    That's really what this thread is all about.

    And there is no ftp server for iPhones?

    Hmm... I'm sure there are. Let me check for free ad-free iOS ftp servers.

    These show up in my searches, but we'd have to dig to see if they're just
    being crafty in how they "say" they're servers when they may be clients.

    FTPManager - FTP, SFTP client
    <https://apps.apple.com/fr/app/ftpmanager-ftp-sftp-client/id525959186>

    FTP Client - FTP Server Files:
    <https://apps.apple.com/us/app/ftp-client-ftp-server-files/id1020652555>

    Owlfiles - File Manager:
    <https://apps.apple.com/my/app/owlfiles-file-manager/id510282524>

    I've tested *every* free ftp-related tool ever suggested on this ng.

    You don't need any ftp tool on the Windows side. The explorer has
    a built-in ftp client. And if you use Windows explorer to copy
    files on your local disks, why should you use something else for an "ftp-disk" (it looks exactly the same way).

    Yeah. This is nice. Very nice. As I said, all of us started with computers
    well before Bill Gates started his company, so we all loved/hated FTP.

    I'm not disagreeing with you on either the advantage of Wi-Fi, nor the advantages of FTP for both iOS and for Android to connect with the PC.

    Primitive FTPd:
    <https://f-droid.org/en/packages/com.servestream.primitiveftpd/>
    <https://play.google.com/store/apps/details%3Fid%3Dcom.servestream.primitiveftpd>

    And whats wrong with it?

    Well, to be very clear, what's "wrong" with it is only that you end up with
    a Windows "share" instead of a Windows "drive" as far as I understand FTP.

    I may be wrong though, but it's my understanding a Windows "share" is not
    the same thing as a Windows "drive" (Frank knows this better than I do).

    It's my understanding you get an automatic persistent Windows "share" when
    you use a free/adfree FTP server on Android - and that's very nice indeed.

    But it's also my empirical observation you get an automatic persistent
    Windows "drive" when you use a WebDAV server on Android - and that's an
    even nicer thing, I think.
    <https://i.postimg.cc/6371SxNd/mountandroidonwindows.jpg>

    The question I would ask of you (and anyone else who is better at
    networking than I am) is what's the difference in utility between having
    your Android automatically a Windows "share" versus a "drive" over the LAN?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Marion on Fri Apr 25 18:29:11 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-25, Marion <marion@facts.com> wrote:
    On Fri, 25 Apr 2025 17:17:01 +0200, Arno Welzel wrote :

    For those 3 wants, a SMB server on the iOS/Android device is the best
    solution, because (AFAIK) iOS has no MTP support and PTP support is less >>> complete (can see less of the file system) than on Android.

    With iOS this is indeed different as I learned.

    But Android definitely does NOT allow to port 445 for apps as *server*
    without root access and Windows is not able to connect to SMB shares on
    non standard ports.

    Hi Arno,

    You've come to the same realization that I did, where initially I had
    assumed that any SMB server on a mobile device used nonstandard ports.

    What we've learned from this thread, and which is rather valuable
    knowledge, is that while Android SMB servers must use non-standard ports
    due to the nix-like restriction on privileged ports, it turns out that iOS servers actually, surprisingly, thankfully in fact, use privileged ports.

    Who knew?

    Lots of people told you this was the case in the Apple newsgroups, but
    you were too busy weak trolling to acknowledge it. 🤣

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Marion on Fri Apr 25 18:34:54 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-25, Marion <marion@facts.com> wrote:

    Since Apple trolls depend on people not testing their answers

    ...says the idiot who refused to believe iOS can indeed (a) run an SMB
    server, and (b) do so over the standard port, and instead of just trying
    what we said to see that it does indeed work, decided to sling
    schoolyard insults and call everyone who corrected his bullshit claims
    "Apple trolls". Arlen (Marion) is a fucking clown. 🤡

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Arno Welzel on Fri Apr 25 18:51:07 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Fri, 25 Apr 2025 17:20:50 +0200, Arno Welzel wrote :


    To summarize what we've learned, it turns out that while Android (non root) >> can not bind an SMB server to privileged ports, iOS appears to be able to.

    But what you can do with Android:

    1) Create a Windows share on the host PC

    2) Use Cx File Explorer (<https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer>)
    to connect to that share FROM Android TO the PC

    3) Copy the files as you like.

    Or if you want to backup/copy files from/to Android on a regular basis
    for backup etc.:

    1) Create a Windows share on the host PC

    2) Use FolderSync (<https://play.google.com/store/search?q=FolderSync>)
    and create a "folder pair" where one folder is the share on the PC

    3) Create a sync/copy job to transfer complete folder contents from or
    to Android or sync them.

    Hi Arno,

    I could use your expertise - as could all of us - I think, if you can
    answer the question below about the utility of a "share" vs a "drive".

    To be perfectly clear, the main reason for this thread is simply that I was asking how the heck SMB servers worked on iOS & Android, where it turned
    out that on iOS they bind to privileged ports while on Android, they can't.

    That was a revelation to both of us, but what that means in practice is
    that SMB shares are not all that useful when you can only do them
    realistically on one mobile device platform, yet not on the other.

    What we want, always, is for both mobile devices to work the same with
    Windows, which is you sit at the PC, and voila, your mobile device is seamlessly integrated with every app on Windows, not just file explorer.

    I already do that with persistent automatically-booted WebDAV servers.
    net use Z: \\102.168.1.2@8000\DavWWWRoot /USER:joe * /PERSISTENT:YES
    <https://i.postimg.cc/QtbR1GY0/webdav13.jpg>

    I'm not sure what the difference is in utility between having a Windows
    "share" of your iOS/Android device over the LAN, versus having a Windows "drive" of your iOS/Android device over the LAN.

    Here's a chart of what I think are the differences between share & drive:
    <https://i.postimg.cc/DZNvHqy9/chart-smbshare-vs-webdavdrive.jpg>
    <https://i.postimg.cc/4yKdxWS4/chart-ftpshare-vs-webdavdrive.jpg>

    Which is preferable?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Jolly Roger on Fri Apr 25 19:28:24 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 25 Apr 2025 18:34:54 GMT, Jolly Roger wrote :


    Since Apple trolls depend on people not testing their answers

    ...says the idiot who refused to believe iOS can indeed (a) run an SMB server, and (b) do so over the standard port, and instead of just trying
    what we said to see that it does indeed work,

    Well, to be fair Jolly Roger, you're a well-known Apple troll who has
    brazenly lied about imaginary iOS functionality for quite a few years.

    So nothing you say has any value.
    By way of contrast, everything I say is factually correct (or, if it is
    shown to be NOT factually correct, I willingly concede to the facts).

    Only fools dispute facts, Jolly Roger.
    That's why they're fools.

    You Apple trolls dispute facts all the time, Jolly Roger.
    Facts that Apple never tells you or that you never read in the news.

    What's interesting is you Apple trolls know *nothing* about Apple, JR.
    You Apple trolls brazenly fabricate imaginary functionality all the time.

    You claimed that iOS does graphical Wi-Fi & cellular signal strength
    debugging, Jolly Roger, when that's a brazen lie that you & Snit made.
    *It's a fact iOS devices can't even graph Wi-Fi signal strength over time*
    <https://groups.google.com/g/misc.phone.mobile.iphone/c/PZuec56EWB0>
    <https://groups.google.com/forum/#!topic/misc.phone.mobile.iphone/PZuec56EWB0>

    And you even more recently brazenly lied when you claimed the Windows
    iTunes bloatware abomination copies the IPA off the iOS device, when, in
    fact, after you install an app from the app store, the IPA is deleted.

    Given the fact you brazenly lie about everything you hate about iOS, which, unfortunately, is a *lot* of facts, you Apple trolls can't be trusted.

    At this point, Chris is claiming that iOS can spoof, system wide, the GPS location that is reported by all the apps on the device, all by itself.

    I know iOS better than all of you Apple trolls do, combined, so I call
    Chris' bluff by asking him to show me, here and now, how iOS does that.

    If Chris can show me, that the iOS device, all by its itty bitty self, can, with an app that is free & ad free, spoof the one and only GPS location reported system wide by all the installed apps, I'll give him credit.

    If not, then Chris is yet another brazen liar Apple troll fabricating
    imaginary iOS functionality because he can't stand it's a brain dead OS.

    Android spoofs the GPS location quite easily, Jolly Roger. W/O a PC.
    <https://i.postimg.cc/15H889vH/spoofapk01.jpg> Spoof gps, phone, osversion

    Can iOS (all by its itty bitty self, sans a PC) do that?

    To Chris:
    Q: How does iOS, all by itself without a PC, spoof the one GPS location?
    A: ?
    --
    Note I don't use the word "geofence" in that question because a fence, by nature, is a loop of some sort which isn't needed for this question.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Frank Slootweg on Fri Apr 25 19:45:18 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 25 Apr 2025 18:11:00 GMT, Frank Slootweg wrote :


    AFAICT, this is a dead app. The base forum page [1] points to the
    Google Play entry of the app, but that's a dead link. I haven't seen any other pointers to the actual app, i.e. APK or page in some (Android) app store.

    So if you want people to *test* the app, you should first *find* the
    app!

    [1] <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/>

    Oh. Thanks. I didn't look. My bad. I apologize.

    Thanks for looking. Clearly I didn't look (and the developer hasn't
    responded to my post so maybe it's also a necro thread on XDA Developers).

    It's worth noting that this particular SMB server app seems to claim it
    worked non root way back in 2018 but maybe something changed (or maybe my
    quick skim of the thread is wrong as maybe they never made that claim).

    I listed elsewhere in this thread a handful of free/adfree Android SMB
    servers (see sig), but we can presume prima facie that they probably remap
    the port, or, if they bind to privileged ports, they do so when rooted.

    Moving forward, the goal is always to sit at the PC and manage the mobile device as if it's seamlessly attached to the PC, where it would be nice if someone who knows more than I do can explain what might be different
    between using SMB/FTP as a Windows "share" versus WebDAV as a "drive".

    Here's are related charts, where what I like most about a WebDAV share is
    that it's automatic over the LAN, permanent, and seamless in scripts.
    <https://i.postimg.cc/DZNvHqy9/chart-smbshare-vs-webdavdrive.jpg>
    <https://i.postimg.cc/4yKdxWS4/chart-ftpshare-vs-webdavdrive.jpg>

    But maybe SMB/FTP "shares" are as seamless as others seem to say they are?
    --
    SimbaDroid (Open Source)
    https://github.com/buttercookie42/SimbaDroid
    SMB Version(s): SMBv1, SMBv2, SMBv3
    Note: This app does not require root.
    Notes: No user authentication; intended for trusted networks.
    Source: https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/page-12#post-90056889

    Samba Server for Android (deprecated)
    SMB Version(s): SMBv1, SMBv2 (no SMBv3 support) https://play.google.com/store/apps/details?id=com.j4velin.samba
    Note: Root not required.

    Droid NAS
    SMB Version(s): SMBv1 only https://play.google.com/store/apps/details?id=com.ragingdev.droidnas
    Note: This app likely requires root.

    SMB Server for Android (by AL-SULTAN)
    Free and Pro versions available
    SMB Version(s): SMBv3 https://play.google.com/store/apps/details?id=alsultan.smbserver https://play.google.com/store/apps/details?id=alsultan.smbserver.pro
    Note: This app uses a non-standard port (4445 instead of 445).

    SambaDroid (deprecated)
    SMB Version(s): SMBv1 only
    https://github.com/SambaDroid
    Note: Currently only available as source, no GitHub APK anymore.

    Samba Server Pro by Ice Cold Apps
    SMB Version(s): SMBv1, SMBv2
    Note: Likely requires root.
    Availability: Available on APK sites.

    File Server (by The Olive Tree) (deprecated)
    SMB Version(s): SMBv2 only (no SMBv3 support) https://play.google.com/store/apps/details?id=com.olive.file.server
    Note: This app likely requires root.

    LAN drive - SAMBA Server by Webrox https://download.cnet.com/lan-drive-samba-server/3000-20432_4-77826371.html
    SMB Version(s): SMBv1 and SMBv2
    Note: Requires root access.
    Additional Information:

    In addition, it's worth noting that Android itself has had a built-in SMB client (as of Android 8.0 Oreo, supporting SMBv2 and SMBv3). This is
    typically accessible through file explorer apps and doesn't turn your
    Android device into a server but allows it to connect to other SMB servers
    as a client.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Marion on Fri Apr 25 20:35:12 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-25, Marion <marion@facts.com> wrote:
    On 25 Apr 2025 18:34:54 GMT, Jolly Roger wrote :

    Since Apple trolls depend on people not testing their answers

    ...says the idiot who refused to believe iOS can indeed (a) run an SMB
    server, and (b) do so over the standard port, and instead of just trying
    what we said to see that it does indeed work,

    Well, to be fair Jolly Roger, you're a well-known Apple troll

    ...says the troll who regularly slings schoolyard insults and calls
    anyone who calls him out a "troll"... 🤣

    [remainder of troll rightfully ignored]

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Jolly Roger on Fri Apr 25 21:57:01 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 25 Apr 2025 20:35:12 GMT, Jolly Roger wrote :


    says the troll who regularly slings schoolyard insults

    Many years ago I was on all the common operating system newsgroups, as I am today, where I wondered what was so very strange about Apple OS newsgroups.

    I've been on all the same OS newsgroups since then, where I realized that
    the Apple newsgroups contain a strange kind of person who is rather odd.

    The simplest way to describe people like you, Jolly Roger, is to call them Apple trolls, but that doesn't really convey how very strange you are.

    Nobody on the normal OS newsgroups defends the mothership to the death.
    That defense to the death of the mothership only happens on Apple ngs.

    Only on the Apple newsgroups do rather strange people like you, Jolly
    Roger, defend Apple to the point that you ceaselessly brazenly fabricate imaginary mythical iOS functionality that simply never existed.

    You strange people constantly fabricate functionality such as graphical
    Wi-Fi debugging or the ability to extract IPAs or the ability to run the
    Tor browser or even the ability to spoof GPS position without needing a PC.

    Nobody normal does that.
    Nobody normal defends the mothership to the absurd point of fabricating imaginary functionality that doesn't exist (except you Apple posters).

    What do you want me to call you given that's what you Apple trolls do?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Jolly Roger on Fri Apr 25 17:30:44 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    Jolly Roger wrote on 4/25/2025 5:23 PM:
    Fucking loser.

    So, that's pretty much all you have?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Marion on Fri Apr 25 22:23:04 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-25, Marion <marion@facts.com> wrote:
    On 25 Apr 2025 20:35:12 GMT, Jolly Roger wrote :

    says the troll who regularly slings schoolyard insults

    Apple trolls
    defends the mothership to the death
    defense to the death of the mothership only happens on Apple ngs
    strange people like you
    defend Apple to the point that you ceaselessly brazenly fabricate
    imaginary mythical iOS functionality that simply never existed.
    strange people constantly fabricate functionality

    So predictable... Meanwhile, it's a matter of record that Marion (Arlen) claimed:

    - iOS SMB servers didn't exist (wrong)
    - iOS SMB connections are read-only (wrong)
    - iOS SMB servers cannot run on the standard 445 port (wrong).

    And when people corrected him on it, he called them all Apple trolls and insulted them with schoolyard insults, just as he continues to do here.

    Fucking loser.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Jolly Roger on Fri Apr 25 17:32:32 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    Jolly Roger wrote on 4/25/2025 5:23 PM:
    Fucking loser.


    Surely you can do better than this. Try to get alan to help you out
    till your check comes.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Hank Rogers on Fri Apr 25 22:35:15 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-25, Hank Rogers <Hank@nospam.invalid> wrote:
    Jolly Roger wrote on 4/25/2025 5:23 PM:
    Fucking loser.

    So, that's pretty much all you have?

    No, that's all you left when you trimmed my response - a weak troll
    move. You trolls are mental children. 🤣

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Jolly Roger on Fri Apr 25 18:15:31 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    Jolly Roger wrote on 4/25/2025 5:35 PM:
    a weak troll

    I admit I'm not of your high caliber.

    Maybe if apple sent me a check every month ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Hank Rogers on Fri Apr 25 22:53:18 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On 2025-04-25 15:32, Hank Rogers wrote:
    Jolly Roger wrote on 4/25/2025 5:23 PM:
    Fucking loser.


    Surely you can do better than this.  Try to get alan to help you out
    till your check comes.



    I'm not sure you can, though...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Fri Apr 25 22:51:26 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-25 09:11, Marion wrote:
    On Fri, 25 Apr 2025 17:17:01 +0200, Arno Welzel wrote :


    For those 3 wants, a SMB server on the iOS/Android device is the best >>> solution, because (AFAIK) iOS has no MTP support and PTP support is less >>> complete (can see less of the file system) than on Android.

    With iOS this is indeed different as I learned.

    But Android definitely does NOT allow to port 445 for apps as *server*
    without root access and Windows is not able to connect to SMB shares on
    non standard ports.

    Hi Arno,

    You've come to the same realization that I did, where initially I had
    assumed that any SMB server on a mobile device used nonstandard ports.

    You mean where initially you called people idiots because you "knew"
    that iOS couldn't POSSIBLY use port 445.


    What we've learned from this thread, and which is rather valuable
    knowledge, is that while Android SMB servers must use non-standard ports
    due to the nix-like restriction on privileged ports, it turns out that iOS servers actually, surprisingly, thankfully in fact, use privileged ports.

    "WE" didn't need to learn it, Sunshine.


    Who knew?
    Not me. Nor you.
    Now we're one and the same indeed.

    No.

    He's significantly better than you...

    ...because he admitted his mistake much more quickly.


    Which is good because I would want every technical thread to add to the tribal knowledge of the OS groups participating in that thread.

    I wrote a detailed tested summary of steps, which the Apple trolls will
    claim is "too complicated" (because they count punctuation as complexity).

    It's over here for anyone to reproduce my lab test results in toto.
    <https://www.novabbs.com/computers/article-flat.php?id=20471&group=misc.phone.mobile.iphone#20471>

    Oh. I see you responded to it (I haven't seen your response yet, but I see
    it in the web server that I used to retrieve that URL for you).

    So that lab test report is currently excellent for Android owners who doubt that iOS user-installed apps can bind to privileged ports (below 1024).

    I'm happy my lab test report is of use to others as that's why I wrote it.

    You're quite the narcissist...

    ...aren't you?

    :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Jolly Roger on Sat Apr 26 09:40:15 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 25 Apr 2025 18:29:11 GMT, Jolly Roger wrote :


    What we've learned from this thread, and which is rather valuable
    knowledge, is that while Android SMB servers must use non-standard ports
    due to the nix-like restriction on privileged ports, it turns out that iOS >> servers actually, surprisingly, thankfully in fact, use privileged ports.

    Who knew?

    Lots of people told you this was the case in the Apple newsgroups, but
    you were too busy weak trolling to acknowledge it.

    Heh heh heh... the credibility of an Apple troll is utterly worthless.

    For example, Tyrone told me what you told me, but he is even today
    blissfully completely unaware that Apple instituted RSRs in iOS 16.

    Chris told me too, but Chris also flatly denied that 7 years is longer than
    5 years, & Chris disputed reliable government figures because he didn't
    bother to count them - saying they're not reliable simply because HE didn't count them. (Hell, even YOU counted them once & found out they're higher.)

    You even told me about SMB, Jolly Roger, but you also told me you back up
    IPA's off of your iOS device (that were deleted when they were installed).

    I'm sure Alan Baker told me also, but he told me for weeks that it's
    impossible to change the Usenet headers (see my headers, for example).

    Point is... *the credibility of an Apple troll is utterly worthless*.

    You Apple trolls saying something is meaningless because your credibility
    is worthless.

    By way of contrast, my credibility over decades on Usenet is stellar.

    You've never found a single fact I've stated to be wrong, Jolly Roger, or,
    if you have (which you haven't), I'd have instantly & humbly corrected it.

    The difference is I'm a well educated purposefully helpful reliably factual adult, Jolly Roger. You Apple trolls are not.

    In summary, you Apple trolls stating something is absolutely meaningless.
    I'd be a fool for believing anything you say without checking it first.

    Look at what you said here, for example, about graphical debugging tools!
    *It's a fact iOS devices can't even graph Wi-Fi signal strength over time*
    <https://groups.google.com/g/misc.phone.mobile.iphone/c/PZuec56EWB0>
    <https://groups.google.com/forum/#!topic/misc.phone.mobile.iphone/PZuec56EWB0>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Sat Apr 26 09:22:35 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Sat, 26 Apr 2025 08:36:42 -0000 (UTC), Chris wrote :


    I know enough to realize what they call a "vaccine", even though I got it
    many times myself, is decidedly NOT a vaccine by CDC's own definition.

    Incorrect.

    Heh heh heh... did you ever look at the CDC's long-standing definition?
    <https://www.cdc.gov/vaccines/glossary/index.html#heading-v>

    Here it is, repeated verbatim, Chris.
    "A suspension of live (usually attenuated) or inactivated microorganisms
    (e.g., bacteria or viruses), fractions of the agent, or genetic material
    of the administered to induce immunity and prevent infectious diseases
    and their sequelae. Some vaccines contain highly defined antigens
    (e.g., the polysaccharide of Haemophilus influenzae type b
    or the surface antigen of hepatitis B); others have antigens that
    are complex or incompletely defined (e.g. Bordetella pertussis antigens
    or live attenuated viruses)."

    Since you have a (claimed) doctorate in the medical sciences, you should be able to spot the fatal flaws when seeking to comprehend what they mean by "genetic material" & "antigen" since you took immunology & genetics, Chris.

    I get it that the uneducated think they mean "RNA" when they say "genetic material" but that's NOT how these novel Covid RNA injections work Chris.

    They're quite different in that the injected RNA destroys your cells,
    Chris, as your body transcribes it, belatedly releasing the antigens.

    And I know enough to calculate that the report from the CDC itself (as I
    recall) had the incidence of fatalities so low in children under 11 as to
    be almost zero (I forget how many decimal places it was but it was a few). >>
    Hence, I assessed that it's absurd, in my humble assessment, to inject kids >> under the age of 11

    Fatal incidents of flu are similar in children and yet we give them the flu vaccine. Is that unnecessary also? I've met parents who've lost children to flu. Would you tell them the vaccine is unnecessary?

    The thing you call a vaccine is NOT a vaccine by the CDC's own definition, where it's an experimental injection that can have future repercussions.

    To experiment on innocent children who face virtually no threat from the
    Covid disease is a crime, in my book - but that's something parents who are well educated will have to decide for themselves, given kids are
    essentially already protected. The problem is many people are NOT well educated, and that's where I fault the CDC for not explaining this to them.

    The government is lying to those parents who don't understand how it works. That's always my beef with Apple too, Chris.

    I don't mind Apple trying to sell their products.
    What I mind are the brazen lies.

    I vaguely remember you insisting on a "geofencing" requirement where my
    claim, as I recall, was about a single point, not a fenced area, in that
    Android free & ad-free apps can easily system-wide spoof the GPS location.

    You recall incorrectly. I kinda guessed this elder story was made up at the time, as you thought you'd found another iOS gotcha. You can't remember it because it was a lie.

    WTF?

    It was nothing to do with gps spoofing. That is not something I've ever
    tried as It's of no interest to me, and I believe you that it's not
    possible on ios. It was something to do with popping up a notification when someone left/returned home to turn off/switch on the wifi. Or something
    like that.

    Well, I don't even do geofencing, except that I sometimes spoof my Android version and API level and country location to obtain APKs from the repos.

    So for you to claim I didn't admit a factual mistake when I don't even do geofencing is kind of odd - so it's no wonder I didn't respond to you.

    Given I know nothing of geofencing, nor do I have the need, if you want to
    post your supposed factual claims to the Apple newsgroup, you know how to
    do that. I'll look at your supposed factual claims and decide how to
    respond, but bear in mind, I can't even spell geofencing, so I doubt I will
    add much value to your claims, whatever they may turn out to be in that
    thread.

    This is a fact:
    *Apple's iOS always has had more 0-day exploits than Android has.*
    <https://www.cisa.gov/known-exploited-vulnerabilities-catalog>

    Nope. That's an assertion.

    Heh heh heh... you Apple trolls can't count.

    This is an assessment of that fact:
    *iOS is not more secure than Android is.*

    It's a hypothesis based on the assumption that simply having a larger
    number is worse without considering severity, exploitability nor length of time before patching. You may be correct, but so far you've provided
    nothing.

    Ah. Well, that's valid, Chris. Just a larger number is only one measurement
    of how insecure Apple devices are. The fact most are in the kernel is
    another datapoint, and the fact that the mandatory webkit has the second
    most, is another datapoint. That many are zero-click exploits is yet
    another datapoint, so I don't disagree with you that there are factors to consider.

    Yet, my factual statement is still correct that the number of exploits
    reported by reliable government agencies is always greater on iOS than on Android.

    It could change. But every time I've checked, iOS numbers were higher.

    The fact that iOS is insecure as hell is lost on you, whereas this is only
    a single datapoint of many others proving iOS security sucks like you can't believe. It's only in Apple's advertisements that iOS is said to be secure.

    Have I mentioned yet that Apple only tells the truth in court, Chris?

    Notice you can't dispute the fact (well, fools dispute all facts).

    You've not provided any evidence. So there's nothing to dispute.

    I gave you tons of evidence over the years, Chris, which, since you're an
    Apple troll, is lost on you since facts never matter to you Apple trolls.

    The problem with you Apple trolls is you believe Apple's (admittedly
    brilliant) marketing - and as a result - all facts appear to be lies to
    you.

    If I haven't mentioned it yet, Apple only tells the truth in court.

    It's like asking people dispute the existence of santa in the summer.

    Well, it's a fact that the iOS kernel has been exploited multiple times by zero-day Pegasus exploits - and yet - never has the Android kernel ever
    been exploited by Pegasus exploits (based on the public record).

    We've proved that fact correct many times in the Apple newsgroups over the years, Chris - but of course - you're an Apple troll. You don't believe in facts that Apple didn't tell you in the glossy (brilliant) advertising.

    So since Apple hasn't told you that Pegasus repeatedly exploits the iOS
    kernel and yet Pegasus has never been able to exploit the Android kernel,
    you won't believe that fact.

    This fact you only believe what Apple told you to believe is partly why
    you're an Apple troll, Chris. The other part is you defend Apple to the
    death with absurd claims - mostly by saying all facts are not facts.

    It's a protective mechanism all you Apple trolls employ.

    If you deny all facts you hate about Apple products, you can remain a herd animal enamored by the lustrous allure of Apple's own advertising.


    Just remember that I teach you Apple trolls hundreds of facts about Apple >>>> per year

    Lol. You're lucky if you achieve one fact a year.

    Heh heh heh... I broke the story about Apple's battery gate and you Apple trolls disputed that for years - and you still dispute it.

    So, to you, every fact about Apple you hate - doesn't exist.
    It's one of the defining attributes of Apple trolls like you, Chris.

    BTW, you're NOT the worst Apple troll by any means, since you do have at
    least a high school education so you can make some decisions on your own.

    Hmmm... it's a written promised fact, Chris. It's not a bias. It's a fact.

    The fact is they wrote a statement making an ambition. There's no evidence yet that they have met that ambition.

    It's like a kid promising to do their homework: Ill believe it when I see
    it.

    Well, I have an el-cheapo Android phone, Chris - that I got for free and it received its latest hotfix support update last month, so it's supported.

    What you hate is the fact that Apple's promised written support (which the
    UK forced on all mobile device makers, AFAIK) is shorter than that of the
    Pixel & S-series Samsung's (it's even shorter than the A-series Samsung's).

    You don't like that fact.
    So you defend Apple to the death by denying that it's a fact.

    It's typical Apple troll behavior Chris. Do you know why you do that?
    I do.


    a. iOS promised full support = 5 years

    Correction: >= 5 years

    Same as with Pixel's and most Samsung's, Chris.
    They all were given the same legal requirement.
    They all have lawyers, you know, who write these things up.

    Suffice to say Apple's promised written support is shorter. Period.
    That's just a fact.

    You hate facts about Apple but that doesn't change that it's a fact.

    b. Samsung (S-series) & Google (Pixel) full promised support = 7 years

    It's simply a fact that 7 years happens to be longer than 5 years, Chris.
    Only an Apple troll would claim otherwise.

    No-one has claimed otherwise.

    The problem with you Apple trolls is you don't know anything about Apple.
    You think you have the "best" support - and yet - it's the worst.

    There are *many* metrics as to why Apple has the worst support Chris.

    Another metric is that Apple is the only common consumer operating system vendor who refuses to support more than one release at a time, Chris.

    Nobody else is that crappy on operating system support.
    Just Apple.

    Note there's are *reasons* why iOS has the most zero-day exploits Chris.
    Many.

    Apple only instituted RSRs (aka hotfix patches) in iOS 16 for God's sake.
    You Apple trolls are completely unaware of this fact (Tyrone is too).

    You Apple trolls know NOTHING about Apple products, Chris.
    All you know is the (admittedly brilliant) Apple advertising lies.

    If I haven't mentioned it yet, Apple only tells the truth in court, Chris.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Marion on Sat Apr 26 14:36:54 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-26, Marion <marion@facts.com> wrote:
    On 25 Apr 2025 18:29:11 GMT, Jolly Roger wrote :

    What we've learned from this thread, and which is rather valuable
    knowledge, is that while Android SMB servers must use non-standard
    ports due to the nix-like restriction on privileged ports, it turns
    out that iOS servers actually, surprisingly, thankfully in fact, use
    privileged ports.

    Who knew?

    Lots of people told you this was the case in the Apple newsgroups,
    but you were too busy weak trolling to acknowledge it.

    Heh heh heh... the credibility of an Apple troll is utterly worthless.

    Pure projection from a lying troll.

    *You* claimed iOS couldn't run SMB servers.
    *You* claimed iOS SMB servers were read-only.
    *You* claimed iOS SMB servers don't use the standard port (445).
    *You* were WRONG. And when we corrected you on each of these things, you
    dished out schoolyard insults and called all of us "Apple trolls".

    You're a fucking joke.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Marion on Sat Apr 26 19:48:18 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-25 21:45, Marion wrote:
    On 25 Apr 2025 18:11:00 GMT, Frank Slootweg wrote :


    AFAICT, this is a dead app. The base forum page [1] points to the
    Google Play entry of the app, but that's a dead link. I haven't seen any
    other pointers to the actual app, i.e. APK or page in some (Android) app
    store.

    So if you want people to *test* the app, you should first *find* the
    app!

    [1]
    <https://xdaforums.com/t/app-4-0-3-no-root-lan-drive-samba-filesharing-server-smb1-and-smb2.3790945/>

    Oh. Thanks. I didn't look. My bad. I apologize.

    Thanks for looking. Clearly I didn't look (and the developer hasn't
    responded to my post so maybe it's also a necro thread on XDA Developers).

    It's worth noting that this particular SMB server app seems to claim it worked non root way back in 2018 but maybe something changed (or maybe my quick skim of the thread is wrong as maybe they never made that claim).

    I listed elsewhere in this thread a handful of free/adfree Android SMB servers (see sig), but we can presume prima facie that they probably remap the port, or, if they bind to privileged ports, they do so when rooted.

    Moving forward, the goal is always to sit at the PC and manage the mobile device as if it's seamlessly attached to the PC, where it would be nice if someone who knows more than I do can explain what might be different
    between using SMB/FTP as a Windows "share" versus WebDAV as a "drive".

    Here's are related charts, where what I like most about a WebDAV share is that it's automatic over the LAN, permanent, and seamless in scripts.
    <https://i.postimg.cc/DZNvHqy9/chart-smbshare-vs-webdavdrive.jpg>
    <https://i.postimg.cc/4yKdxWS4/chart-ftpshare-vs-webdavdrive.jpg>

    But maybe SMB/FTP "shares" are as seamless as others seem to say they are?

    Just a side note. Your post continued, but you did that below a line
    that started with two dashes, a space, and the new line character.
    That's the signature marker, and normal news clients put the text below
    in light greyish colours difficult to read. And when replying, the text
    below is removed.

    So please do not use that line if you intend to post actual content
    beneath it.

    As you don't use a normal software, perhaps you did not notice.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Carlos E.R. on Sat Apr 26 18:51:53 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Sat, 26 Apr 2025 19:48:18 +0200, Carlos E.R. wrote :


    Just a side note. Your post continued, but you did that below a line
    that started with two dashes, a space, and the new line character.
    That's the signature marker, and normal news clients put the text below
    in light greyish colours difficult to read. And when replying, the text
    below is removed.

    So please do not use that line if you intend to post actual content
    beneath it.

    Hi Carlos,
    You're correct there was appreciable information in the sig, where I type
    the sig manually, so I'm aware of the "dashdashspace" requirement since I
    typed it manually in gvim. Thanks for noticing it's a non-standard practice
    to put "data" in the signature area, although note that I wrote (verbatim):

    "I listed elsewhere in this thread a handful of free/adfree
    Android SMB servers (*see sig*), but we can presume prima facie
    that they probably remap the port, or, if they bind to
    privileged ports, they do so when rooted."

    The main point is I agree critical information is usually NOT found in the
    sig, but in that particular situation, it was a repeat of prior data.

    Just so you know more about me, I was taught as a scientist so we try to collect data and publish that data so that others can move the ball
    forward. In this particular thread, EVERYONE moved the ball forward!

    That's great because most of us likely thought that (non-jailbroken) iOS user-installed apps wouldn't be able to bind to privileged ports.

    And yet... they do.
    Surprise!

    I was as shocked as anyone as it was a completely unexpected result!
    The beauty of this thread is we all learned that iOS can do that.
    Especially since we knew that Android can't.

    To my credit, I did search like a fiend before I had posted the thread, but there's essentially nothing reliable anywhere on whether it's possible.

    It's only here (AFAIK) that we know what most people don't know.
    User-installed SMB apps, surprisingly, on iOS, can indeed bind to port 445.

    Since I'm trustworthy, you can depend on my steps in my lab report in this thread, but if you (or anyone else) finds errors, I'm open to corrections.

    As you don't use a normal software, perhaps you did not notice.

    Thanks for understanding. I don't use a newsreader so all I see is a gvim Window. I don't see headers. I only see the attribute line. Most of the
    time I don't even look at the attribute line as it matters more to me what someone says than who they are (I'm irreverent that way, I guess).

    If someone says something worth commending, I commend them; but if that
    same someone says something worth reprimanding, I reprimand them too.

    I react to what they say, not who they are.
    I appreciate that you're aware my environment is unique among Usenet.

    Thanks for your admonition, and your understanding of my environment.
    --
    A sig appears to me jut like any other part of the body would appear to me.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Sat Apr 26 22:20:45 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Sat, 26 Apr 2025 20:37:39 -0000 (UTC), Chris wrote :


    They're quite different in that the injected RNA destroys your cells,
    Chris, as your body transcribes it, belatedly releasing the antigens.

    Thereby inducing an immunogenic response and protection from the virus. AKA
    a vaccine.

    Ah, but where's the antigen coming from, Chris?

    Many, many predictions of woe have been made around the covid vaccines and none have materialised.

    I was surprised that when the Democrats were high in power, the numbers
    were stated to be huge, but when they were losing power, the numbers
    lessened. For example, the first post lockup Superbowl super spreader event never happened - the only thing that had changed was Democrat propaganda.

    Both Democrats & Republicans lie, Chris. Just as Apple brazenly lies too. Anyone who believes everything that any of them say - is a herd animal.

    Herd animals have no ability for independent thought processes.
    It's what defines the Apple trolls, Chris.

    But it also defines religious crackpots and flat earthers too.

    Given I know nothing of geofencing,

    That was painfully clear.

    If it was painful for something that clear, to be clear to you, then that
    says something rather prescient about your lack of factual comprehension.

    As I couldn't possibly have made it clearer to you, and yet, it was so "painful" for you to understand facts which were extremely clearly stated.

    This is, after all, one of the defining traits of all Apple trolls, Chris.


    I gave you tons of evidence over the years,

    I just knew you wouldn't respond to this request, which I'm reminding you
    of:

    If you have a "geofencing" claim, Chris, you should be able to say it now.
    Just open a thread on the iPhone ng & make your geofencing claim, Chris.

    As I very clearly said, I don't geofence, and, I also clearly stated I
    can't even spell geofencing, so I'm pretty sure if I had ignored your prior claim, it's because it wasn't something I was able to contribute value to.

    But if you insist on knowing what I think about your unknown geofencing
    claim, just state your secret claim out in the open so we can discuss it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Sun Apr 27 20:23:37 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Marion, 2025-04-25 20:51:

    [...]
    What we want, always, is for both mobile devices to work the same with Windows, which is you sit at the PC, and voila, your mobile device is seamlessly integrated with every app on Windows, not just file explorer.

    I don't.

    May mobile devices synchronize their data with my own Nextcloud server
    and there is no need at all to access them to get the data.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Sun Apr 27 20:21:05 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Frank Slootweg, 2025-04-25 17:50:

    Arno Welzel <usenet@arnowelzel.de> wrote:
    Frank Slootweg, 2025-04-24 19:35:

    [...]
    For those 3 wants, a SMB server on the iOS/Android device is the best
    solution, because (AFAIK) iOS has no MTP support and PTP support is less >>> complete (can see less of the file system) than on Android.

    With iOS this is indeed different as I learned.

    But Android definitely does NOT allow to port 445 for apps as *server*
    without root access and Windows is not able to connect to SMB shares on
    non standard ports.

    I am well aware of that and actually *I* brought up that limitation,
    so, as I - and others - mentioned, please follow the thread before commenting.

    That said, Windows 11 (not 10) can probably use an Android SMB server
    as a Network *Drive* (not Network Share) on a port greater than 1023 by
    using the '/tcpport:' option of 'net use', but the jury is still out on
    that one.

    It seems it doesn't. Output on Windows 11 for "net use /?":


    NET USE
    [devicename | *] [\\computername\sharename[\volume] [password | *]]
    [/USER:[domainname\]username]
    [/USER:[dotted domain name\]username]
    [/USER:[username@dotted domain name]
    [/SMARTCARD]
    [/SAVECRED]
    [/REQUIREINTEGRITY]
    [/REQUIREPRIVACY]
    [/WRITETHROUGH]
    [/TCPPORT:{0-65535}]
    [/QUICPORT:{0-65535}]
    [/RDMAPORT:{0-65535}]
    [/TRANSPORT:{TCP | QUIC} [/SKIPCERTCHECK]]
    [/REQUESTCOMPRESSION:{YES | NO}]
    [/BLOCKNTLM]
    [/GLOBAL]
    [[/DELETE] [/GLOBAL]]]

    NET USE {devicename | *} [password | *] /HOME

    NET USE [/PERSISTENT:{YES | NO}]



    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Arno Welzel on Sun Apr 27 19:31:44 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Arno Welzel <usenet@arnowelzel.de> wrote:
    Frank Slootweg, 2025-04-25 17:50:

    Arno Welzel <usenet@arnowelzel.de> wrote:
    Frank Slootweg, 2025-04-24 19:35:

    [...]
    For those 3 wants, a SMB server on the iOS/Android device is the best >>> solution, because (AFAIK) iOS has no MTP support and PTP support is less >>> complete (can see less of the file system) than on Android.

    With iOS this is indeed different as I learned.

    But Android definitely does NOT allow to port 445 for apps as *server*
    without root access and Windows is not able to connect to SMB shares on
    non standard ports.

    I am well aware of that and actually *I* brought up that limitation,
    so, as I - and others - mentioned, please follow the thread before commenting.

    That said, Windows 11 (not 10) can probably use an Android SMB server
    as a Network *Drive* (not Network Share) on a port greater than 1023 by using the '/tcpport:' option of 'net use', but the jury is still out on that one.

    It seems it doesn't. Output on Windows 11 for "net use /?":

    Yes, it's there. See your own output (quoted below):

    [/TCPPORT:{0-65535}]

    But don't worry, I also overlooked it sometime.

    NET USE
    [devicename | *] [\\computername\sharename[\volume] [password | *]]
    [/USER:[domainname\]username]
    [/USER:[dotted domain name\]username]
    [/USER:[username@dotted domain name]
    [/SMARTCARD]
    [/SAVECRED]
    [/REQUIREINTEGRITY]
    [/REQUIREPRIVACY]
    [/WRITETHROUGH]
    [/TCPPORT:{0-65535}]
    [/QUICPORT:{0-65535}]
    [/RDMAPORT:{0-65535}]
    [/TRANSPORT:{TCP | QUIC} [/SKIPCERTCHECK]]
    [/REQUESTCOMPRESSION:{YES | NO}]
    [/BLOCKNTLM]
    [/GLOBAL]
    [[/DELETE] [/GLOBAL]]]

    NET USE {devicename | *} [password | *] /HOME

    NET USE [/PERSISTENT:{YES | NO}]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Frank Slootweg on Sun Apr 27 20:45:53 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 27 Apr 2025 19:31:44 GMT, Frank Slootweg wrote :


    It seems it doesn't. Output on Windows 11 for "net use /?":

    Yes, it's there. See your own output (quoted below):

    [/TCPPORT:{0-65535}]

    But don't worry, I also overlooked it sometime.

    This Windows 11 ability to bind to non-standard SMB ports is designed to
    allow connecting to Android SMB shares hosted on non-standard TCP ports!
    Android SMB servers <===X===> Windows 10
    Android SMB servers <=======> Windows 11

    I agree with anyone who says something logically sensible, and disagree
    with anyone who says something not logically sensible, where often that can
    be the same person in both situations.

    Both Arno & Frank are correct to test this on Windows 11, which I don't
    have convenient access to, where I think it is FANTASTIC that the entire
    team pitched in (yes, even our Apple, ahem... our friendly Apple posters).

    What we learned, which most of us didn't know, least of all me, was the following, where if my summary is wrong, please do correct it as it's
    important to get the facts 100% correct as we strive together to learn.

    1. Android does not allow SMB servers to bind to port 445 (non root).
    2. Surprisingly iOS does allow SMB servers to bind to 445 (non-jailbroken).
    iOS SMB servers <=======> Windows 10
    iOS SMB servers <=======> Windows 11

    3. Windows 10 "net use" does not allow the user to specify the port.
    4. Windows 11 "net use" does allow the user to specify the port as 445.

    This came in Windows Insider builds released around November 8, 2023.
    *SMB alternative ports now supported in Windows Insider*
    <https://techcommunity.microsoft.com/blog/filecab/smb-alternative-ports-now-supported-in-windows-insider/3974509>

    Note that means Android & Windows 11 tie together even more closely because Android SMB servers must use non-standard ports, which Win11 allows!

    That post, written by Ned Pyle on November 8, 2023, details the
    introduction of the /TCPPORT option in the net use command, along with the support for alternative ports for SMB over QUIC and RDMA.

    Many thanks to Tyrone in particular for pointing out the Windows 11
    feature, which I openly & humbly admit I was completely unaware of.

    Likewise, many thanks to Chris, in particular, for pointing out that iOS
    always had the capability to bind to privileged ports, also which I was
    unaware of (and which I found hard to believe until I tested it myself).

    I can find nothing on the Internet that's reliable that explains that.
    Thanks to everyone for teaching all of us this wonderful new information.
    iOS SMB servers <=======> Windows 10
    Android SMB servers <===X===> Windows 10
    iOS SMB servers <=======> Windows 11
    Android SMB servers <=======> Windows 11

    With the latest releases, SMB servers are now possible on both mobile OS's.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tyrone@21:1/5 to Marion on Sun Apr 27 22:01:13 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Apr 27, 2025 at 4:45:53 PM EDT, "Marion" <marion@facts.com> wrote:

    Many thanks to Tyrone in particular for pointing out the Windows 11
    feature, which I openly & humbly admit I was completely unaware of.

    I was merely pointing out yet another error on your part. You were using the completely made-up syntax of

    net use D: \\192.168.1.10:445

    on Windows. Which of course resulted in an error (because 192.168.1.10:445 is not a valid IP address) and a failure to connect to the iOS SMB server. Which you then used as "proof" that the iOS SMB Server was NOT using port 445.

    Likewise, many thanks to Chris, in particular, for pointing out that iOS always had the capability to bind to privileged ports, also which I was unaware of (and which I found hard to believe until I tested it myself).

    Hard to believe? In fact, you called us liars and accused us of describing "imaginary functionality". For several days, it never even occurred to you to TRY the iOS SMB Server. You just KNEW we were wrong, because Android can't do this. Therefore, the "inferior" iOS can't do it either.

    You only FINALLY tried it when you could not prove us wrong after "googling furiously".

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Tyrone on Sun Apr 27 22:55:10 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Sun, 27 Apr 2025 22:01:13 +0000, Tyrone wrote :


    I was merely pointing out yet another error on your part. You were using the completely made-up syntax of

    net use D: \\192.168.1.10:445

    on Windows. Which of course resulted in an error (because 192.168.1.10:445 is
    not a valid IP address) and a failure to connect to the iOS SMB server. Which you then used as "proof" that the iOS SMB Server was NOT using port 445.

    I thank you for pointing this out as I was skeptical how iOS SMB binding worked.
    iOS SMB servers <=======> Windows 10
    Android SMB servers <===X===> Windows 10
    iOS SMB servers <=======> Windows 11
    Android SMB servers <=======> Windows 11

    And I apologize for using the wrong syntax, but, as you kindly have explained, there's no way I could have used any correct syntax on my Win10 desktop.

    Because, as you explained, Windows 10 can't set the port but Windows 11 can! Woo hoo!

    That's great news you provided - which many of us - including me, didn't know.

    Luckily, when I further researched WHY Windows 11 added the ability to specify the SMB port, I found out about QUIC, which is really what Redmond is up to.

    *SMB over QUIC*
    <https://learn.microsoft.com/en-us/windows-server/storage/file-server/smb-over-quic?tabs=windows-admin-center%2Cpowershell2%2Cwindows-admin-center1>

    *SMB alternative ports now supported in Windows Insider*
    <https://techcommunity.microsoft.com/blog/filecab/smb-alternative-ports-now-supported-in-windows-insider/3974509>

    *The Road to QUIC*
    <https://blog.cloudflare.com/the-road-to-quic/>

    *QUIC: The Secure Communication Protocol Shaping the Internet¢s Future*
    <https://www.zscaler.com/blogs/product-insights/quic-secure-communication-protocol-shaping-future-of-internet>

    *SMB over QUIC (Windows 10 vs Windows 11) & SMB over non-standard ports*
    <https://www.novabbs.com/computers/article-flat.php?id=86904&group=alt.comp.os.windows-10#86904>

    Likewise, many thanks to Chris, in particular, for pointing out that iOS
    always had the capability to bind to privileged ports, also which I was
    unaware of (and which I found hard to believe until I tested it myself).

    Hard to believe? In fact, you called us liars and accused us of describing "imaginary functionality". For several days, it never even occurred to you to TRY the iOS SMB Server. You just KNEW we were wrong, because Android can't do
    this. Therefore, the "inferior" iOS can't do it either.

    Well, have you ever heard of Jan Hendrik Schon who was fired from Bell Labs, and his doctoral degree was revoked after sixteen of his papers in peer-reviewed
    journals were retracted. Schon's case serves as a stark reminder of the severe consequences of fabricating scientific findings. His once-promising career
    was destroyed, and the trust placed in his work by the scientific community
    was irrevocably broken.

    You only FINALLY tried it when you could not prove us wrong after "googling furiously".

    Remember, I first thought you were nospam, right? His credibility is shit.

    Do you remember the cold fusion announcement in 1989, claiming nuclear fusion at room temperature? It too failed due to a lack of reproducible results.
    Once that happens (and it happens a LOT with Apple trolls like nospam),
    it leads to widespread skepticism and a lasting distrust of his claims.

    This event demonstrates how the failure to validate claims can severely
    damage the credibility of the Apple posters involved & Apple newsgroups.

    It's why I strive for my posts to be 100% factually correct, and, if
    I do make an error (either a typo or thinko or a real bona fide mistake),
    then my record CLEARLY and OBVIOUSLY shows I CORRECT it immediately.

    There's an entire thread that badgolferman authored proving the Apple
    trolls NEVER have admitted their many brazen functional fabrications.

    Do I need to dig that up for you?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tyrone@21:1/5 to Arno Welzel on Sun Apr 27 23:58:10 2025
    XPost: comp.mobile.android, misc.phone.mobile.iphone

    On Apr 27, 2025 at 2:21:05 PM EDT, "Arno Welzel" <usenet@arnowelzel.de> wrote:

    That said, Windows 11 (not 10) can probably use an Android SMB server
    as a Network *Drive* (not Network Share) on a port greater than 1023 by
    using the '/tcpport:' option of 'net use', but the jury is still out on
    that one.

    It seems it doesn't. Output on Windows 11 for "net use /?":


    NET USE
    [devicename | *] [\\computername\sharename[\volume] [password | *]]
    [/USER:[domainname\]username]
    [/USER:[dotted domain name\]username]
    [/USER:[username@dotted domain name]
    [/SMARTCARD]
    [/SAVECRED]
    [/REQUIREINTEGRITY]
    [/REQUIREPRIVACY]
    [/WRITETHROUGH]
    [/TCPPORT:{0-65535}]
    [/QUICPORT:{0-65535}]
    [/RDMAPORT:{0-65535}]
    [/TRANSPORT:{TCP | QUIC} [/SKIPCERTCHECK]]
    [/REQUESTCOMPRESSION:{YES | NO}]
    [/BLOCKNTLM]
    [/GLOBAL]
    [[/DELETE] [/GLOBAL]]]

    NET USE {devicename | *} [password | *] /HOME

    NET USE [/PERSISTENT:{YES | NO}]

    Wow, you are a real genius aren't you? Claim that the /TCPPORT option does not exist, then post a screen shot proving yourself wrong.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Mon Apr 28 00:15:19 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Sun, 27 Apr 2025 22:51:37 -0000 (UTC), Chris wrote :


    Ah, but where's the antigen coming from, Chris?

    You described it yourself, above.

    I know how it works. But do you? Anyone who says this is just like a flu vaccine has no idea that it's not even a vaccine, Chris. It's just not.

    Follow the antigen.

    It doesn't meet the CDC's own definition of a vaccine.
    But that's not what bothers me about the CDC promoting it for kids.

    What bothers me is the CDC knows that if they told the truth, that it's NOT
    a vaccine (by their own definition!) then NOBODY would want to get it.

    So I get it why the CDC brazenly lies, but I don't have to like it.

    I happen to be well educated in immunology & genetics & microbiology.
    But most people are not.

    So most people can't even comprehend that the CDC is lying to them.
    For some strange reason, I feel the CDC should have told people the truth.

    You can hate me for that feeling, but I don't change my stripes.
    I dislike that Apple almost never tells the truth either, except in court.

    An example is Apple's lies about having their own special battery chemistry that nobody else has, that reacts "chemically" to an iOS 10.2.1 update.

    Luckily, Apple paid half a billion dollars for that brazen lie, but you
    Apple trolls still claim since Apple didn't admit guilt, that they were vindicated, just as you feel that way when Apple paid the criminal fine.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Mon Apr 28 12:36:45 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Mon, 28 Apr 2025 11:03:16 -0000 (UTC), Chris wrote :


    I know how it works. But do you?

    Absolutely.

    Where's the antigen in a flu vaccine, and where's the antigen in a polio vaccine, and where's the antigen in all the normal vaccines that people get versus... where's the antigen in this thing that the CDC wants kids to get?

    Anyone who says this is just like a flu
    vaccine has no idea that it's not even a vaccine, Chris. It's just not.

    Reading comprehension is clearly not your strong suit. I said flu and covid have similar risks to children in terms of fatalities. Arguably, the risk
    of long covid is far worse.

    In my humble opinion, given this thing to kids who face almost no threat whatsoever from the disease, is a travesty perpetuated by fear mongers.

    Follow the antigen.

    And?

    Heh heh heh... if you don't know what that means, then you have no training whatsoever in immunology Chris. It's the most important distinction here.

    It doesn't meet the CDC's own definition of a vaccine.

    Yes does. But again, why focus on words when empirical evidence tells you
    all you need to know? Oh wait. It's because you don't care about evidence
    you care about being right (sic).

    Heh heh heh... I don't give a shit about "being right", Chris.
    What I care about is making logically sensible assessments of fact.

    Giving this thing to children who face almost no risk from the disease is,
    in my humble opinion, a travesty perpetuated upon us by fear mongers.

    Samsung has never supported a phone for 7 years. Apple has done for many years and many models. Yet you believe Samsung over Apple simply because
    they made a promise. Anyone who believes corporate promises without
    evidence has a screw loose.

    Heh heh heh... you think the UK government isn't going to hold the phone
    makers to their written promise that they were forced to submit to them?

    You think 5 > 7 because you hate that Apple's support is the worst in the industry, not only in terms of time, but also in terms of release versions.

    There's a reason Apple's iOS has the most exploits in the wild, Chris.
    That's not bay pure chance. It's because Apple's hotfix support sucks.

    But that's not what bothers me about the CDC promoting it for kids.

    What bothers me is the CDC knows that if they told the truth, that it's NOT >> a vaccine (by their own definition!) then NOBODY would want to get it.

    lol. sure. people aren't going to take a life-saving treatment simply
    because of obsessive narrow-minded definition nazis.

    All I'm saying is I know where the antigen is Chris, while most people
    likely do not - so they can't make an educated assessment of what it is.

    The government lied to the people on that, and yet, only those who
    understand immunology and genetics can make that educated assessment.

    I'm not against the thing that they call a vaccine, nor so much that they
    give it to kids who don't need it. I'm against the lies used to do that.

    Actually, some would. Just like people being encouraged not to wear masks because it was against their "freedom". jfc. Some people are simply beyond help.

    Well, remember, I have a degree in this stuff and we were taught that the
    masks do not prevent infection in so much as people don't practice aseptic technique (which has to be taught to people since it's a lot of things).

    The mask itself is bullshit. It's how you use it that makes the difference. Just like anything where aseptic technique matters, Chris.

    You should know that since anyone trained in microbiology has a ton of experience being graded on their technique to prevent cross contamination.


    So I get it why the CDC brazenly lies, but I don't have to like it.

    If you get it, then why not explain it fully and clearly in a way most
    people can understand? So far you're simply hand-waving about lying, RNA
    and antigens.

    The thing they inject into kids isn't a vaccine Chris. It contains no
    antigen. Every other vaccine contains the antigen. But not this thing.

    I am not against this thing, Chris. I'm against the lies about it.

    I get it that if the government told people the truth about what it is,
    then people would, naturally, fear it, and not want to get injected.

    But the mere fact the government lies to get people to be injected is what bothers me, much as Apple lies to get people to purchases their products.

    Remember always, I'm not against the things - I'm against the lies.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Marion on Mon Apr 28 09:32:38 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Mon, 4/28/2025 8:36 AM, Marion wrote:
    On Mon, 28 Apr 2025 11:03:16 -0000 (UTC), Chris wrote :


    I know how it works. But do you?

    Absolutely.

    Where's the antigen in a flu vaccine, and where's the antigen in a polio vaccine, and where's the antigen in all the normal vaccines that people get versus... where's the antigen in this thing that the CDC wants kids to get?

    A vaccine, is any mechanism that "trains" the human body to recognize
    foreign material in the body. It can use any mechanism to do that.

    The best vaccine designs, cause both short term stimulation and
    a long term "memory" of the material.

    For more info, see the specific Wiki.

    https://en.wikipedia.org/wiki/Polio_vaccine

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Paul on Mon Apr 28 20:11:14 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Mon, 28 Apr 2025 09:32:38 -0400, Paul wrote :


    Where's the antigen in a flu vaccine, and where's the antigen in a polio
    vaccine, and where's the antigen in all the normal vaccines that people get >> versus... where's the antigen in this thing that the CDC wants kids to get?

    A vaccine, is any mechanism that "trains" the human body to recognize
    foreign material in the body. It can use any mechanism to do that.

    The best vaccine designs, cause both short term stimulation and
    a long term "memory" of the material.

    For more info, see the specific Wiki.

    https://en.wikipedia.org/wiki/Polio_vaccine

    Hi Paul,

    I know you're sensible so I'm going to go to the trouble to explain.

    If anyone seriously thinks the covid thing works the same as the polio
    vaccine does, then I probably cannot possibly converse intelligently with
    that person, because that statement is much like a flat-earth statement in
    that it is simply an absurd statement which ignores every fact about how
    the polio vaccine (and all vaccines) differ from this covid thing.

    I know you're a reasonable guy so I'll try to give you analogies.

    A house is a structure that people live in, so, of course, a tent is a
    house. A car is anything people steer, so, of course, a boat is a car. A
    horse is anything with four legs you can ride, so of course a camel is a
    horse. We can go on and on and on with absurd incorrect definitions.

    I know full well how the polio vaccines work. And so does the CDC.
    The CDC also knows how the "thing" they call a vaccine works, Paul.

    And it does NOT meet their own definition of what a vaccine is.

    If anyone thinks that the covid thing works the same way as any other
    vaccine then I don't know how to respond to them because it means they have
    no comprehensive facilities to deal with that are logically sensible.

    I get your point about the "end result" but a boat can get to the other
    side of a lake just as a car can, so even though the end result is the
    same, for anyone to claim that a boat is a car is simply not logical.

    I could go on forever with false comparisons such as the polio vaccine comparison if you consider the end result the definition of the object.

    An atomic bomb is the same as conventional weapons, since the result is the same thing. Hell, even an earthquake is the same thing using that logic.

    The fact is the CDC published long ago their definition of a vaccine.
    And this SARS-COV-2 thing does NOT meet even the CDC's own definition.

    Period.

    You can claim until the end of time that you have a personal definition of
    what a vaccine is, just as you define a cat as a dog if you like.

    Calling the polio vaccine the same as the Covid thing is the same as
    calling a murder and a natural death the same thing simply because all
    you're looking at is the end result - not the process that caused it.

    It's absurd for anyone to call this thing a vaccine because it's simply not even close to what the CDC themselves define as what a vaccine is.

    But absurd definitions aside, my point is logically sensibly correct.

    Here's my rather logically sensible (and well informed) point of view:
    a. I'm not saying don't get this thing for adults over about 40 or 50.
    b. Because the risk of USA Covid deaths is about 1% overall (AFAIR).
    c. And it rises for every decade over the age of about 40 or 50.
    So, if you're over that age (and I double that), then it's a logically
    sensible decision to get this thing, even if it's not a vaccine at all.

    My point with Chris was that the fatality rate for children under the age
    of 11 is so low as to be less than a billion other things that cause death.

    Meaning, at some point, there is no benefit and there is still a bit of a
    risk, where I would inform parents of that risk:benefit ratio being slim.

    The other thing I argued with Chris was that if the government called it
    what it really is, then nobody would get it - which I completely
    understand.

    But I don't have to like that the government brazenly lies to us about it.
    Why can't the government simply tell the truth & let us decide what to do?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Tue Apr 29 02:16:05 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Mon, 28 Apr 2025 20:59:09 -0000 (UTC), Chris wrote :


    Where's the antigen in a flu vaccine, and where's the antigen in a polio
    vaccine, and where's the antigen in all the normal vaccines that people get >> versus... where's the antigen in this thing that the CDC wants kids to get?

    You know full well as you described the process.

    Of course I know where the antigen is. But most people don't.
    That's my point. There is no antigen in the thing for Covid.
    Yet there is an antigen in all the other things called vaccines.

    The body is exposed to
    the antigen via transcription of the mRNA. The mRNA is a fragment of the whole COVID (tiny) genome sufficient to produce antigens, but not induce disease.

    The CDC lies to people by calling that thing a vaccine.
    But it doesn't meet the CDC's own definition of a vaccine.

    Which is the part I dislike.
    I get it that if the CDC told the truth, nobody would get it.

    So the CDC brazenly lied to get people to accept it.
    I think that's wrong.

    The vaccine mimics the COVID mechanism of disease. Thereby protecting those who receive it.

    That's like saying a murder and an accidental death are the same just
    because the only thing they have in common is the final end result.

    It's as if someone is murdered and I brazenly lie to you telling you it was
    an accidental death, and you accept that as the truth - which is absurd.

    In my humble opinion, given this thing to kids who face almost no threat
    whatsoever from the disease, is a travesty perpetuated by fear mongers.

    Why is it fear mongering when children die? Sure, it's not many compared to the old and infirm. Does that mean they should die despite having an effective form of protection? It's only handful. They don't matter. Right?

    Let's operate on all children and remove their adenoids, just because they
    can get infected, Chris. It's absurd. It defies standard medical logic.

    If the risk is almost zero, then you don't give EVERYONE the cure.
    It's no different than we do with all medical procedures, Chris.

    You don't give every kid a colonoscopy just because some might get cancer.

    Follow the antigen.

    And?

    Heh heh heh... if you don't know what that means, then you have no training >> whatsoever in immunology Chris. It's the most important distinction here.

    I was inducing you to explain further. Not an expression of confusion.

    You know there is no antigen. Paul might not know. But you know.

    Heh heh heh... I don't give a shit about "being right", Chris.

    That's the only thing you care about.

    I care about making logically sensible assessments of fact.

    Giving this thing to children who face almost no risk from the disease is, >> in my humble opinion, a travesty perpetuated upon us by fear mongers.

    It's still some risk. Including death.

    Agreed. Under your logic, let's give all kids invasive tests once a year
    just because it will prevent a few deaths if we intubate every child.

    All I'm saying is I know where the antigen is Chris, while most people
    likely do not - so they can't make an educated assessment of what it is.

    Nor can you, it appears. Apparently the vector for inducing an immunogenic reaction is more important than the result.

    What is more important is I don't like the government brazenly lying to us. This is a lie, pure and simple. Nobody sensible doubts it's a lie.

    What people say is that the lie is for your own good.
    Which may or may not be the case; but it's still a brazen lie.

    The more the government lies, the less the government can be trusted.

    Just because it doesn't fit your old fashioned definition, it's not valid. Reminder: science always moves forward. It might come as a shock but a 21st century vaccine is not that same as a 19th century one.

    It's not my definition. It's the CDC's definition. The only way they can
    call it a vaccine is to lie. And that lie is what bothers me.

    The more the government lies to us, the less they should be trusted.

    The government lied to the people on that,

    No they didn't.

    Then you don't know what a vaccine is.

    You should know that since anyone trained in microbiology has a ton of
    experience being graded on their technique to prevent cross contamination.

    They also have access to the most appropriate equipment. With a pandemic you've got to make do with what is available. All mitigation methods were useful: hand washing, masks, reduced contact with people, regular testing
    and vaccination.

    We had covid twice in our house. Only a single person ever got infected
    each time. There was no need for N95 masks nor full cat 4 level containment methods.

    I got Covid only once, but my wife and grandkid (who was staying with us
    for a week) got sick first and one of them infected me most likely.

    Luckily for me, I was out for only a day but they were out for a few days.

    It could have been worse, but remember, we've all been infected by the same family of viruses on average once every two years during our entire lives.

    Roughly that means I've been infected by the same family of viruses over 40 times in my life, so it's not a big deal to get infected 41 times so far.

    The immunity has been proven to only last a very short period of time.
    Then you get it again. And again. And again. And again. Forever.

    It's how it works.

    Remember always, I'm not against the things - I'm against the lies.

    Problem is you construct this world in your head where everyone is lying. They're not.

    Well, it doesn't meet the CDC definition of a vaccine.
    That's not up to me. That's up to the CDC.

    The real question is why didn't the CDC change the definition.
    Heh heh heh... do you know why they didn't do that?

    I do.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Marion on Tue Apr 29 03:33:51 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Tue, 29 Apr 2025 02:16:05 -0000 (UTC), Marion wrote :


    You know full well as you described the process.

    Of course I know where the antigen is. But most people don't.
    That's my point. There is no antigen in the thing for Covid.

    I wonder how many of the billions of people on this planet know that the
    mRNA injected has never existed inside the viral genome in the history of
    the universe. That injected mRNA is completely foreign to the viral genome.

    Put more deeply, the specific mRNA molecule introduced by the thing we call
    a vaccine, even if it were an exact copy of the spike protein-encoding
    sequence in the viral genome (which, it isn't due to purposeful
    engineering), has never existed in that isolated, formulated state within
    an actual SARS-CoV-2 virus in the history of the universe.

    It's a product of biotechnology, designed for a specific purpose: to
    instruct our cells to produce a single viral protein in a controlled manner
    to trigger an immune response without causing infection.

    But it's NOT a component of the virus. It can't be.
    So it's NOT an antigen of the virus.

    It has NEVER existed in the viral genome.
    How many people in this world understand what I just explained above?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Tue Apr 29 09:43:33 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-26 02:22, Marion wrote:
    On Sat, 26 Apr 2025 08:36:42 -0000 (UTC), Chris wrote :


    I know enough to realize what they call a "vaccine", even though
    I got it many times myself, is decidedly NOT a vaccine by CDC's
    own definition.

    Incorrect.

    Heh heh heh... did you ever look at the CDC's long-standing
    definition? <https://www.cdc.gov/vaccines/glossary/
    index.html#heading-v>

    Here it is, repeated verbatim, Chris. "A suspension of live (usually attenuated) or inactivated microorganisms (e.g., bacteria or
    viruses), fractions of the agent, or genetic material of the
    administered to induce immunity and prevent infectious diseases and
    their sequelae. Some vaccines contain highly defined antigens (e.g.,
    the polysaccharide of Haemophilus influenzae type b or the surface
    antigen of hepatitis B); others have antigens that are complex or incompletely defined (e.g. Bordetella pertussis antigens or live
    attenuated viruses)."

    Since you have a (claimed) doctorate in the medical sciences, you
    should be able to spot the fatal flaws when seeking to comprehend
    what they mean by "genetic material" & "antigen" since you took
    immunology & genetics, Chris.

    I get it that the uneducated think they mean "RNA" when they say
    "genetic material" but that's NOT how these novel Covid RNA
    injections work Chris.

    They're quite different in that the injected RNA destroys your
    cells, Chris, as your body transcribes it, belatedly releasing the
    antigens.

    I'd like to see the citation for that assertion, please.


    And I know enough to calculate that the report from the CDC
    itself (as I recall) had the incidence of fatalities so low in
    children under 11 as to be almost zero (I forget how many
    decimal places it was but it was a few).

    Hence, I assessed that it's absurd, in my humble assessment, to
    inject kids under the age of 11

    Fatal incidents of flu are similar in children and yet we give
    them the flu vaccine. Is that unnecessary also? I've met parents
    who've lost children to flu. Would you tell them the vaccine is
    unnecessary?

    The thing you call a vaccine is NOT a vaccine by the CDC's own
    definition, where it's an experimental injection that can have
    future repercussions.

    Using RNA for therapeutic purposes has been going on for quite a while
    now, and using RNA as a vaccine began testing more than 30 years before COVID-19.

    Human trials of mRNA vaccines (I'm unwilling to quibble about
    definitions; an agent which induces the body to develop an immune
    response to a pathogen is a "vaccine" as far as this post is concerned)
    began 6 years before COVID.




    To experiment on innocent children who face virtually no threat from
    the Covid disease is a crime, in my book - but that's something
    parents who are well educated will have to decide for themselves,
    given kids are essentially already protected. The problem is many
    people are NOT well educated, and that's where I fault the CDC for
    not explaining this to them.

    The government is lying to those parents who don't understand how it
    works. That's always my beef with Apple too, Chris.

    I don't mind Apple trying to sell their products. What I mind are
    the brazen lies.

    I vaguely remember you insisting on a "geofencing" requirement
    where my claim, as I recall, was about a single point, not a
    fenced area, in that Android free & ad-free apps can easily
    system-wide spoof the GPS location.

    You recall incorrectly. I kinda guessed this elder story was made
    up at the time, as you thought you'd found another iOS gotcha. You
    can't remember it because it was a lie.

    WTF?

    It was nothing to do with gps spoofing. That is not something I've
    ever tried as It's of no interest to me, and I believe you that
    it's not possible on ios. It was something to do with popping up a
    notification when someone left/returned home to turn off/switch on
    the wifi. Or something like that.

    Well, I don't even do geofencing, except that I sometimes spoof my
    Android version and API level and country location to obtain APKs
    from the repos.

    That ISN'T "geofencing", you simpleton.


    So for you to claim I didn't admit a factual mistake when I don't
    even do geofencing is kind of odd - so it's no wonder I didn't
    respond to you.

    Given I know nothing of geofencing, nor do I have the need, if you
    want to post your supposed factual claims to the Apple newsgroup,
    you know how to do that. I'll look at your supposed factual claims
    and decide how to respond, but bear in mind, I can't even spell
    geofencing, so I doubt I will add much value to your claims,
    whatever they may turn out to be in that thread.

    This is a fact: *Apple's iOS always has had more 0-day exploits
    than Android has.* <https://www.cisa.gov/known-exploited-
    vulnerabilities-catalog>

    Nope. That's an assertion.

    Heh heh heh... you Apple trolls can't count.

    This is an assessment of that fact: *iOS is not more secure than
    Android is.*

    It's a hypothesis based on the assumption that simply having a
    larger number is worse without considering severity,
    exploitability nor length of time before patching. You may be
    correct, but so far you've provided nothing.

    Ah. Well, that's valid, Chris. Just a larger number is only one
    measurement of how insecure Apple devices are. The fact most are in
    the kernel is another datapoint, and the fact that the mandatory
    webkit has the second most, is another datapoint. That many are zero-
    click exploits is yet another datapoint, so I don't disagree with
    you that there are factors to consider.

    At this point, that is just a bunch of ASSERTIONS.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Tue Apr 29 09:48:53 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-28 20:33, Marion wrote:
    On Tue, 29 Apr 2025 02:16:05 -0000 (UTC), Marion wrote :


    You know full well as you described the process.

    Of course I know where the antigen is. But most people don't.
    That's my point. There is no antigen in the thing for Covid.

    I wonder how many of the billions of people on this planet know that the
    mRNA injected has never existed inside the viral genome in the history of
    the universe. That injected mRNA is completely foreign to the viral genome.

    Put more deeply, the specific mRNA molecule introduced by the thing we call
    a vaccine, even if it were an exact copy of the spike protein-encoding sequence in the viral genome (which, it isn't due to purposeful
    engineering), has never existed in that isolated, formulated state within
    an actual SARS-CoV-2 virus in the history of the universe.

    It's a product of biotechnology, designed for a specific purpose: to
    instruct our cells to produce a single viral protein in a controlled manner to trigger an immune response without causing infection.

    But it's NOT a component of the virus. It can't be.
    So it's NOT an antigen of the virus.

    It has NEVER existed in the viral genome.
    How many people in this world understand what I just explained above?

    All of us understand your verbal diarrhea is your attempt to obfuscate.

    The fact that an antigen of the virus is replicated by human cells
    doesn't make it any less an antigen of the virus.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Tue Apr 29 17:54:24 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Tue, 29 Apr 2025 07:37:57 -0000 (UTC), Chris wrote :


    You're
    running out of arguments so you're creating desperate analogies.

    Funny thing Chris, my position has never changed since it's based on
    logical assessment of fact. The facts never change, Chris.

    #1. The thing they call a vaccine contains no antigen, period.
    #2. Children (under 11) have almost no risk from the Covid disease.

    No one is lying.

    The CDC *changed* its definition of "vaccine" in September 2021.
    Then the CDC *changed* its definition *again* on August 10, 2024.

    Funny, it's almost like Apple in terms of after-the-fact lies.

    You're intentionally misinterpreting a well understood definition.

    Did you see Paul's argument that this thing is the same as a polio vaccine? Yet, that vaccine contains an actual antigen, as do all other vaccines.

    This thing, does not.
    This thing is mRNA.

    Viruses do not have any mRNA, Chris.
    So this thing has never appeared in any viral genome in the universe.

    You should know that because all well-educated people know that.
    It's just a fact.

    Let's operate on all children and remove their adenoids, just because they >> can get infected, Chris. It's absurd. It defies standard medical logic.

    Again you're the one being absurd. There's a risk/benefit calculation. Am operation is highly risky (and expensive). A vaccine is very low risk (and cheap). There's no sensible comparison, here.

    I'm going to agree with you in that I do not disagree with any logical assessment which is based upon fact, Chris.

    But we have to first agree on the facts.
    Only a fool disagrees with facts; that's why they're fools.

    Do you agree with the fact that the risk of fatalities from Covid for
    children under the age of 11 is almost zero or not, Chris?

    Yes. Or no please.

    Well, it doesn't meet the CDC definition of a vaccine.
    That's not up to me. That's up to the CDC.

    It is up to you. You are choosing to believe it isn't a vaccine when the whole medical community does.

    You can't even explain *why* it's a lie. Give it up.

    I'm going to assume you have that doctorate you claimed, Chris, so be
    advised the discussion below is based on fact & is logically defensible.

    The CDC *changed* their definition of what a vaccine is *after* Covid!
    <https://www.cdc.gov/vaccines/glossary/index.html>

    I know all about THAT definition. It's gobbledygook. Look at it this way.
    They start explaining in detail how vaccines are part of the infective
    organism then in the middle of that detailed explanation they say "oh look,
    a squirrel!" and then they go back to explaining how vaccines work in terms
    of being an antigen that is found on the genome or in their poop.

    Do you see the inclusion of "or genetic material of the administered" gobbledygook? The CDC is not stupid. Neither am I. Neither are you.

    They know it's a meaningless phrase they inserted to get an opportunity to insert the words "genetic material" as if the genetic material is from the viral genome. Yet we all know that it's not.

    I know the facts. Hence my logical assessment is based on the facts.

    I assess the facts as a deliberate obfuscation, conflating the mechanism of traditional vaccines with the admittedly novel approach of mRNA vaccines,
    and potentially misleading the public about the origin of the genetic
    material in the latter.

    Much like Apple does with their (admittedly brilliant) advertising, Chris.

    I am well enough educated to feel strongly that the CDC's use of the term "vaccine" for mRNA products is a misnomer and that it was a deliberate
    choice to make them more acceptable to the public. You believe these
    products operate through a fundamentally different mechanism than
    traditional vaccines and therefore deserve a distinct classification,
    perhaps something like "notvaccine."

    You, on the other hand, believe differently, and that's your right.
    But my assessment is still logically sensible as it is based on facts.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bill Powell@21:1/5 to Alan on Tue Apr 29 20:28:47 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Tue, 29 Apr 2025 09:43:33 -0700, Alan wrote:

    They're quite different in that the injected RNA destroys your
    cells, Chris, as your body transcribes it, belatedly releasing the
    antigens.

    I'd like to see the citation for that assertion, please.

    Idiot.

    That's how every virus works, even when it's just mrna that causes your
    body to make the virus. Every virus kills every cell that it infected.

    How do you think the newly made virus gets out of the cell you moron.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Marion on Tue Apr 29 11:34:49 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-29 10:54, Marion wrote:
    On Tue, 29 Apr 2025 07:37:57 -0000 (UTC), Chris wrote :


    You're
    running out of arguments so you're creating desperate analogies.

    Funny thing Chris, my position has never changed since it's based on
    logical assessment of fact. The facts never change, Chris.

    #1. The thing they call a vaccine contains no antigen, period.

    Straw man. No one ever argued it did.

    #2. Children (under 11) have almost no risk from the Covid disease.

    Age Deaths Population Rate (per 100,000)

    1 year 10,748 29,890,802 36.0
    2 years 7,095 30,062,945 23.6
    3 years 5,490 30,799,753 17.8
    4 years 4,385 31,274,083 14.0
    5 years 4,086 31,728,417 12.9
    6 years 3,602 32,077,173 11.2
    7 years 3,293 32,446,434 10.1
    8 years 3,259 32,570,993 10.0
    9 years 3,255 32,565,245 10.0
    10 years 3,433 32,697,558 10.5
    11 years 3,833 32,992,659 11.6

    Would you care to show the figures for deaths from the mRNA vaccine?


    No one is lying.

    The CDC *changed* its definition of "vaccine" in September 2021.
    Then the CDC *changed* its definition *again* on August 10, 2024.

    Funny, it's almost like Apple in terms of after-the-fact lies.

    Irrelevant.


    You're intentionally misinterpreting a well understood definition.

    Did you see Paul's argument that this thing is the same as a polio vaccine? Yet, that vaccine contains an actual antigen, as do all other vaccines.

    This thing, does not.
    This thing is mRNA.

    Viruses do not have any mRNA, Chris.
    So this thing has never appeared in any viral genome in the universe.

    Straw man.

    It causes the antigen to be built.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Bill Powell on Tue Apr 29 12:11:25 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-29 11:28, Bill Powell wrote:
    On Tue, 29 Apr 2025 09:43:33 -0700, Alan wrote:

    They're quite different in that the injected RNA destroys your
    cells, Chris, as your body transcribes it, belatedly releasing the
    antigens.

    I'd like to see the citation for that assertion, please.

    Idiot.
    That's how every virus works, even when it's just mrna that causes your
    body to make the virus. Every virus kills every cell that it infected.

    How do you think the newly made virus gets out of the cell you moron.

    A surface protein isn't the same thing as an entire virus.

    Or hadn't that fact occurred to you, nitwit?

    What's more, even if the mRNA vaccine does cause the death of a few
    cells, who cares?

    Lots of things cause the death of cells, and having a (relatively) few
    cells die so that I can get immunity to a deadly disease (which kills
    cells in HUGE numbers) is a trade I'm willing to make.

    You DO realize that attenuated virus vaccines do the same thing, right?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to All on Tue Apr 29 17:53:03 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    Chris wrote on 4/29/2025 5:14 PM:

    Its kind of nice that you and marion are getting along nicely and not
    fighting about stupid apple shit these days.

    You are both absolute geniuses, so I look forward to to you guys great work.

    Keep up the good work. Everyone appreciates your hard work.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bill Powell@21:1/5 to Alan on Wed Apr 30 01:09:44 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Tue, 29 Apr 2025 12:11:25 -0700, Alan wrote:

    How do you think the newly made virus gets out of the cell you moron.

    What's more, even if the mRNA vaccine does cause the death of a few
    cells, who cares?

    You're the idiot that said the vaccine didn't cause the death of the cells. Every single muscle cell uptaking mRNA is destroyed by your immune system.

    That you don't know that is not what makes you an idiot.
    That you disputed what everyone else knows is what makes you the idiot.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Bill Powell on Tue Apr 29 16:56:44 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-29 16:09, Bill Powell wrote:
    On Tue, 29 Apr 2025 12:11:25 -0700, Alan wrote:

    How do you think the newly made virus gets out of the cell you moron.

    What's more, even if the mRNA vaccine does cause the death of a few
    cells, who cares?

    You're the idiot that said the vaccine didn't cause the death of the cells. Every single muscle cell uptaking mRNA is destroyed by your immune system.

    Ummmmmm... ...you're going to have to support that one.


    That you don't know that is not what makes you an idiot.
    That you disputed what everyone else knows is what makes you the idiot.

    What is the mechanism for that?

    First you claimed that:

    That's how every virus works, even when it's just mrna that causes your
    body to make the virus. Every virus kills every cell that it infected.

    Well the mRNA vaccine DOESN'T "make the virus".

    It makes a spike protein on the outside of the virus; not the whole thing.

    That you don't know this makes YOU the idiot, idiot.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Hank Rogers on Wed Apr 30 01:01:24 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Tue, 29 Apr 2025 17:53:03 -0500, Hank Rogers wrote :


    Everyone appreciates your hard work.

    To defend Chris, he actually brought up very useful points of view, Hank, unlike you & Alan Baker (who may as well be twins for the value you
    subtract).

    Chris, for example, brought up that the positive-sense single-stranded RNA virus genome, like the one found in SARS-CoV-2 (the virus that causes
    COVID-19) is strikingly similar in functionality to messenger RNA, Hank.

    Chris also read the CDC's own vetted (and twice belatedly modified)
    official definition of what a vaccine is, and he understood and agreed that
    the CDC inexplicably added gobblydygook when adding "genetic material".

    To his further credit, Chris corrected my factual statement of the known fatality percentage of children in the USA under 11 who died from Covid.

    By way of stark contrast, what value did you add to the offshooot side conversation?

    More to the point, do you *ever* add positive value to any conversation?
    Or only negative value.

    Think before responding please.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Bill Powell on Tue Apr 29 18:10:08 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-29 18:07, Bill Powell wrote:
    On Tue, 29 Apr 2025 16:56:44 -0700, Alan wrote:

    You're the idiot that said the vaccine didn't cause the death of the
    cells.
    Every single muscle cell uptaking mRNA is destroyed by your immune
    system.

    Ummmmmm... ...you're going to have to support that one.


    That you don't know that is not what makes you an idiot.
    That you disputed what everyone else knows is what makes you the idiot.

    What is the mechanism for that?

    First you claimed that:

    That's how every virus works, even when it's just mrna that causes
    your body to make the virus. Every virus kills every cell that it
    infected.

    Well the mRNA vaccine DOESN'T "make the virus".

    It makes a spike protein on the outside of the virus; not the whole
    thing.

    That you don't know this makes YOU the idiot, idiot.

    Idiot.

    Following injection, human cells take up the mRNA, which is then translated into viral proteins. These proteins are subsequently displayed on the cell surface, triggering an immune response that causes the destruction of the infected cells.

    Everyone knows this. Except idiots like you.

    You mean like how everyone knows that "it's mrna that causes your body
    to make the virus."?

    Like that, idiot?

    :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bill Powell@21:1/5 to Alan on Wed Apr 30 03:07:44 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Tue, 29 Apr 2025 16:56:44 -0700, Alan wrote:

    You're the idiot that said the vaccine didn't cause the death of the cells. >> Every single muscle cell uptaking mRNA is destroyed by your immune system.

    Ummmmmm... ...you're going to have to support that one.


    That you don't know that is not what makes you an idiot.
    That you disputed what everyone else knows is what makes you the idiot.

    What is the mechanism for that?

    First you claimed that:

    That's how every virus works, even when it's just mrna that causes your
    body to make the virus. Every virus kills every cell that it infected.

    Well the mRNA vaccine DOESN'T "make the virus".

    It makes a spike protein on the outside of the virus; not the whole thing.

    That you don't know this makes YOU the idiot, idiot.

    Idiot.

    Following injection, human cells take up the mRNA, which is then translated into viral proteins. These proteins are subsequently displayed on the cell surface, triggering an immune response that causes the destruction of the infected cells.

    Everyone knows this. Except idiots like you.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marion@21:1/5 to Chris on Wed Apr 30 00:48:44 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Tue, 29 Apr 2025 22:14:37 -0000 (UTC), Chris wrote :


    The CDC *changed* its definition of "vaccine" in September 2021.
    Then the CDC *changed* its definition *again* on August 10, 2024.

    So what? Definitions change with knowledge discovery. That isn't lying.

    Keep in mind I know this stuff better than almost anyone out there who
    isn't themselves as highly educated in immunology as I happen to be.

    The problem, as I see it, is the same as with Apple's (brilliant) lies.

    People like Paul, who are good people, think it's the same as the polio vaccine, and yet, there couldn't be anything more DIFFERENT than a vaccine.

    The hoi polloi fall for every clever marketing trick in the book, Chris.

    Was Newton lying when he first described gravity?

    What's different here is the CDC knows what intelligent people like Paul
    don't know, which is this 'thing' is NOTHING like any other vaccine.

    Was the heliocentric universe a lie?

    This thing causes an immune response COMPLETELY DIFFERENTLY than any other vaccine ever made. Calling this thing a vaccine is like calling football
    and baseball the same sport just because both involve a scoreboard where someone wins in the end.

    Was the central dogma a lie?

    The problem I have is that the CDC called it a vaccine well before the CDC belated *changed* their definition of what a vaccine is. They did it twice.

    I feel that was a well orchestrated marketing ploy to get people to accept
    this thing, much as Apple has a plan to get people to accept the loss of
    the aux port before hitting people with the double whammy of airpod sales.

    It's brilliant planned propaganda that the proletariat all fall for, Chris.

    How has the definition changed in 2021 and 2024?

    The Pfizer-BioNTech COVID-19 vaccine was initially granted Emergency Use Authorization by the FDA on December 11, 2020 and the CDC approved it on December 12, 2020 and then for more general use on August 23, 2021.

    After that fact, the CDC *changed* its definition of "vaccine" in September 2021 by focusing on "stimulating the body's immune response", which was a
    prep for the 2nd pre-planned change.

    More recently, the CDC again *changed* its definition on August 10, 2024 to
    add "genetic material" in between meaningless gobblydygook.

    You, of all people, should know this because we've discussed the CDC
    approved this 'thing' well before they changed their definition of what a vaccine is.

    Which is my main point.
    It should have been called a "thing" and not a vaccine because they had to fundamentally change what a vaccine is just to accommodate this thing.

    These are facts, Chris.
    Facts you should already know.

    All my assessments are based on the facts.

    Viruses do not have any mRNA, Chris.

    Dear oh dear. SARS-CoV-2 is a positive strand, single stranded RNA virus.
    The RNA genome functions exactly like mRNA in that it is directly
    translated to create virons. mRNA is the nomenclature for when a genome is DNA-based and a gene needs to be transcribed to (m)RNA to then be
    translated to the protein product. With an RNA genome there's no need for mRNA, for very obvious reasons.

    For negative-sense RNA viruses and for double-stranded RNA viruses, the RNA inside the capsid is not directly mRNA. It needs to be transcribed into
    mRNA. For DNA viruses, the genome inside the capsid is DNA, which can be transcribed into mRNA only within the host cell. Positive sense RNA genomes
    act very much like mRNA but are not mRNA (otherwise they'd be called mRNA).

    They are called the "genome" instead (as in the 30K subunit positive single-sense stranded RNA SARS-COV-2 viral genome).

    So this thing has never appeared in any viral genome in the universe.

    Cite?[1]

    I've provided this cite to you in the past, Chris, when you ridiculed my statement that the SARS-COV-2 viral genome was considered to be large.

    *Replication of the coronavirus genome: A paradox among positive-strand RNA viruses*
    <https://pmc.ncbi.nlm.nih.gov/articles/PMC8994683/>

    You should know that because all well-educated people know that.
    It's just a fact.

    It is not. You misunderstand.

    The 30K subunit positive-sense RNA acts like mRNA but it is NOT mRNA Chris.

    What we call mRNA is a smaller transcript of a specific gene that carries
    the instructions for making a single protein or a few related proteins.

    It's called +ssRNA expressly to avoid confusion with a host's mRNAs.

    Do you agree with the fact that the risk of fatalities from Covid for
    children under the age of 11 is almost zero or not, Chris?

    That's a very poorly framed question. Define "almost zero".

    That's odd comeing from you since YOU correct me by a decimal place (in my favor). Don't you even remember your own arguments in the past, Chris?

    Do you mean in
    absolute or relative terms? Today or at the height of the pandemic?
    Globally or nationally.

    Generally I mean in the USA (or in developed countries) since in some areas
    of the world, the life expectancy is such that people die of everything.


    Child deaths in car accidents (as a passenger) are also "almost zero".
    Think about that before you answer.

    Exactly my point. So let's outlaw cars because children can die in them.
    That's YOUR argument.

    Yes. Or no please.

    Ask a properly framed question first.

    The answer is that children are at almost no risk whatsoever, Chris.

    Do you see the inclusion of "or genetic material of the administered"
    gobbledygook? The CDC is not stupid. Neither am I. Neither are you.

    No idea why you think a typo requires a PhD to interpret. Yeah, it's got a mistake in it. Kinda funny but not a lie.

    No. The CDC, like Apple, isn't stupid, Chris. They're actually rather
    clever. Hell, even Trump turns out to be rather clever, shockingly so.

    The facts are clear that the CDC called this 'thing' a vaccine BEFORE the
    CDC changed their definition (twice) of what a vaccine is, where this
    'thing' doesn't meet their original definition, and their latest definition contains gobbledygook expressly to confuse people who don't know science.

    The CDC is not stupid Chris.
    That's NOT a typo.

    Just like Apple's unsigned "apology" wasn't an apology after all, Chris.
    <https://time.com/5081679/apple-apologizes-iphone-slowdown-controversy-battery-price/>

    Both Apple & the CDC can afford to pay very clever lawyers, Chris.

    They know it's a meaningless phrase they inserted to get an opportunity to >> insert the words "genetic material" as if the genetic material is from the >> viral genome.

    Well, it is derived from the genetic sequence of the genome.

    There is no doubt that it's genetic material, Chris.
    I don't doubt facts; only a fool doubts facts; that's why they're fools.

    But before the CDC changed the definition to include "genetic material",
    they called it a vaccine, and worse, when the CDC added "oh look, a
    squirrel", they did it in a way that is surrounded by gobbledygook.

    Yet we all know that it's not.

    Apparently, only you are genius enough to know otherwise.

    Huh? Even if we use the correct term of (+)ssRNA, aka ssRNA(+)
    , for the
    30K subunit viral genome, Chris, the mRNA fragment that is injected into
    humans is highly doctored such that it has NEVER been seen inside any virus
    in the universe (well, any virus that man has ever sequenced so far).

    I know the facts. Hence my logical assessment is based on the facts.

    It constantly amuses me how people with the least capacity to understand "facts" overuse the word so much.

    Well, what facts have you presented to show that kids are at a high risk?

    I assess the facts as a deliberate obfuscation, conflating the mechanism of >> traditional vaccines with the admittedly novel approach of mRNA vaccines,
    and potentially misleading the public about the origin of the genetic
    material in the latter.

    You're the only person doing the misleading.

    Hmm... my point is that the CDC called this 'thing' a vaccine *before* the
    CDC modified their own definition of what a vaccine is, where prior to
    their modifications, the definition required a vaccine to contain an
    antigen.

    That's a fact.

    You don't like facts; but you not liking them doesn't change that status.

    I am well enough educated to feel strongly that the CDC's use of the term
    "vaccine" for mRNA products is a misnomer and that it was a deliberate
    choice to make them more acceptable to the public.

    I'm afraid you're overconfident of your knowledge (c.f. Darwin). Plus
    you're misappropriating error as malice.

    There's no way it's a mistake, Chris. Impossible.

    Just as with Apple's apology blaming battery chemistry which only happened after iOS 10.2.1 updates, and which reversed if people back ported the OS.

    They had *many* lawyers poring over the exact words, which were designed to confuse the hoi polloi who don't have the education or intelligence of us.

    The CDC are not the global and
    final arbiters of what is or is not a vaccine.

    Well, I already discussed the approval process, all of which happened when
    the 'thing' they called a vaccine met zero definitions of a vaccine, Chris.

    There is no antigen.

    They provide a guide to help
    the public and perhaps some sectors of the scientific community. Admittedly the vaccine definition in their website is currently broken. Someone should tell them, although I suspect they have much bigger problems to deal with from within at the moment.

    You know Chris, I have to respect that you *understood* that their current definition is gobbledygook. Had this discussion been with a different Apple troll, such as Jolly Roger, he never would have even read the definition.

    Had this discussion been with Alan Baker, he would have claimed he wrote
    the damn definition for the CDC, so I have to respect that you noticed the
    "oh look! a squirrel!" gobbledygook in the CDC's well-vetted definition.

    You impress me sometimes. You really do. And for that, I appreciate you.


    But my assessment is still logically sensible as it is based on facts.

    Applying logic correctly based on flawed assumptions does not result in accurate assessments.

    Only fools disagree with facts; that's why they're fools.

    As you must be well aware of by now, I've been on record for saying that intelligent people never disagree with facts, because that's how
    intelligent people operate where an example of fact being Apple's promised
    iOS support is 5 years while Samsung's is 7 years, for example.

    Fact: Apple's promised written support is shorter. Period.

    I'm also on record for saying that CISA shows Apple's iOS exploits to be greater than that of any Android brand of phone (by about 142% as I recall,
    on average), which also would be a fact only a fool would disagree with.

    However, intelligent people can reasonably differ on assessments of those facts, where, for example, I could assess "Apple support sucks" when you
    might assess Apple's support is the best in the industry.

    The reason is people put different weights when assessing facts, an example being a mother of a recidivist murderer still may say "he is a good kid".

    [1] your statement is impossible to cite as it is impossible to prove. Your exaggeration is shooting yourself in the face.

    My assessments are based on facts, Chris:

    FACT 1: The "thing" called a vaccine was approved before they changed the definition of what a vaccine is, and, what this thing is, does not work
    like any other vaccine does that is known to man. That's just a fact.

    FACT 2: Kids have an almost zero chance of dying from Covid. That's a fact.

    FACT 3: The CDC changed the definition of a vaccine AFTER they approved the thing they called a vaccine all along. They changed it twice (AFAIK).

    FACT 4. The cell dies that expresses the viral spike protein, simply
    because your immune system will attack it with no quarter asked nor given.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bill Powell@21:1/5 to Alan on Wed Apr 30 06:12:34 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On Tue, 29 Apr 2025 18:10:08 -0700, Alan wrote:

    Following injection, human cells take up the mRNA, which is then translated >> into viral proteins. These proteins are subsequently displayed on the cell >> surface, triggering an immune response that causes the destruction of the
    infected cells.

    Everyone knows this. Except idiots like you.

    You mean like how everyone knows that "it's mrna that causes your body
    to make the virus."?

    Like that, idiot?

    You calling me an idiot after it was you who claimed that the body does not target for death any cell which presents the spike proteins, is funny.

    What you don't know about this would easily fill all the world's libraries.

    Idiot.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Bill Powell on Tue Apr 29 21:40:36 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-29 21:12, Bill Powell wrote:
    On Tue, 29 Apr 2025 18:10:08 -0700, Alan wrote:

    Following injection, human cells take up the mRNA, which is then
    translated
    into viral proteins. These proteins are subsequently displayed on the
    cell
    surface, triggering an immune response that causes the destruction of
    the
    infected cells.

    Everyone knows this. Except idiots like you.

    You mean like how everyone knows that "it's mrna that causes your body
    to make the virus."?

    Like that, idiot?

    You calling me an idiot after it was you who claimed that the body does not target for death any cell which presents the spike proteins, is funny.

    You calling me an idiot when you said the vaccine "causes your body to
    make the virus.": that's funny.

    Tell me: do you actually KNOW anything about this that you didn't read
    on wnd.com?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Chris on Wed Apr 30 11:16:45 2025
    XPost: misc.phone.mobile.iphone, comp.mobile.android

    On 2025-04-30 00:56, Chris wrote:
    Marion <marion@facts.com> wrote:
    On Tue, 29 Apr 2025 22:14:37 -0000 (UTC), Chris wrote :

    How has the definition changed in 2021 and 2024?

    The

    Will you just answer the fucking question?!

    Pfizer-BioNTech COVID-19 vaccine was initially granted Emergency Use
    Authorization by the FDA on December 11, 2020 and the CDC approved it on
    December 12, 2020 and then for more general use on August 23, 2021.

    The CDC has no role in approving COVID vaccines nor any other medical treatment. It's purely the FDA.

    After that fact, the CDC *changed* its definition of "vaccine" in September >> 2021 by focusing on "stimulating the body's immune response", which was a
    prep for the 2nd pre-planned change.

    What did it say *exactly*?

    Big deal. It's a website reflecting current understanding for the benefit
    of public. Global scientists don't sit at their benches waiting for the CDC to issue decrees.

    You're putting way too much authority on a simple public information
    system.

    More recently, the CDC again *changed* its definition on August 10, 2024 to >> add "genetic material" in between meaningless gobblydygook.

    You, of all people, should know this because we've discussed the CDC
    approved this 'thing' well before they changed their definition of what a
    vaccine is.

    The CDC is the US approved nothing. Plus, your US-centric bias is blinding you to the fact all of your footstomping is irrelevant in the rest of the world. The vaccine is not magically different inthe US.

    Viruses do not have any mRNA, Chris.

    Dear oh dear. SARS-CoV-2 is a positive strand, single stranded RNA virus. >>> The RNA genome functions exactly like mRNA in that it is directly
    translated to create virons. mRNA is the nomenclature for when a genome is >>> DNA-based and a gene needs to be transcribed to (m)RNA to then be
    translated to the protein product. With an RNA genome there's no need for >>> mRNA, for very obvious reasons.
    Positive sense RNA genomes
    act very much like mRNA but are not mRNA (otherwise they'd be called mRNA).

    You're simply repeating what I wrote, but with less understanding. Read
    again what I wrote and update your comprehension.

    So this thing has never appeared in any viral genome in the universe.

    Cite?[1]

    I've provided this cite to you in the past, Chris, when you ridiculed my
    statement that the SARS-COV-2 viral genome was considered to be large.

    *Replication of the coronavirus genome: A paradox among positive-strand RNA viruses*
    <https://pmc.ncbi.nlm.nih.gov/articles/PMC8994683/>

    Irrelevant cite. There's not even any mention of the vaccine.

    You should know that because all well-educated people know that.
    It's just a fact.

    It is not. You misunderstand.

    The 30K subunit positive-sense RNA acts like mRNA but it is NOT mRNA Chris. >>
    What we call mRNA is a smaller transcript of a specific gene that carries
    the instructions for making a single protein or a few related proteins.

    It's called +ssRNA expressly to avoid confusion with a host's mRNAs.

    No it isn't. It's called *messenger* RNA because the source (i.e. DNA)
    can't be translated directly for a variety of reasons. RNA genomes have no need for a messenger, obviously, and are functionally identical.

    Do you agree with the fact that the risk of fatalities from Covid for
    children under the age of 11 is almost zero or not, Chris?

    That's a very poorly framed question. Define "almost zero".

    That's odd

    Just answer the question.

    Do you mean in
    absolute or relative terms? Today or at the height of the pandemic?
    Globally or nationally.

    Generally I mean in the USA (or in developed countries) since in some areas >> of the world, the life expectancy is such that people die of everything.

    You should have a look at the US mortality statistics before looking down
    at other countries. Especially in neonates.


    Child deaths in car accidents (as a passenger) are also "almost zero".
    Think about that before you answer.

    Exactly my point. So let's outlaw cars because children can die in them.
    That's YOUR argument.

    Whoosh! This is why you're impossible to argue with. You only see your own viewpoint.

    That is categorically not my argument. Try again.


    There's no way it's a mistake, Chris. Impossible.

    It's only "impossible" because the alternative doesn't fit your world view.


    Occam's razor tells you it's definitely a mistake.


    My assessments are based on facts, Chris:

    FACT 1: The "thing" called a vaccine was approved before they changed the
    definition of what a vaccine is, and, what this thing is, does not work
    like any other vaccine does that is known to man. That's just a fact.

    It's not a thing. It is a new modality for vaccines, but it's still a vaccine.

    FACT 2: Kids have an almost zero chance of dying from Covid. That's a fact.

    Poorly defined.

    FACT 3: The CDC changed the definition of a vaccine AFTER they approved the >> thing they called a vaccine all along. They changed it twice (AFAIK).

    The CDC don't do vaccine approvals.

    FACT 4. The cell dies that expresses the viral spike protein, simply
    because your immune system will attack it with no quarter asked nor given.

    I mean that's exactly what you want to immune system to do. If not you'd be immune compromised.

    1/4 isn't a great return on your "FACTS". lol.




    He's quite the joke, isn't he?

    :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)