I tried to search for a similar issue but had no luck.
I am having trouble getting a move down action to function properly. The local pathway is filled in, but the logs shows it as blank in the second portion. I changed the log to red/green to reflect what I am speaking about.
The log also says "listing complete", but their is files that Voyager is not picking up (I believe because of this pathway issue). Why would the local pathway not be repeated properly for this task?
[03] Tue 08Jan19 16:00:01 - Negotiating SSH2 session with server...
[03] Tue 08Jan19 16:00:01 - Client Identification: SSH-2.0-FTP Voyager_16.2.0.328
[03] Tue 08Jan19 16:00:01 - Server Identification: SSH-2.0-CrushFTPSSHD
[03] Tue 08Jan19 16:00:01 - Initializing key exchange process...
[03] Tue 08Jan19 16:00:02 - Selected key exchange algorithm: diffie-hellman-group14-sha1
[03] Tue 08Jan19 16:00:02 - Host Key Fingerprint: 02:7C:81:C3:6C:6A:7C:F6:93:6A:B1:A4:87:0A:D2:9B
[03] Tue 08Jan19 16:00:02 - Server --> Client: Encryption: aes128-cbc, MAC: hmac-sha1, Compression: zlib
[03] Tue 08Jan19 16:00:02 - Client --> Server: Encryption: aes128-cbc, MAC: hmac-sha1, Compression: zlib
[03] Tue 08Jan19 16:00:02 - Selected public key protocol: ssh-rsa
[03] Tue 08Jan19 16:00:02 - Key exchange process successfully completed.
[07] Tue 08Jan19 16:00:02 - SSH_MSG_SERVICE_REQUEST: service: ssh-userauth
[08] Tue 08Jan19 16:00:02 - SSH_MSG_SERVICE_ACCEPT: service accepted
[03] Tue 08Jan19 16:00:02 - Querying server for supported authentication methods
[07] Tue 08Jan19 16:00:02 - SSH_MSG_USERAUTH_REQUEST: user: donovanconstruction-inv; service: ssh-connection; type: none
[08] Tue 08Jan19 16:00:02 - SSH_MSG_USERAUTH_FAILURE: partial: 0; available authentications: password, publickey, keyboard-interactive
[03] Tue 08Jan19 16:00:02 - Supported authentication methods: password, publickey, keyboard-interactive
[07] Tue 08Jan19 16:00:02 - SSH_MSG_USERAUTH_REQUEST: user: donovanconstruction-inv; service: ssh-connection; type: password
[08] Tue 08Jan19 16:00:02 - SSH_MSG_USERAUTH_SUCCESS: authentication successful
[03] Tue 08Jan19 16:00:02 - Login successful.
[07] Tue 08Jan19 16:00:02 - SSH_MSG_CHANNEL_OPEN: type: session; local channel: 0
[08] Tue 08Jan19 16:00:02 - SSH_MSG_CHANNEL_OPEN_CONFIRMATION: local channel: 0; remote channel: 0
[07] Tue 08Jan19 16:00:02 - SSH_MSG_CHANNEL_REQUEST: remote channel: 0; request type: subsystem; subsytem: sftp
[08] Tue 08Jan19 16:00:02 - SSH_MSG_CHANNEL_SUCCESS: channel request succeeded; local channel: 0
[07] Tue 08Jan19 16:00:02 - SSH_FXP_INIT: client version: 6
[08] Tue 08Jan19 16:00:02 - SSH_FXP_VERSION: server version: 4
[03] Tue 08Jan19 16:00:02 - Negotiated SFTP version 4
[07] Tue 08Jan19 16:00:02 - SSH_FXP_REALPATH: translating path: .
[08] Tue 08Jan19 16:00:02 - SSH_FXP_NAME: translated path: /
[13] Tue 08Jan19 16:00:02 - (Action: "Invoices/*.*" to "C:\Users\this\is\a\folder\path") - Moving remote path "Invoices/*.*" to local path ""
[03] Tue 08Jan19 16:00:02 - Listing contents of: Invoices
[07] Tue 08Jan19 16:00:02 - SSH_FXP_OPENDIR: path: Invoices
[08] Tue 08Jan19 16:00:03 - SSH_FXP_HANDLE: handle: Invoices
[08] Tue 08Jan19 16:00:03 - SSH_FXP_STATUS: status: SSH_FX_EOF; description: There are no more files
[07] Tue 08Jan19 16:00:03 - SSH_FXP_CLOSE: handle: Invoices
[08] Tue 08Jan19 16:00:03 - SSH_FXP_STATUS: status: SSH_FX_OK; description: The operation completed
[03] Tue 08Jan19 16:00:03 - Listing complete: Invoices
[07] Tue 08Jan19 16:00:03 - SSH_MSG_DISCONNECT: reason code 11; description: Disconnection initiated by user.