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

    FTP download from a Host with poor connectivity

    IT Discussion
    ftp linux windows
    8
    28
    2.6k
    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.
    • DustinB3403D
      DustinB3403 @dafyre
      last edited by

      @dafyre said in FTP download from a Host with poor connectivity:

      @dustinb3403 said in FTP download from a Host with poor connectivity:

      @jaredbusch said in FTP download from a Host with poor connectivity:

      @dustinb3403 said in FTP download from a Host with poor connectivity:

      @jaredbusch said in FTP download from a Host with poor connectivity:

      @dustinb3403 said in FTP download from a Host with poor connectivity:

      @jaredbusch supposedly there is some ftp option, but I've not found any way to log in.

      As it is I'm just connected to a website that constantly drops the connection to the download.

      it is probably public. Just open filezilla and enter the ftp.domain.com address with no login and see what happens

      Response: 530 Sorry, no ANONYMOUS access allowed.
      Error: Critical error: Could not connect to server

      color me shocked.

      Ha, that's what I was thinking when I started this..

      I've got an app running that just presses F5 every 5 seconds... So by the new year I should have the file....

      And you need it for tomorrow.

      No, but sooner than later would be better.

      1 Reply Last reply Reply Quote 1
      • DustinB3403D
        DustinB3403
        last edited by

        ugh. . .

        and it still drops the download!

        I might try this from home where my connection isn't shared with coworkers. . .

        1 Reply Last reply Reply Quote 0
        • black3dynamiteB
          black3dynamite
          last edited by

          For Windows:
          Try Invoke-Webrequest
          https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-5.1

          For Linux:
          Try wget

          DustinB3403D 1 Reply Last reply Reply Quote 0
          • DustinB3403D
            DustinB3403 @black3dynamite
            last edited by

            @black3dynamite that would work if I could get a direct download link. . .

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

              Open your browser download history and copy the download link.
              0_1513380648626_e92853e7-4556-4021-ac3b-8eb91bebb940-image.png

              1 Reply Last reply Reply Quote 1
              • black3dynamiteB
                black3dynamite @DustinB3403
                last edited by

                @dustinb3403 said in FTP download from a Host with poor connectivity:

                @black3dynamite that would work if I could get a direct download link. . .

                If you are downloading it from Firefox, firefox should be able to allow Copy Download Link.
                0_1513380596214_Screenshot from 2017-12-15 16-29-18.png

                1 Reply Last reply Reply Quote 0
                • DustinB3403D
                  DustinB3403
                  last edited by

                  It isn't a link to the file. It's some weird link.

                  Here are some generic details from the link.

                  Command=DownloadFileShare&FileToken=1&ShareToken=101E

                  It doesn't end in the file it's self (PS I know how to get the direct download link if it were so simple).

                  1 Reply Last reply Reply Quote 0
                  • D
                    Darek Hamann
                    last edited by

                    It would also be possible to break down the files with WinSCP and transfer them with FileZilla.

                    Get WinSCP: http://winscp.net/eng/index.php - "WinSCP is an open source free SFTP client, FTP client, WebDAV client and SCP client for Windows."

                    Add a Custom Command:
                    Code: rar a -r -m0 -v20m "!.rar" "!"
                    'Remote Command', 'Apply to Directories'... Add the Custom Commands toolbar.
                    This command will use Rar (install it on your server) to spit the file(s)/directory into 20mb numbered rar files using no compression, therefore very quickly. If you multi-select files, they'll each have their own multi-part rar file, nice.

                    We will still use Filezilla for transferring the files, using Simultaneous Transfers 😉 as it's by far the nicest/best working FTP client out there (even despite this missing, much needed functionality).

                    So now the every-day steps are:

                    1. Start WinSCP
                    2. Log in to the server
                    3. Browse to the file(s)
                    4. Select them
                    5. Click on the custom command's toolbar button ... it then gets to work processing (seconds or a minute perhaps)...
                    6. Start Filesilla
                    7. Log in to the server
                      8 ) Browse to the file(s) and the multi-part rars
                    8. Select the rars
                    9. Download them to the local machine ... watching the simultaneous transfers chomping thru the data!
                    10. Unrar the local rar files when completed
                    11. Delete the rar files from the remote server using WinSCP as it does it quicker.

                    Finished.

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