Pro VB.NET 2002/2003For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Since our security folks have installed WINSSHD on our servers, my FTP code is broken. What I have been looking for is an API or code that handles Secure FTP (Port 22) functionality. Any help is appreciated. TIA
There are several FTPS implementations out ther but this is the only one that I've been able to find that'll actually do SSH. If you need an open source FTP component try:
Hi, there are two different protocols called "Secure FTP". One of them is plain, old FTP over SSL channel (FTPS), the other is SSH File Transfer Protocol (SFTP).