Not all files transferred with put *.txt command

Advertisement

tom@...
Guest

Not all files transferred with put *.txt command

I am running a script to transfer all files from a folder to a remote SFTP server but not all of the files transferred. There were 104 small files in the folder and only 42 of them transferred. Below is an excerpt from the log of the session:
. 2025-07-15 16:56:02.827 Using stored password.
< 2025-07-15 16:56:02.827 Script: Authenticating with pre-entered password.
. 2025-07-15 16:56:02.827 Sent password
. 2025-07-15 16:56:02.909 Access granted
. 2025-07-15 16:56:02.909 Opening main session channel
. 2025-07-15 16:56:02.972 Opened main channel
. 2025-07-15 16:56:03.035 Started a shell/command
< 2025-07-15 16:56:03.035 Script: Authenticated.
. 2025-07-15 16:56:03.035 --------------------------------------------------------------------------
. 2025-07-15 16:56:03.035 Using SFTP protocol.
. 2025-07-15 16:56:03.035 Doing startup conversation with host.
< 2025-07-15 16:56:03.035 Script: Starting the session...
. 2025-07-15 16:56:03.035 Not well known server, limiting to safe SFTP version 3.
. 2025-07-15 16:56:03.098 SFTP version 3 negotiated.
. 2025-07-15 16:56:03.098 We believe the server has signed timestamps bug
. 2025-07-15 16:56:03.098 We will use UTF-8 strings until server sends an invalid UTF-8 string as with SFTP version 3 and older UTF-8 strings are not mandatory
. 2025-07-15 16:56:03.098 Getting current directory name.
. 2025-07-15 16:56:03.163 Startup conversation with host finished.
< 2025-07-15 16:56:03.163 Script: Session started.
< 2025-07-15 16:56:03.164 Script: Active session: [1] 999_Winphrama_Interface@69.43.201.131
> 2025-07-15 16:56:03.165 Script: cd "/Winpharma_Inbound/Incoming RDE messages"
. 2025-07-15 16:56:03.165 Changing directory to "/Winpharma_Inbound/Incoming RDE messages".
. 2025-07-15 16:56:03.234 Trying to open directory "/Winpharma_Inbound/Incoming RDE messages".
. 2025-07-15 16:56:03.301 Getting current directory name.
< 2025-07-15 16:56:03.301 Script: /Winpharma_Inbound/Incoming RDE messages
> 2025-07-15 16:56:03.301 Script: lcd C:\EHRYW\RDE_Out
< 2025-07-15 16:56:03.301 Script: C:\EHRYW\RDE_Out
> 2025-07-15 16:56:03.302 Script: put *.txt
. 2025-07-15 16:56:03.307 Copying 42 files/directories to remote directory "/Winpharma_Inbound/Incoming RDE messages" - total size: 34,972
I was able to transfer the remaining files using the WinSCP app without any problem. Is there a limit on the number or total size of the file transfer?

Here is the script being run:
*****************************
#  WinSCP script file for RDE upload to EHRYourWay
#  change connection as needed and change the local directories for each site
 
open sftp://999_Winphrama_Interface:7502Z8vb@69.43.201.131/ -hostkey="ssh-rsa 1024 U7gTHqAEWWcc9s4RaafFus7Ijsdvqbd/3IS8Juih3ys"
 
# change remote directory
cd "/Winpharma_Inbound/Incoming RDE messages"
 
# change local directory
lcd C:\EHRYW\RDE_Out
 
# upload RDE files
put *.txt
 
exit
And this is the cmd file executing the script:
"C:\Program Files (x86)\WinSCP\WinSCP.exe" /log="C:\EHRYW\Log\WinSCP.log" /ini=nul /script="C:\EHRYW\EHRYW_RDEOUT_TXF.txt" /loglevel=-1
if %ERRORLEVEL% neq 0 goto error
 
rem echo Upload succeeded, moving local files
move C:\EHRYW\RDE_OUT\*.* C:\EHRYW\Archive\
exit /b 0
 
:error
rem echo Upload failed, keeping local files
exit /b 1
 
:end
Any help appreciated.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
42,204
Location:
Prague, Czechia

Re: Not all files transferred with put *.txt command

Please post complete log. And give us a name of a file that wasn't transferred.

Reply with quote

tom@winpharm.com
Joined:
Posts:
1
Location:
33411

