Differences
This shows you the differences between the selected revisions of the page.
| 2010-07-01 | 2010-07-01 | ||
| no summary (goldberg) | no summary (goldberg) | ||
| Line 248: | Line 248: | ||
| Public Class SFTP | Public Class SFTP | ||
| ' SFTP support, built on WinSCP | ' SFTP support, built on WinSCP | ||
| - | ' AF Goldberg, July 2010 | ||
| Public Shared Function PutSFTP(ByRef filename As String, ByRef remotehost As String, ByRef username As String, ByRef password As String, _ | Public Shared Function PutSFTP(ByRef filename As String, ByRef remotehost As String, ByRef username As String, ByRef password As String, _ | ||
| Optional ByVal outfilename As String = Nothing, Optional ByVal output As String = Nothing, | Optional ByVal outfilename As String = Nothing, Optional ByVal output As String = Nothing, | ||