log prints shows temporary filename suffix
This commit is contained in:
parent
e2b96364e8
commit
e48ef455bd
BIN
ftpsClient.exe
BIN
ftpsClient.exe
Binary file not shown.
@ -151,7 +151,7 @@ func _Download(local, remote string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func _Upload(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)
|
baseLocal := filepath.Base(local)
|
||||||
var err error
|
var err error
|
||||||
if suffix != "" {
|
if suffix != "" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user