Re: Not all files transferred with put *.txt command

martin wrote:

Please post complete log. And give us a name of a file that wasn't transferred.


62 other files in the folder not transferred were named:
RDE2507151656189.txt thru RDE2507151656250.txt

complete log for that session:
. 2025-07-15 16:56:01.668 --------------------------------------------------------------------------
. 2025-07-15 16:56:01.669 WinSCP Version 6.5.2 (Build 16354 2025-06-18) (OS 10.0.17763 – Windows Server 2019 Standard)
. 2025-07-15 16:56:01.669 Configuration: nul
. 2025-07-15 16:56:01.671 Log level: Reduced
. 2025-07-15 16:56:01.672 Local account: CCS\tofloyd
. 2025-07-15 16:56:01.672 Working directory: C:\Windows\system32
. 2025-07-15 16:56:01.672 Process ID: 10376
. 2025-07-15 16:56:01.681 Ancestor processes: cmd, ...
. 2025-07-15 16:56:01.682 Command-line: "C:\Program Files (x86)\WinSCP\WinSCP.exe" /log="C:\EHRYW\Log\WinSCP.log" /ini=nul /script="C:\EHRYW\EHRYW_RDEOUT_TXF.txt" /loglevel=-1
. 2025-07-15 16:56:01.682 Time zone: Current: GMT-4, Standard: GMT-5 (Eastern Standard Time), DST: GMT-4 (Eastern Daylight Time), DST Start: 3/9/2025, DST End: 11/2/2025
. 2025-07-15 16:56:01.682 Login time: Tuesday, July 15, 2025 4:56:01 PM
. 2025-07-15 16:56:01.682 --------------------------------------------------------------------------
. 2025-07-15 16:56:01.682 Script: Retrospectively logging previous script records:
> 2025-07-15 16:56:01.683 Script: open sftp://999_Winphrama_Interface:***@69.43.201.131/ -hostkey="ssh-rsa 1024 U7gTHqAEWWcc9s4RaafFus7Ijsdvqbd/3IS8Juih3ys"
. 2025-07-15 16:56:01.683 --------------------------------------------------------------------------
. 2025-07-15 16:56:01.683 Session name: 999_Winphrama_Interface@69.43.201.131 (Ad-Hoc site)
. 2025-07-15 16:56:01.683 Host name: 69.43.201.131 (Port: 22)
. 2025-07-15 16:56:01.683 User name: 999_Winphrama_Interface (Password: Yes, Key file: No, Passphrase: No)
. 2025-07-15 16:56:01.683 Tunnel: No
. 2025-07-15 16:56:01.683 Transfer Protocol: SFTP
. 2025-07-15 16:56:01.683 Ping type: Off, Ping interval: 30 sec; Timeout: 15 sec
. 2025-07-15 16:56:01.683 Disable Nagle: No
. 2025-07-15 16:56:01.683 Proxy: None
. 2025-07-15 16:56:01.683 Send buffer: 262144
. 2025-07-15 16:56:01.683 Compression: No
. 2025-07-15 16:56:01.683 Bypass authentication: No
. 2025-07-15 16:56:01.683 Try agent: Yes; Agent forwarding: No; KI: Yes; GSSAPI: Yes
. 2025-07-15 16:56:01.683 GSSAPI: KEX: No; Forwarding: No; Libs: gssapi32,sspi,custom; Custom:
. 2025-07-15 16:56:01.683 Ciphers: aes,chacha20,aesgcm,3des,WARN,des,blowfish,arcfour; Ssh2DES: No
. 2025-07-15 16:56:01.683 KEX: ntru-curve25519,mlkem-curve25519,mlkem-nist,ecdh,dh-gex-sha1,dh-group18-sha512,dh-group17-sha512,dh-group16-sha512,dh-group15-sha512,dh-group14-sha1,rsa,WARN,dh-group1-sha1
. 2025-07-15 16:56:01.683 SSH Bugs: Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto
. 2025-07-15 16:56:01.683 Simple channel: Yes
. 2025-07-15 16:56:01.683 Return code variable: Autodetect; Lookup user groups: Auto
. 2025-07-15 16:56:01.683 Shell: default
. 2025-07-15 16:56:01.683 EOL: LF, UTF: Auto
. 2025-07-15 16:56:01.683 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes; Follow directory symlinks: No
. 2025-07-15 16:56:01.683 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No; Exit code 1 is error: No
. 2025-07-15 16:56:01.683 SFTP Bugs: Auto,Auto
. 2025-07-15 16:56:01.683 SFTP Server: default
. 2025-07-15 16:56:01.683 Local directory: default, Remote directory: home, Update: Yes, Cache: Yes
. 2025-07-15 16:56:01.683 Cache directory changes: Yes, Permanent: Yes
. 2025-07-15 16:56:01.683 Recycle bin: Delete to: No, Overwritten to: No, Bin path:
. 2025-07-15 16:56:01.683 DST mode: Unix
. 2025-07-15 16:56:01.683 --------------------------------------------------------------------------
< 2025-07-15 16:56:01.683 Script: Searching for host...
. 2025-07-15 16:56:01.684 Looking up host "69.43.201.131" for SSH connection
. 2025-07-15 16:56:01.696 Connecting to 69.43.201.131 port 22
. 2025-07-15 16:56:01.761 Connected to 69.43.201.131 (from 10.35.192.13:59664)
< 2025-07-15 16:56:01.761 Script: Connecting to host...
. 2025-07-15 16:56:01.761 We claim version: SSH-2.0-WinSCP_release_6.5.2
. 2025-07-15 16:56:01.761 Connected to 69.43.201.131 (from 10.35.192.13:59664)
. 2025-07-15 16:56:01.854 Remote version: SSH-2.0-Serv-U_14.0.1.0
. 2025-07-15 16:56:01.854 Using SSH protocol version 2
. 2025-07-15 16:56:01.855 Have a known host key of type rsa2
. 2025-07-15 16:56:01.855 Doing Diffie-Hellman key exchange using 2048-bit modulus and hash SHA-1 with standard group "group14"
. 2025-07-15 16:56:02.595 Host key fingerprint is:
. 2025-07-15 16:56:02.595 ssh-rsa 1024 SHA256:U7gTHqAEWWcc9s4RaafFus7Ijsdvqbd/3IS8Juih3ys
< 2025-07-15 16:56:02.595 Script: Authenticating...
. 2025-07-15 16:56:02.595 Host key matches configured key fingerprint
. 2025-07-15 16:56:02.595 Initialised AES-256 SDCTR (AES-NI accelerated) [aes256-ctr] outbound encryption
. 2025-07-15 16:56:02.595 Initialised HMAC-SHA-256 outbound MAC algorithm
. 2025-07-15 16:56:02.595 Initialised AES-256 SDCTR (AES-NI accelerated) [aes256-ctr] inbound encryption
. 2025-07-15 16:56:02.595 Initialised HMAC-SHA-256 inbound MAC algorithm
! 2025-07-15 16:56:02.760 Using username "999_Winphrama_Interface".
< 2025-07-15 16:56:02.760 Script: Using username "999_Winphrama_Interface".
. 2025-07-15 16:56:02.827 Server offered these authentication methods: password
. 2025-07-15 16:56:02.827 Prompt (password, "SSH password", <no instructions>, "&Password: ")
. 2025-07-15 16:56:02.827 Using stored password.
< 2025-07-15 16:56:02.827 Script: Authenticating with pre-entered password.
. 2025-07-15 16:56:02.827 Sent password
. 2025-07-15 16:56:02.909 Access granted
. 2025-07-15 16:56:02.909 Opening main session channel
. 2025-07-15 16:56:02.972 Opened main channel
. 2025-07-15 16:56:03.035 Started a shell/command
< 2025-07-15 16:56:03.035 Script: Authenticated.
. 2025-07-15 16:56:03.035 --------------------------------------------------------------------------
. 2025-07-15 16:56:03.035 Using SFTP protocol.
. 2025-07-15 16:56:03.035 Doing startup conversation with host.
< 2025-07-15 16:56:03.035 Script: Starting the session...
. 2025-07-15 16:56:03.035 Not well known server, limiting to safe SFTP version 3.
. 2025-07-15 16:56:03.098 SFTP version 3 negotiated.
. 2025-07-15 16:56:03.098 We believe the server has signed timestamps bug
. 2025-07-15 16:56:03.098 We will use UTF-8 strings until server sends an invalid UTF-8 string as with SFTP version 3 and older UTF-8 strings are not mandatory
. 2025-07-15 16:56:03.098 Getting current directory name.
. 2025-07-15 16:56:03.163 Startup conversation with host finished.
< 2025-07-15 16:56:03.163 Script: Session started.
< 2025-07-15 16:56:03.164 Script: Active session: [1] 999_Winphrama_Interface@69.43.201.131
> 2025-07-15 16:56:03.165 Script: cd "/Winpharma_Inbound/Incoming RDE messages"
. 2025-07-15 16:56:03.165 Changing directory to "/Winpharma_Inbound/Incoming RDE messages".
. 2025-07-15 16:56:03.234 Trying to open directory "/Winpharma_Inbound/Incoming RDE messages".
. 2025-07-15 16:56:03.301 Getting current directory name.
< 2025-07-15 16:56:03.301 Script: /Winpharma_Inbound/Incoming RDE messages
> 2025-07-15 16:56:03.301 Script: lcd C:\EHRYW\RDE_Out
< 2025-07-15 16:56:03.301 Script: C:\EHRYW\RDE_Out
> 2025-07-15 16:56:03.302 Script: put *.txt
. 2025-07-15 16:56:03.307 Copying 42 files/directories to remote directory "/Winpharma_Inbound/Incoming RDE messages" - total size: 34,972
. 2025-07-15 16:56:03.311 File: 'RDE2507151655148.txt' [2025-07-15T20:55:57.998Z] [919]
. 2025-07-15 16:56:03.311 Copying "RDE2507151655148.txt" to remote directory started.
. 2025-07-15 16:56:03.507 Preserving timestamp [2025-07-15T20:55:57.000Z]
. 2025-07-15 16:56:03.609 Transfer done: 'RDE2507151655148.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655148.txt' [919]
. 2025-07-15 16:56:03.609 File: 'RDE2507151655149.txt' [2025-07-15T20:55:58.141Z] [919]
. 2025-07-15 16:56:03.609 Copying "RDE2507151655149.txt" to remote directory started.
. 2025-07-15 16:56:03.806 Preserving timestamp [2025-07-15T20:55:58.000Z]
. 2025-07-15 16:56:03.909 Transfer done: 'RDE2507151655149.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655149.txt' [919]
. 2025-07-15 16:56:03.910 File: 'RDE2507151655150.txt' [2025-07-15T20:55:58.267Z] [911]
. 2025-07-15 16:56:03.910 Copying "RDE2507151655150.txt" to remote directory started.
. 2025-07-15 16:56:04.118 Preserving timestamp [2025-07-15T20:55:58.000Z]
. 2025-07-15 16:56:04.218 Transfer done: 'RDE2507151655150.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655150.txt' [911]
. 2025-07-15 16:56:04.218 File: 'RDE2507151655151.txt' [2025-07-15T20:55:58.392Z] [692]
. 2025-07-15 16:56:04.219 Copying "RDE2507151655151.txt" to remote directory started.
. 2025-07-15 16:56:04.436 Preserving timestamp [2025-07-15T20:55:58.000Z]
. 2025-07-15 16:56:04.539 Transfer done: 'RDE2507151655151.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655151.txt' [692]
. 2025-07-15 16:56:04.539 File: 'RDE2507151655152.txt' [2025-07-15T20:55:58.517Z] [907]
. 2025-07-15 16:56:04.540 Copying "RDE2507151655152.txt" to remote directory started.
. 2025-07-15 16:56:05.252 Preserving timestamp [2025-07-15T20:55:58.000Z]
. 2025-07-15 16:56:05.354 Transfer done: 'RDE2507151655152.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655152.txt' [907]
. 2025-07-15 16:56:05.355 File: 'RDE2507151655153.txt' [2025-07-15T20:55:58.647Z] [907]
. 2025-07-15 16:56:05.355 Copying "RDE2507151655153.txt" to remote directory started.
. 2025-07-15 16:56:05.578 Preserving timestamp [2025-07-15T20:55:58.000Z]
. 2025-07-15 16:56:05.679 Transfer done: 'RDE2507151655153.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655153.txt' [907]
. 2025-07-15 16:56:05.679 File: 'RDE2507151655154.txt' [2025-07-15T20:55:58.770Z] [903]
. 2025-07-15 16:56:05.680 Copying "RDE2507151655154.txt" to remote directory started.
. 2025-07-15 16:56:06.060 Preserving timestamp [2025-07-15T20:55:58.000Z]
. 2025-07-15 16:56:06.060 Transfer done: 'RDE2507151655154.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655154.txt' [903]
. 2025-07-15 16:56:06.060 File: 'RDE2507151655155.txt' [2025-07-15T20:55:58.897Z] [839]
. 2025-07-15 16:56:06.061 Copying "RDE2507151655155.txt" to remote directory started.
. 2025-07-15 16:56:06.339 Preserving timestamp [2025-07-15T20:55:58.000Z]
. 2025-07-15 16:56:06.440 Transfer done: 'RDE2507151655155.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655155.txt' [839]
. 2025-07-15 16:56:06.440 File: 'RDE2507151655156.txt' [2025-07-15T20:55:59.022Z] [1001]
. 2025-07-15 16:56:06.441 Copying "RDE2507151655156.txt" to remote directory started.
. 2025-07-15 16:56:06.664 Preserving timestamp [2025-07-15T20:55:59.000Z]
. 2025-07-15 16:56:06.766 Transfer done: 'RDE2507151655156.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655156.txt' [1001]
. 2025-07-15 16:56:06.766 File: 'RDE2507151655157.txt' [2025-07-15T20:55:59.146Z] [1103]
. 2025-07-15 16:56:06.766 Copying "RDE2507151655157.txt" to remote directory started.
. 2025-07-15 16:56:07.002 Preserving timestamp [2025-07-15T20:55:59.000Z]
. 2025-07-15 16:56:07.103 Transfer done: 'RDE2507151655157.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655157.txt' [1103]
. 2025-07-15 16:56:07.103 File: 'RDE2507151655158.txt' [2025-07-15T20:55:59.272Z] [1083]
. 2025-07-15 16:56:07.104 Copying "RDE2507151655158.txt" to remote directory started.
. 2025-07-15 16:56:07.300 Preserving timestamp [2025-07-15T20:55:59.000Z]
. 2025-07-15 16:56:07.401 Transfer done: 'RDE2507151655158.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655158.txt' [1083]
. 2025-07-15 16:56:07.401 File: 'RDE2507151655159.txt' [2025-07-15T20:55:59.399Z] [665]
. 2025-07-15 16:56:07.402 Copying "RDE2507151655159.txt" to remote directory started.
. 2025-07-15 16:56:07.618 Preserving timestamp [2025-07-15T20:55:59.000Z]
. 2025-07-15 16:56:07.769 Transfer done: 'RDE2507151655159.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655159.txt' [665]
. 2025-07-15 16:56:07.770 File: 'RDE2507151655160.txt' [2025-07-15T20:55:59.528Z] [999]
. 2025-07-15 16:56:07.770 Copying "RDE2507151655160.txt" to remote directory started.
. 2025-07-15 16:56:07.969 Preserving timestamp [2025-07-15T20:55:59.000Z]
. 2025-07-15 16:56:08.071 Transfer done: 'RDE2507151655160.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655160.txt' [999]
. 2025-07-15 16:56:08.071 File: 'RDE2507151655161.txt' [2025-07-15T20:55:59.653Z] [1084]
. 2025-07-15 16:56:08.071 Copying "RDE2507151655161.txt" to remote directory started.
. 2025-07-15 16:56:08.269 Preserving timestamp [2025-07-15T20:55:59.000Z]
. 2025-07-15 16:56:08.371 Transfer done: 'RDE2507151655161.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655161.txt' [1084]
. 2025-07-15 16:56:08.371 File: 'RDE2507151655162.txt' [2025-07-15T20:55:59.780Z] [912]
. 2025-07-15 16:56:08.372 Copying "RDE2507151655162.txt" to remote directory started.
. 2025-07-15 16:56:08.567 Preserving timestamp [2025-07-15T20:55:59.000Z]
. 2025-07-15 16:56:08.668 Transfer done: 'RDE2507151655162.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655162.txt' [912]
. 2025-07-15 16:56:08.669 File: 'RDE2507151655163.txt' [2025-07-15T20:55:59.907Z] [912]
. 2025-07-15 16:56:08.669 Copying "RDE2507151655163.txt" to remote directory started.
. 2025-07-15 16:56:08.864 Preserving timestamp [2025-07-15T20:55:59.000Z]
. 2025-07-15 16:56:08.966 Transfer done: 'RDE2507151655163.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655163.txt' [912]
. 2025-07-15 16:56:08.966 File: 'RDE2507151655164.txt' [2025-07-15T20:56:00.039Z] [908]
. 2025-07-15 16:56:08.967 Copying "RDE2507151655164.txt" to remote directory started.
. 2025-07-15 16:56:09.187 Preserving timestamp [2025-07-15T20:56:00.000Z]
. 2025-07-15 16:56:09.288 Transfer done: 'RDE2507151655164.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151655164.txt' [908]
. 2025-07-15 16:56:09.289 File: 'RDE2507151656165.txt' [2025-07-15T20:56:00.167Z] [648]
. 2025-07-15 16:56:09.289 Copying "RDE2507151656165.txt" to remote directory started.
. 2025-07-15 16:56:09.506 Preserving timestamp [2025-07-15T20:56:00.000Z]
. 2025-07-15 16:56:09.608 Transfer done: 'RDE2507151656165.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656165.txt' [648]
. 2025-07-15 16:56:09.608 File: 'RDE2507151656166.txt' [2025-07-15T20:56:00.293Z] [674]
. 2025-07-15 16:56:09.608 Copying "RDE2507151656166.txt" to remote directory started.
. 2025-07-15 16:56:09.804 Preserving timestamp [2025-07-15T20:56:00.000Z]
. 2025-07-15 16:56:09.905 Transfer done: 'RDE2507151656166.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656166.txt' [674]
. 2025-07-15 16:56:09.905 File: 'RDE2507151656167.txt' [2025-07-15T20:56:00.422Z] [737]
. 2025-07-15 16:56:09.906 Copying "RDE2507151656167.txt" to remote directory started.
. 2025-07-15 16:56:10.104 Preserving timestamp [2025-07-15T20:56:00.000Z]
. 2025-07-15 16:56:10.207 Transfer done: 'RDE2507151656167.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656167.txt' [737]
. 2025-07-15 16:56:10.207 File: 'RDE2507151656168.txt' [2025-07-15T20:56:00.549Z] [637]
. 2025-07-15 16:56:10.207 Copying "RDE2507151656168.txt" to remote directory started.
. 2025-07-15 16:56:10.405 Preserving timestamp [2025-07-15T20:56:00.000Z]
. 2025-07-15 16:56:10.506 Transfer done: 'RDE2507151656168.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656168.txt' [637]
. 2025-07-15 16:56:10.507 File: 'RDE2507151656169.txt' [2025-07-15T20:56:00.677Z] [742]
. 2025-07-15 16:56:10.507 Copying "RDE2507151656169.txt" to remote directory started.
. 2025-07-15 16:56:10.704 Preserving timestamp [2025-07-15T20:56:00.000Z]
. 2025-07-15 16:56:10.806 Transfer done: 'RDE2507151656169.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656169.txt' [742]
. 2025-07-15 16:56:10.806 File: 'RDE2507151656170.txt' [2025-07-15T20:56:00.806Z] [1015]
. 2025-07-15 16:56:10.807 Copying "RDE2507151656170.txt" to remote directory started.
. 2025-07-15 16:56:11.004 Preserving timestamp [2025-07-15T20:56:00.000Z]
. 2025-07-15 16:56:11.107 Transfer done: 'RDE2507151656170.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656170.txt' [1015]
. 2025-07-15 16:56:11.107 File: 'RDE2507151656171.txt' [2025-07-15T20:56:00.933Z] [1100]
. 2025-07-15 16:56:11.107 Copying "RDE2507151656171.txt" to remote directory started.
. 2025-07-15 16:56:11.304 Preserving timestamp [2025-07-15T20:56:00.000Z]
. 2025-07-15 16:56:11.406 Transfer done: 'RDE2507151656171.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656171.txt' [1100]
. 2025-07-15 16:56:11.406 File: 'RDE2507151656172.txt' [2025-07-15T20:56:01.091Z] [1023]
. 2025-07-15 16:56:11.407 Copying "RDE2507151656172.txt" to remote directory started.
. 2025-07-15 16:56:11.617 Preserving timestamp [2025-07-15T20:56:01.000Z]
. 2025-07-15 16:56:11.718 Transfer done: 'RDE2507151656172.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656172.txt' [1023]
. 2025-07-15 16:56:11.718 File: 'RDE2507151656173.txt' [2025-07-15T20:56:01.219Z] [702]
. 2025-07-15 16:56:11.718 Copying "RDE2507151656173.txt" to remote directory started.
. 2025-07-15 16:56:11.928 Preserving timestamp [2025-07-15T20:56:01.000Z]
. 2025-07-15 16:56:12.029 Transfer done: 'RDE2507151656173.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656173.txt' [702]
. 2025-07-15 16:56:12.029 File: 'RDE2507151656174.txt' [2025-07-15T20:56:01.350Z] [912]
. 2025-07-15 16:56:12.030 Copying "RDE2507151656174.txt" to remote directory started.
. 2025-07-15 16:56:12.245 Preserving timestamp [2025-07-15T20:56:01.000Z]
. 2025-07-15 16:56:12.346 Transfer done: 'RDE2507151656174.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656174.txt' [912]
. 2025-07-15 16:56:12.346 File: 'RDE2507151656175.txt' [2025-07-15T20:56:01.487Z] [916]
. 2025-07-15 16:56:12.347 Copying "RDE2507151656175.txt" to remote directory started.
. 2025-07-15 16:56:12.560 Preserving timestamp [2025-07-15T20:56:01.000Z]
. 2025-07-15 16:56:12.662 Transfer done: 'RDE2507151656175.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656175.txt' [916]
. 2025-07-15 16:56:12.662 File: 'RDE2507151656176.txt' [2025-07-15T20:56:01.641Z] [908]
. 2025-07-15 16:56:12.663 Copying "RDE2507151656176.txt" to remote directory started.
. 2025-07-15 16:56:12.878 Preserving timestamp [2025-07-15T20:56:01.000Z]
. 2025-07-15 16:56:12.980 Transfer done: 'RDE2507151656176.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656176.txt' [908]
. 2025-07-15 16:56:12.980 File: 'RDE2507151656177.txt' [2025-07-15T20:56:01.773Z] [920]
. 2025-07-15 16:56:12.981 Copying "RDE2507151656177.txt" to remote directory started.
. 2025-07-15 16:56:13.192 Preserving timestamp [2025-07-15T20:56:01.000Z]
. 2025-07-15 16:56:13.293 Transfer done: 'RDE2507151656177.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656177.txt' [920]
. 2025-07-15 16:56:13.294 File: 'RDE2507151656178.txt' [2025-07-15T20:56:01.903Z] [920]
. 2025-07-15 16:56:13.294 Copying "RDE2507151656178.txt" to remote directory started.
. 2025-07-15 16:56:13.498 Preserving timestamp [2025-07-15T20:56:01.000Z]
. 2025-07-15 16:56:13.600 Transfer done: 'RDE2507151656178.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656178.txt' [920]
. 2025-07-15 16:56:13.600 File: 'RDE2507151656179.txt' [2025-07-15T20:56:02.029Z] [916]
. 2025-07-15 16:56:13.600 Copying "RDE2507151656179.txt" to remote directory started.
. 2025-07-15 16:56:13.796 Preserving timestamp [2025-07-15T20:56:02.000Z]
. 2025-07-15 16:56:13.897 Transfer done: 'RDE2507151656179.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656179.txt' [916]
. 2025-07-15 16:56:13.898 File: 'RDE2507151656180.txt' [2025-07-15T20:56:02.168Z] [648]
. 2025-07-15 16:56:13.898 Copying "RDE2507151656180.txt" to remote directory started.
. 2025-07-15 16:56:14.095 Preserving timestamp [2025-07-15T20:56:02.000Z]
. 2025-07-15 16:56:14.197 Transfer done: 'RDE2507151656180.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656180.txt' [648]
. 2025-07-15 16:56:14.198 File: 'RDE2507151656181.txt' [2025-07-15T20:56:02.298Z] [642]
. 2025-07-15 16:56:14.198 Copying "RDE2507151656181.txt" to remote directory started.
. 2025-07-15 16:56:15.113 Preserving timestamp [2025-07-15T20:56:02.000Z]
. 2025-07-15 16:56:15.113 Transfer done: 'RDE2507151656181.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656181.txt' [642]
. 2025-07-15 16:56:15.114 File: 'RDE2507151656182.txt' [2025-07-15T20:56:02.430Z] [643]
. 2025-07-15 16:56:15.114 Copying "RDE2507151656182.txt" to remote directory started.
. 2025-07-15 16:56:15.312 Preserving timestamp [2025-07-15T20:56:02.000Z]
. 2025-07-15 16:56:15.414 Transfer done: 'RDE2507151656182.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656182.txt' [643]
. 2025-07-15 16:56:15.415 File: 'RDE2507151656183.txt' [2025-07-15T20:56:02.559Z] [672]
. 2025-07-15 16:56:15.415 Copying "RDE2507151656183.txt" to remote directory started.
. 2025-07-15 16:56:15.630 Preserving timestamp [2025-07-15T20:56:02.000Z]
. 2025-07-15 16:56:15.731 Transfer done: 'RDE2507151656183.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656183.txt' [672]
. 2025-07-15 16:56:15.732 File: 'RDE2507151656184.txt' [2025-07-15T20:56:02.688Z] [688]
. 2025-07-15 16:56:15.732 Copying "RDE2507151656184.txt" to remote directory started.
. 2025-07-15 16:56:15.927 Preserving timestamp [2025-07-15T20:56:02.000Z]
. 2025-07-15 16:56:16.029 Transfer done: 'RDE2507151656184.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656184.txt' [688]
. 2025-07-15 16:56:16.030 File: 'RDE2507151656185.txt' [2025-07-15T20:56:02.815Z] [838]
. 2025-07-15 16:56:16.030 Copying "RDE2507151656185.txt" to remote directory started.
. 2025-07-15 16:56:16.226 Preserving timestamp [2025-07-15T20:56:02.000Z]
. 2025-07-15 16:56:16.328 Transfer done: 'RDE2507151656185.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656185.txt' [838]
. 2025-07-15 16:56:16.328 File: 'RDE2507151656186.txt' [2025-07-15T20:56:02.942Z] [746]
. 2025-07-15 16:56:16.329 Copying "RDE2507151656186.txt" to remote directory started.
. 2025-07-15 16:56:16.538 Preserving timestamp [2025-07-15T20:56:02.000Z]
. 2025-07-15 16:56:16.640 Transfer done: 'RDE2507151656186.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656186.txt' [746]
. 2025-07-15 16:56:16.641 File: 'RDE2507151656187.txt' [2025-07-15T20:56:03.081Z] [997]
. 2025-07-15 16:56:16.641 Copying "RDE2507151656187.txt" to remote directory started.
. 2025-07-15 16:56:16.839 Preserving timestamp [2025-07-15T20:56:03.000Z]
. 2025-07-15 16:56:16.940 Transfer done: 'RDE2507151656187.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656187.txt' [997]
. 2025-07-15 16:56:16.940 File: 'RDE2507151656188.txt' [2025-07-15T20:56:03.216Z] [664]
. 2025-07-15 16:56:16.941 Copying "RDE2507151656188.txt" to remote directory started.
. 2025-07-15 16:56:17.137 Preserving timestamp [2025-07-15T20:56:03.000Z]
. 2025-07-15 16:56:17.239 Transfer done: 'RDE2507151656188.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656188.txt' [664]
. 2025-07-15 16:56:17.239 File: 'RDE2507151656189.txt' [2025-07-15T20:56:03.298Z] [0]
. 2025-07-15 16:56:17.239 Copying "RDE2507151656189.txt" to remote directory started.
. 2025-07-15 16:56:17.456 Preserving timestamp [2025-07-15T20:56:03.000Z]
. 2025-07-15 16:56:17.559 Transfer done: 'RDE2507151656189.txt' => '/Winpharma_Inbound/Incoming RDE messages/RDE2507151656189.txt' [1014]
. 2025-07-15 16:56:17.559 Copying finished: Transferred: 35,986, Elapsed: 0:00:14, CPS: 2,524/s
> 2025-07-15 16:56:17.559 Script: exit
. 2025-07-15 16:56:17.559 Script: Exit code: 0
. 2025-07-15 16:56:17.559 Closing connection.
. 2025-07-15 16:56:17.632 Main session channel closed
. 2025-07-15 16:56:17.632 All channels closed

Reply with quote

Advertisement

You can post new topics in this forum