Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Public Sub Main()
  2. Try
  3. ftp.Connect()
  4. ftp.SendFiles(files, "/Customer File", True, False)
  5. ftp.Close()
  6. Catch ex As Exception
  7. Dts.TaskResult = ScriptResults.Failure
  8. End Try
  9. Dts.TaskResult = ScriptResults.Success
  10. End Sub
Add Comment
Please, Sign In to add comment