ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. ftp
    Log in to post
    • All categories
    • wrx7mW

      PowerShell - FTP Upload Script No Longer Working

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell ftp script
      31
      2 Votes
      31 Posts
      3k Views
      wrx7mW

      @Pete-S It was on linux - ProFTPD

    • RojoLocoR

      Strange error copying files from FTP server

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ftp windows explorer filezilla whycantisuggestworkingsolutions
      2
      2 Votes
      2 Posts
      451 Views
      DustinB3403D

      I'd just fire the customer if they are unable to listen to sound practices.

    • E

      FTP Connection in the HAproxy

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion reverse proxy haproxy ftp
      12
      0 Votes
      12 Posts
      10k Views
      JaredBuschJ

      https://serverfault.com/questions/663855/haproxy-for-load-balancing-vsftpd-servers

    • DustinB3403D

      FTP download from a Host with poor connectivity

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ftp linux windows
      28
      0 Votes
      28 Posts
      3k Views
      D

      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:

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

      Finished.

    • wrx7mW

      [Solved] Bat File Uploading CSV via FTP - Works from Server 2008 R2, 0KB File on FTP from 2012 R2

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ftp powershell windows server 2012 r2 windows server 2008 r2
      2
      2 Votes
      2 Posts
      986 Views
      wrx7mW

      I ended up going with an upgraded script by truly using powershell.

      I found the answer here -
      https://stackoverflow.com/questions/936108/how-to-script-ftp-upload-and-download

      Essentially this is the script:

      $File = "D:\Dev\somefilename.zip"
      $ftp = "ftp://username:[email protected]/pub/incoming/somefilename.zip"

      "ftp url: $ftp"

      $webclient = New-Object System.Net.WebClient
      $uri = New-Object System.Uri($ftp)

      "Uploading $File..."

      $webclient.UploadFile($uri, $File)

    • J

      Help learning how to add CAPTCHA to contact forms

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion azure ftp programming
      20
      4 Votes
      20 Posts
      5k Views
      scottalanmillerS

      @JessWaterfordTech said in Help learning how to add CAPTCHA to contact forms:

      @Ambarishrh based off of builtwith.com I am working with ASP.NET

      That's a start. So that still leaves you with dozens of language choices like Perl, Python, F#, Ruby and more. But 99% of the time the site that is ASP.NET will be built with C# or VB.NET. So you'll need to look at the code to determine which one, but C# looks like Java and VB.NET looks like it was written by a little kid, so they are pretty easy to tell apart 😉 No seriously, they look nothing alike, so it's normally super easy to tell.

    • mlnewsM

      Comparing FTP, FTPS and SFTP

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sftp ftp ftps ssh smartfile
      10
      3 Votes
      10 Posts
      3k Views
      scottalanmillerS

      I use Filezilla. My dad uses WinSCP. Six of one, half dozen of the other. I think WinSCP is more secure, some people have complained about security design choices in Filezilla but nothing I'm worried about.

    • DustinB3403D

      Self Hosted FTP

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ftp
      33
      3 Votes
      33 Posts
      6k Views
      dafyreD

      I'll throw another vote in for OwnCloud.

    • 1 / 1