Transfer files matching filter from source FTP server to destination FTP server

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public void MTransfer(
	Ftp source,
	Ftp destination,
	string filter
)
Visual Basic
Public Sub MTransfer ( _
	source As Ftp, _
	destination As Ftp, _
	filter As String _
)
Visual C++
public:
void MTransfer(
	Ftp^ source, 
	Ftp^ destination, 
	String^ filter
)

Parameters

source
Type: Jscape.Ftp..::..Ftp
the source FTP server
destination
Type: Jscape.Ftp..::..Ftp
the destination FTP server
filter
Type: System..::..String
the file filter

Exceptions

ExceptionCondition
Jscape.Ftp..::..FtpExceptionIf an I/O or FTP related error occurs.

See Also