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) | Restored revision 1463129238. Undoing revisions 1476189039, 1476189195, 1476189373, 1476189428. (martin) (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 function exists | ||
| - | 'b'Cos when i create a Directory and the path is already exists, the createDirectory throws an exeption error. | ||
| - | 'please help me. | ||
| Dim transferResult As TransferOperationResult | Dim transferResult As TransferOperationResult | ||
| Line 188: | Line 184: | ||
| # Throw on any error | # Throw on any error | ||
| - | $transferResult.Check()dgds | + | $transferResult.Check() |
| # Print results | # Print results | ||