Transfer directory from source FTP server to destination FTP server
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public void TransferDir( Ftp source, Ftp destination, string dir ) |
Visual Basic |
---|
Public Sub TransferDir ( _ source As Ftp, _ destination As Ftp, _ dir As String _ ) |
Visual C++ |
---|
public: void TransferDir( Ftp^ source, Ftp^ destination, String^ dir ) |
Parameters
- source
- Type: Jscape.Ftp..::..Ftp
the source FTP server
- destination
- Type: Jscape.Ftp..::..Ftp
the destination FTP server
- dir
- Type: System..::..String
the directory name
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP related error occurs. |