Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with secure FTP in PowerShell #21

Open
utterances-bot opened this issue Nov 1, 2021 · 3 comments
Open

Working with secure FTP in PowerShell #21

utterances-bot opened this issue Nov 1, 2021 · 3 comments

Comments

@utterances-bot
Copy link

Working with secure FTP in PowerShell | Chad’s Blog

Recently learned a new way to work with secure FTP in PowerShell

https://chadbaldwin.net/2021/11/01/sftp-in-powershell.html

Copy link

paschott commented Nov 1, 2021

Good overview on getting started. I'm going through this right now for one of the processes we need to automate. The "winscp" module is definitely easier than calling the DLLs.

@chadbaldwin
Copy link
Owner

@paschott nice! Just an FYI though, like I mentioned in the post, I don't recommend this for a production process. It's a 3rd party built tool, so you're relying on them using a legitimate copy of the WinSCP DLL/EXE, and the module does not appear to be in active development.

But I think it's great for proof of concept / draft work before moving into something more complicated, like C#.

For a production process, if it needed to be in PowerShell, then I would recommend doing it the official way as shown by WinSCP, and that is to import the WinSCP DLL file as a new type, and work with it that way.

Copy link

Nice, thanks for share.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants