diff --git a/ftpsClient.exe b/ftpsClient.exe index 8e297a4..d964b77 100644 Binary files a/ftpsClient.exe and b/ftpsClient.exe differ diff --git a/ftpsClient.go b/ftpsClient.go index 8829589..a3b0c28 100644 --- a/ftpsClient.go +++ b/ftpsClient.go @@ -95,6 +95,7 @@ func _InitFTP() error { log.Printf("[ERR] %s\r\n", err.Error()) continue } + break } if err != nil { log.Printf("[***] %s; %s\r\n", rmt, loc)