Microsoft
Software
Hardware
Network
Question : PowerShell SFTP
Hello,
I am looking to automate SFTP transfers from a vendor. This would be simple by using ps
ftp.exe
if I were grabbing the contents of the entire directory daily, however the data will remain on the SFTP server for 1 - 2 weeks, and I will need to check a few other things before downloading the files. The files are large so I do not want to overwrite daily.
The /n tools are not an option as I have 0 budget for this project. Is there any other way to SFTP through PowerShell that is free, and that I would have the ability to check if files had already been downloaded by comparing against a text log of previously downloaded files? It has to be against a list, as the files will be transfered out of the temporary download location daily.
If there is no way to do this through PowerShell, but you are aware of other options, I am open to all ideas.
Thank you for any information / ideas.
Answer : PowerShell SFTP
arp -s ipaddress macaddress
Random Solutions
web design vs dev
How deploy a website shortcut to 200 users desktop
ASP.Net Drop Shadow Effect
Burning apps all say no cd in drive
Exchange Store Restore
excel vba script needed
Exchange SCR between versions
How do I cancel an Outlook event for an AD user that no longer exists?
Javascript form validation problems
Passing a structure from VBA in Excel to a C DLL