diff --git a/ftpsClient.exe b/ftpsClient.exe index e3def56..abbe09c 100644 Binary files a/ftpsClient.exe and b/ftpsClient.exe differ diff --git a/ftpsClient.go b/ftpsClient.go index d43443b..af74887 100644 --- a/ftpsClient.go +++ b/ftpsClient.go @@ -151,7 +151,7 @@ func _Download(local, remote string) { } func _Upload(local, remote string) { - log.Printf("[MSG] Uploading: %s\r\n", local) + log.Printf("[MSG] Uploading: %s\r\n", local+suffix) baseLocal := filepath.Base(local) var err error if suffix != "" {