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 129: | Line 129: | ||
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 | + | 'I want to know how to check if the Directory is exists in FTP. There is not Function for it. Only the FileExist function exists |
+ | 'b'Cos when i create a Directory and the path is already exists, the createDirectory throes an exeption error. | ||
Dim transferResult As TransferOperationResult | Dim transferResult As TransferOperationResult |