ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Large File Sharing

    IT Discussion
    21
    40
    2.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ObsolesceO
      Obsolesce @Kyle
      last edited by

      @Kyle said in Large File Sharing:

      What would you use for large file sharing for remote workers?

      Google drive file stream

      1 Reply Last reply Reply Quote 0
      • GreyG
        Grey @JaredBusch
        last edited by

        @JaredBusch said in Large File Sharing:

        You can easily provide a means for a user to download a large file. but sharing implies that it would be opened across the internet.

        To do that means the file will be downloaded to local temp directory.
        Edits will be made and then when you click save, it write the local temp copy and then attempts to upload it.

        Users at home do not have symmetrical bandwidth. You will not see joy in this.

        OneDrive has the ability to edit native files (word, excel, etc.) in the web browser (no large download required) with multiple users connected and editing the same file at the same time. This function, in an enterprise, is also done through Sharepoint. Both systems can share large files, and you can frontend it with Teams. O365 is perfect for the remote worker, really. Staying less remote with a bunch of office sites leaves you to look at DFS for a more traditional/classic version of SMB file sharing without traversing high latency lines on demand since DFS makes the files local and synced using BITS.
        Without enterprise O365, a personal version (which includes onedrive's sharing ability) would also work.
        Going away from the Microsoft solution, I'd suggest OwnCloud. It's not nearly as easy for users, but it can also work in a pinch when no other solutions are present (or you don't have an O365 license).

        JaredBuschJ 1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @Grey
          last edited by JaredBusch

          @Grey said in Large File Sharing:

          @JaredBusch said in Large File Sharing:

          You can easily provide a means for a user to download a large file. but sharing implies that it would be opened across the internet.

          To do that means the file will be downloaded to local temp directory.
          Edits will be made and then when you click save, it write the local temp copy and then attempts to upload it.

          Users at home do not have symmetrical bandwidth. You will not see joy in this.

          OneDrive has the ability to edit native files (word, excel, etc.) in the web browser (no large download required) with multiple users connected and editing the same file at the same time. This function, in an enterprise, is also done through Sharepoint. Both systems can share large files, and you can frontend it with Teams. O365 is perfect for the remote worker, really. Staying less remote with a bunch of office sites leaves you to look at DFS for a more traditional/classic version of SMB file sharing without traversing high latency lines on demand since DFS makes the files local and synced using BITS.
          Without enterprise O365, a personal version (which includes onedrive's sharing ability) would also work.

          Correct moving to online editing is the only solution. Get away from legacy sharing concepts is what is required.

          Going away from the Microsoft solution, I'd suggest OwnCloud. It's not nearly as easy for users, but it can also work in a pinch when no other solutions are present (or you don't have an O365 license).

          Nextcloud instead of ownCloud, but yes.
          571ed7ae-9297-4601-969c-651b273d5f0f-image.png

          3a229ebe-31f1-4d5a-8064-3e6edf9fa680-image.png

          1 Reply Last reply Reply Quote 1
          • DashrenderD
            Dashrender
            last edited by

            RDP to a desktop near the share would be another option as well. Though performance could still be bad.

            ObsolesceO 1 Reply Last reply Reply Quote 0
            • ObsolesceO
              Obsolesce @Dashrender
              last edited by

              @Dashrender said in Large File Sharing:

              RDP to a desktop near the share would be another option as well. Though performance could still be bad.

              No that isn't an option...

              dafyreD 1 Reply Last reply Reply Quote 0
              • dafyreD
                dafyre @Obsolesce
                last edited by

                @Obsolesce said in Large File Sharing:

                @Dashrender said in Large File Sharing:

                RDP to a desktop near the share would be another option as well. Though performance could still be bad.

                No that isn't an option...

                Why not?

                JaredBuschJ 1 Reply Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch @dafyre
                  last edited by

                  @dafyre said in Large File Sharing:

                  @Obsolesce said in Large File Sharing:

                  @Dashrender said in Large File Sharing:

                  RDP to a desktop near the share would be another option as well. Though performance could still be bad.

                  No that isn't an option...

                  Why not?

                  Because they are sharing. How many RDP are you going to set up?

                  dafyreD coliverC 2 Replies Last reply Reply Quote 0
                  • dafyreD
                    dafyre @JaredBusch
                    last edited by

                    @JaredBusch said in Large File Sharing:

                    @dafyre said in Large File Sharing:

                    @Obsolesce said in Large File Sharing:

                    @Dashrender said in Large File Sharing:

                    RDP to a desktop near the share would be another option as well. Though performance could still be bad.

                    No that isn't an option...

                    Why not?

                    Because they are sharing. How many RDP are you going to set up?

                    Good point. Thanks for adding some Clarification other than "No."

                    Though, depending on what kind of files and whether or not everybody is trying to edit the same one... a single RDP server with the files stored locally would work for this.

                    1 Reply Last reply Reply Quote 0
                    • coliverC
                      coliver @JaredBusch
                      last edited by

                      @JaredBusch said in Large File Sharing:

                      @dafyre said in Large File Sharing:

                      @Obsolesce said in Large File Sharing:

                      @Dashrender said in Large File Sharing:

                      RDP to a desktop near the share would be another option as well. Though performance could still be bad.

                      No that isn't an option...

                      Why not?

                      Because they are sharing. How many RDP are you going to set up?

                      You could do an RDP Gateway and just have a single outbound connection.... but it's really not ideal, RDP isn't the fastest or lightest protocol.

                      dafyreD scottalanmillerS 2 Replies Last reply Reply Quote 1
                      • dafyreD
                        dafyre @coliver
                        last edited by

                        @coliver said in Large File Sharing:

                        @JaredBusch said in Large File Sharing:

                        @dafyre said in Large File Sharing:

                        @Obsolesce said in Large File Sharing:

                        @Dashrender said in Large File Sharing:

                        RDP to a desktop near the share would be another option as well. Though performance could still be bad.

                        No that isn't an option...

                        Why not?

                        Because they are sharing. How many RDP are you going to set up?

                        You could do an RDP Gateway and just have a single outbound connection.... but it's really not ideal, RDP isn't the fastest or lightest protocol.

                        True, but in this case, being closer to the file(s) they need to edit would make most things a lot faster than a VPN -- especially if that VPN had to upload a big file over a crappy connection.

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • KyleK
                          Kyle @hobbit666
                          last edited by

                          @hobbit666 Large files, 200-900 Gb design files.

                          ObsolesceO GreyG 2 Replies Last reply Reply Quote 0
                          • jt1001001J
                            jt1001001
                            last edited by jt1001001

                            what is the type of design file and do you need simultaneous access?? So Far NextCloud is probably a good option

                            1 Reply Last reply Reply Quote 0
                            • wrx7mW
                              wrx7m
                              last edited by

                              @JaredBusch said in Large File Sharing:

                              Correct moving to online editing is the only solution. Get away from legacy sharing concepts is what is required.

                              Piggy-backing. What if these files are larger media files like, psd, ai, jpg, raw and even video? Do you know of something that works well (for at least the still image media)?

                              1 Reply Last reply Reply Quote 1
                              • ObsolesceO
                                Obsolesce @Kyle
                                last edited by

                                @Kyle said in Large File Sharing:

                                @hobbit666 Large files, 200-900 Gb design files.

                                Then file sharing is the wrong term here.

                                wrx7mW 1 Reply Last reply Reply Quote 0
                                • wrx7mW
                                  wrx7m @Obsolesce
                                  last edited by

                                  @Obsolesce said in Large File Sharing:

                                  @Kyle said in Large File Sharing:

                                  @hobbit666 Large files, 200-900 Gb design files.

                                  Then file sharing is the wrong term here.

                                  OK. I will bite. What is the correct term?

                                  1 Reply Last reply Reply Quote 0
                                  • GreyG
                                    Grey @Kyle
                                    last edited by

                                    @Kyle said in Large File Sharing:

                                    @hobbit666 Large files, 200-900 Gb design files.

                                    If they're truly that large, and your workforce is remotely accessing them, you might consider going to a full VDI solution, especially VMWare Horizon with Tesla cards for graphic and processing enhancements.

                                    1 scottalanmillerS 2 Replies Last reply Reply Quote 4
                                    • 1
                                      1337 @Grey
                                      last edited by

                                      @Grey said in Large File Sharing:

                                      @Kyle said in Large File Sharing:

                                      @hobbit666 Large files, 200-900 Gb design files.

                                      If they're truly that large, and your workforce is remotely accessing them, you might consider going to a full VDI solution, especially VMWare Horizon with Tesla cards for graphic and processing enhancements.

                                      I agree with this. You don't want to move those files at all if possible. They need to be on a 10 gigabit connection to the machines working on the files.

                                      1 Reply Last reply Reply Quote 1
                                      • scottalanmillerS
                                        scottalanmiller @coliver
                                        last edited by

                                        @coliver said in Large File Sharing:

                                        @JaredBusch said in Large File Sharing:

                                        @dafyre said in Large File Sharing:

                                        @Obsolesce said in Large File Sharing:

                                        @Dashrender said in Large File Sharing:

                                        RDP to a desktop near the share would be another option as well. Though performance could still be bad.

                                        No that isn't an option...

                                        Why not?

                                        Because they are sharing. How many RDP are you going to set up?

                                        You could do an RDP Gateway and just have a single outbound connection.... but it's really not ideal, RDP isn't the fastest or lightest protocol.

                                        Better than you think.

                                        1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @Grey
                                          last edited by

                                          @Grey said in Large File Sharing:

                                          @Kyle said in Large File Sharing:

                                          @hobbit666 Large files, 200-900 Gb design files.

                                          If they're truly that large, and your workforce is remotely accessing them, you might consider going to a full VDI solution, especially VMWare Horizon with Tesla cards for graphic and processing enhancements.

                                          VDI doesn't matter, versus terminal servers. Both are just the "RDP" solution mentioned above. Yes, you might not actually use RDP, but just a replacement protocol. But lots of VDI is RDP, most, probably.

                                          GreyG 1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @dafyre
                                            last edited by

                                            @dafyre said in Large File Sharing:

                                            @coliver said in Large File Sharing:

                                            @JaredBusch said in Large File Sharing:

                                            @dafyre said in Large File Sharing:

                                            @Obsolesce said in Large File Sharing:

                                            @Dashrender said in Large File Sharing:

                                            RDP to a desktop near the share would be another option as well. Though performance could still be bad.

                                            No that isn't an option...

                                            Why not?

                                            Because they are sharing. How many RDP are you going to set up?

                                            You could do an RDP Gateway and just have a single outbound connection.... but it's really not ideal, RDP isn't the fastest or lightest protocol.

                                            True, but in this case, being closer to the file(s) they need to edit would make most things a lot faster than a VPN -- especially if that VPN had to upload a big file over a crappy connection.

                                            Right, typically RDP is worlds faster here.

                                            KyleK 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • First post
                                              Last post