Differences
This shows you the differences between the selected revisions of the page.
2016-10-11 | 2016-10-11 | ||
no summary (222.127.13.226) (hidden) | no summary (222.127.13.226) (hidden) | ||
Line 128: | Line 128: | ||
Dim transferOptions As New TransferOptions | Dim transferOptions As New TransferOptions | ||
transferOptions.TransferMode = TransferMode.Binary | transferOptions.TransferMode = TransferMode.Binary | ||
+ | |||
+ | 'I want to know how to check if the Directory is exists in FTP. There is not Function for it. Only the FileExist only | ||
Dim transferResult As TransferOperationResult | Dim transferResult As TransferOperationResult |