Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. Sending files on the local wifi from Linux computer to Linux computer.

Sending files on the local wifi from Linux computer to Linux computer.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
linux
23 Indlæg 18 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

    Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?

    #Linux

    jasonhoss@mastodon.socialJ This user is from outside of this forum
    jasonhoss@mastodon.socialJ This user is from outside of this forum
    jasonhoss@mastodon.social
    wrote sidst redigeret af
    #7

    @mosgaard Another vote for LocalSend. Cross platform as well so you can copy files between Linux, macOS, Windows, iOS, and Android. I use it frequently.

    1 Reply Last reply
    0
    • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

      Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?

      #Linux

      benjaminlj@virup.socialB This user is from outside of this forum
      benjaminlj@virup.socialB This user is from outside of this forum
      benjaminlj@virup.social
      wrote sidst redigeret af
      #8

      @mosgaard Rsync

      1 Reply Last reply
      0
      • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

        Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?

        #Linux

        dreamer@mastodon.worldD This user is from outside of this forum
        dreamer@mastodon.worldD This user is from outside of this forum
        dreamer@mastodon.world
        wrote sidst redigeret af
        #9

        @mosgaard `python -m http.server` from the directory you want to share.

        mosgaard@uddannelse.socialM 1 Reply Last reply
        0
        • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

          Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?

          #Linux

          hobbs@dobbs.townH This user is from outside of this forum
          hobbs@dobbs.townH This user is from outside of this forum
          hobbs@dobbs.town
          wrote sidst redigeret af
          #10

          @mosgaard
          warp or warpinator?

          1 Reply Last reply
          0
          • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

            Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?

            #Linux

            seyon@ciberlandia.ptS This user is from outside of this forum
            seyon@ciberlandia.ptS This user is from outside of this forum
            seyon@ciberlandia.pt
            wrote sidst redigeret af
            #11

            @mosgaard RSYNC? 😛

            1 Reply Last reply
            0
            • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

              Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?

              #Linux

              diesch@loma.mlD This user is from outside of this forum
              diesch@loma.mlD This user is from outside of this forum
              diesch@loma.ml
              wrote sidst redigeret af
              #12
              @mosgaard NFS or sshfs
              1 Reply Last reply
              0
              • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

                Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?

                #Linux

                enoent@ravenation.clubE This user is from outside of this forum
                enoent@ravenation.clubE This user is from outside of this forum
                enoent@ravenation.club
                wrote sidst redigeret af
                #13

                @mosgaard

                scp

                1 Reply Last reply
                0
                • mrcopilot@mstdn.socialM mrcopilot@mstdn.social

                  @mosgaard I'm all KDE now, so KDE Connect is what I use daily.

                  https://kdeconnect.kde.org/

                  blazp@toot.siB This user is from outside of this forum
                  blazp@toot.siB This user is from outside of this forum
                  blazp@toot.si
                  wrote sidst redigeret af
                  #14

                  @mrcopilot @mosgaard +1

                  1 Reply Last reply
                  0
                  • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

                    Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?

                    #Linux

                    d1@autistics.lifeD This user is from outside of this forum
                    d1@autistics.lifeD This user is from outside of this forum
                    d1@autistics.life
                    wrote sidst redigeret af
                    #15

                    @mosgaard you're all missing the simple and obvious. *Every* Linux File Browser *already* has built-in support to connect to a remote SFTP share (the remote #linux box needs the "openssh-server" installed).
                    It goes almost full wire speed, even on tiny files. Beats SMB for speed. I use this heavily in my home lab. For example in #KDE Dolphin: "Network": icon on left - > "Add Network Folder" button in the upper right - > "Secure shell (ssh)" radio button.
                    #SelfHosting`

                    dlakelan@mastodon.sdf.orgD 1 Reply Last reply
                    0
                    • d1@autistics.lifeD d1@autistics.life

                      @mosgaard you're all missing the simple and obvious. *Every* Linux File Browser *already* has built-in support to connect to a remote SFTP share (the remote #linux box needs the "openssh-server" installed).
                      It goes almost full wire speed, even on tiny files. Beats SMB for speed. I use this heavily in my home lab. For example in #KDE Dolphin: "Network": icon on left - > "Add Network Folder" button in the upper right - > "Secure shell (ssh)" radio button.
                      #SelfHosting`

                      dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                      dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                      dlakelan@mastodon.sdf.org
                      wrote sidst redigeret af
                      #16

                      @d1
                      This requires that the user have an account on both machines though. if you want to send something between say two laptops owned by different people where neither one wants to give an account to the other, you want LocalSend probably
                      @mosgaard

                      thaodan@mastodon.socialT 1 Reply Last reply
                      0
                      • dlakelan@mastodon.sdf.orgD dlakelan@mastodon.sdf.org

                        @d1
                        This requires that the user have an account on both machines though. if you want to send something between say two laptops owned by different people where neither one wants to give an account to the other, you want LocalSend probably
                        @mosgaard

                        thaodan@mastodon.socialT This user is from outside of this forum
                        thaodan@mastodon.socialT This user is from outside of this forum
                        thaodan@mastodon.social
                        wrote sidst redigeret af
                        #17

                        @dlakelan @d1 @mosgaard or KDE Connect.

                        dlakelan@mastodon.sdf.orgD 1 Reply Last reply
                        0
                        • dreamer@mastodon.worldD dreamer@mastodon.world

                          @mosgaard `python -m http.server` from the directory you want to share.

                          mosgaard@uddannelse.socialM This user is from outside of this forum
                          mosgaard@uddannelse.socialM This user is from outside of this forum
                          mosgaard@uddannelse.social
                          wrote sidst redigeret af
                          #18

                          @dreamer uh, looks straight forward, where will it show up?

                          dreamer@mastodon.worldD 1 Reply Last reply
                          0
                          • thaodan@mastodon.socialT thaodan@mastodon.social

                            @dlakelan @d1 @mosgaard or KDE Connect.

                            dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                            dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                            dlakelan@mastodon.sdf.org
                            wrote sidst redigeret af
                            #19

                            @thaodan @d1 @mosgaard

                            Or put the file in a scratch directory and export it with NFS v4

                            mosgaard@uddannelse.socialM 1 Reply Last reply
                            0
                            • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

                              @dreamer uh, looks straight forward, where will it show up?

                              dreamer@mastodon.worldD This user is from outside of this forum
                              dreamer@mastodon.worldD This user is from outside of this forum
                              dreamer@mastodon.world
                              wrote sidst redigeret af
                              #20

                              @mosgaard <host_ip>:8000

                              Of course this is not safe to do at all, but if you just want to quickly share a file with your friend over the local network .. why not? :#

                              mosgaard@uddannelse.socialM 1 Reply Last reply
                              0
                              • dreamer@mastodon.worldD dreamer@mastodon.world

                                @mosgaard <host_ip>:8000

                                Of course this is not safe to do at all, but if you just want to quickly share a file with your friend over the local network .. why not? :#

                                mosgaard@uddannelse.socialM This user is from outside of this forum
                                mosgaard@uddannelse.socialM This user is from outside of this forum
                                mosgaard@uddannelse.social
                                wrote sidst redigeret af
                                #21

                                @dreamer makes sense, I like how straight forward this is.

                                Will I need to un-share afterwards?

                                nicholai@helvede.netN 1 Reply Last reply
                                0
                                • dlakelan@mastodon.sdf.orgD dlakelan@mastodon.sdf.org

                                  @thaodan @d1 @mosgaard

                                  Or put the file in a scratch directory and export it with NFS v4

                                  mosgaard@uddannelse.socialM This user is from outside of this forum
                                  mosgaard@uddannelse.socialM This user is from outside of this forum
                                  mosgaard@uddannelse.social
                                  wrote sidst redigeret af
                                  #22

                                  @dlakelan @thaodan @d1 in this case both are my computers, as I’m switching, so this actually seems like a really good option.

                                  I’ll look into this!

                                  1 Reply Last reply
                                  0
                                  • mosgaard@uddannelse.socialM mosgaard@uddannelse.social

                                    @dreamer makes sense, I like how straight forward this is.

                                    Will I need to un-share afterwards?

                                    nicholai@helvede.netN This user is from outside of this forum
                                    nicholai@helvede.netN This user is from outside of this forum
                                    nicholai@helvede.net
                                    wrote sidst redigeret af
                                    #23

                                    @mosgaard
                                    Ctrl-c until death.

                                    1 Reply Last reply
                                    0
                                    Svar
                                    • Svar som emne
                                    Login for at svare
                                    • Ældste til nyeste
                                    • Nyeste til ældste
                                    • Most Votes


                                    • Log ind

                                    • Har du ikke en konto? Tilmeld

                                    • Login or register to search.
                                    Powered by NodeBB Contributors
                                    Graciously hosted by data.coop
                                    • First post
                                      Last post
                                    0
                                    • Hjem
                                    • Seneste
                                    • Etiketter
                                    • Populære
                                    • Verden
                                    • Bruger
                                    • Grupper