Recent content by dISh

  1. dISh

    SSH Script to Pull File from Server

    Hi Laser, Sorry little rusty.. based on your response, you want to call scp (secure copy). Try run the following on the command prompt. c:\program files (x86)\Putty\pscp.exe -pw <password> <username>@<hostname>:/var/www/html/wp-content/uploads/gravity-form-export/2013-06-30.csv c:\wp...
  2. dISh

    SSH Script to Pull File from Server

    Hi Laserpp, I'm not familiar with powershell but instead of ftp you can use sftp. Grab Putty for windows, http://tartarus.org/~simon/putty-snapshots/x86/putty-installer.exe Put the installed directory in system $path or link your script directly to the sftp.exe file. For the script it is...