Rclone mount and creation date of files

What is the problem you are having with rclone?

When I start a rclone serve for an ftp server serving data from a B2 backend, the creation date of all files is always identical to the local time of the server.

This wouldn't be a big issue, but it makes using FTP more troublesome.

I already tested a rclone lsl B2 and the date and times there are correct, so it seems to be mainly pertinent to the FTP server implementation, I guess :slight_smile:

Now, I know that there is a limitation that the FTP part is not supporting modtime, but couldn't it support creation time?

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10 64bit on client (with filezilla), Ubuntu latest on server

Which cloud storage system are you using? (eg Google Drive)

B2

hello,
rclone only works with modification dates, not creation dates.

as per the docs "List the objects in path with modification time"

Hi,

But why do I get all files with the exact same modified date? Is this the known limitation?

I cannot use SFTP mainly as it's download performance drops dramatically after the first 100mb or so. Seems that it becomes rate limited on the backend side or so.

i use rclone serve sftp on daily basis, always found it to work well.

and as a test, i did a rclone serve ftp to a wasabi bucket and the last modified are the same

in this snippet, you can see that the filenames include a datestamp and the matches the last modified.

can you provide the needed info so we can figure out the problem is.

Ok, I am stupid: I used the --no-modtime argument with the serve ftp command :scream: :man_facepalming:

This is a residual from the time I was trying to get SFTP to be faster. The last version I used to speed test ftp vs sftp was this:

RCLONE_FAST_LIST=1 rclone serve sftp --auth-proxy /home/forge/scripts/test.py --addr 78.47.42.61:21 --no-checksum --no-modtime --read-only --vfs-cache --max-age 5m --config="/home/forge/.config/rclone/rclone.conf"

The proxy works great and returns a B2 bucket which is then used. By switching from FTP to SFTP in a first moment no difference can be detected, but after about 100MB of transferred files (consider the files are 32MB or bigger) the throughput drops to a mere 20-40kb/sec (on a 100MB connection):

Here

2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ChunkedReader.Read at 7467008 length 262144 chunkOffset 7208960 chunkSize 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 9498624 length 65536 chunkOffset 9437184 chunkSize 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: waiting for in-sequence read to 9699328 for 20ms
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 9564160 length 131072 chunkOffset 9437184 chunkSize 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ReadFileHandle.seek from 9469952 to 9732096 (fs.RangeSeeker)
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.RangeSeek from 9695232 to 9732096 length -1
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at -1 length 4096 chunkOffset 9732096 chunkSize 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.openRange at 9732096 length 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ReadFileHandle.seek from 7241728 to 7274496 (fs.RangeSeeker)
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ChunkedReader.RangeSeek from 7729152 to 7274496 length -1
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ChunkedReader.Read at -1 length 4096 chunkOffset 7274496 chunkSize 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ChunkedReader.openRange at 7274496 length 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 9736192 length 8192 chunkOffset 9732096 chunkSize 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 9744384 length 16384 chunkOffset 9732096 chunkSize 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 9760768 length 32768 chunkOffset 9732096 chunkSize 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 9793536 length 65536 chunkOffset 9732096 chunkSize 134217728
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: waiting for in-sequence read to 9601024 for 20ms
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: waiting for in-sequence read to 9568256 for 20ms
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: waiting for in-sequence read to 9535488 for 20ms
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: waiting for in-sequence read to 9666560 for 20ms
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: waiting for in-sequence read to 9633792 for 20ms
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: aborting in-sequence read wait, off=9568256
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: aborting in-sequence read wait, off=9666560
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: aborting in-sequence read wait, off=9535488
2021/04/15 08:45:55 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: aborting in-sequence read wait, off=9601024

Vs using ftp:

2021/04/15 08:49:24 INFO  : 47969fc626b1cdfec035: < 226 Closing data connection, sent 33566400 bytes
2021/04/15 08:49:24 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 27258880 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:24 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-020223.fts: ChunkedReader.Read at 18870272 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:24 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:24 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 28307456 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:25 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:25 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 29356032 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:25 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ChunkedReader.Read at 6287360 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:25 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 30404608 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:25 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 31453184 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:25 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ChunkedReader.Read at 7335936 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:25 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 32501760 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:25 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-020223.fts: ChunkedReader.Read at 19918848 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:25 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-020223.fts: ChunkedReader.Read at 20967424 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:26 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200917-034633.fts: ChunkedReader.Read at 8384512 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:26 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-020223.fts: ChunkedReader.Read at 22016000 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:26 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-020223.fts: ChunkedReader.Read at 23064576 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:26 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-020223.fts: ChunkedReader.Read at 24113152 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:26 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-020223.fts: ChunkedReader.Read at 25161728 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:26 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-020223.fts: ChunkedReader.Read at 26210304 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:26 DEBUG : 100/iDK Namibia/440-0-Ic434/440-0-Ic434-Blue-1-3-300-B1-Blue-20200918-021044.fts: ChunkedReader.Read at 33550336 length 1048576 chunkOffset 0 chunkSize 134217728
2021/04/15 08:49:26 INFO  : 2c54623c3d3d362b1258: < 226 Closing data connection, sent 33563520 bytes

Seems to me that using SFTP there are plenty of small chunks being fetched from B2 versus few big ones using FTP? Does this any sense?

did you post the serve ftp command, i did not see it?

can you post the exact commands with the debug logs, including the top lines.

are both commands using the auth-proxy?

--vfs-cache no such flag?

Look at the command indicated above for the rclone serve command line.
Using the auth-proxy or not doesn't change the behaviour. In fact, I can recreate the issue by simply using:

rclone serve sftp B2:bucketname --no-auth -vv

or

rclone serve sftp B2:bucketname -vv

Shall I use any particular logging option for the logs to make them more useful? I will then gladly collect them for further analysis.

And no, no vfs-cache flag at all

good, the more we can simplify the command the better.

using those simplified commands, for rclone serve sftp and rclone serve ftp, copy the same file and post the debug log for each.

Ok here the log for rclone serve ftp:
ftp.log (167.5 KB)

The log for rclone serve sftp is about 5MB so I am unable to upload it. Plenty of lines like the following populating it:

2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116785152 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116686848 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116752384 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116719616 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116686848 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116817920 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116752384 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116850688 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116850688 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116850688 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 116883456 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210304-230543.fts: ChunkedReader.Read at 8720384 length 8192 chunkOffset 8716288 chunkSize 134217728
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210304-230543.fts: ChunkedReader.Read at 8728576 length 16384 chunkOffset 8716288 chunkSize 134217728
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: ChunkedReader.Read at 118419456 length 1048576 chunkOffset 7274496 chunkSize 134217728
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117604352 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117506048 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117538816 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117571584 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117604352 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117669888 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117735424 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117637120 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117702656 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117571584 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117768192 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117669888 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117800960 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117800960 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117833728 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117768192 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117735424 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117637120 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117768192 for 20ms
2021/04/15 16:30:51 DEBUG : 3/Veloce Namibia/2204-0-Ngc 3576-CaJ7/2204-0-Ngc 3576-CaJ7-Ha7-1-3-300-B1-Ha7-20210308-193753.fts: waiting for in-sequence read to 117866496 for 20ms

Log here for SFTP, split into two files:

sftp.log (2.0 MB)
sftp2.log (3.1 MB)

Procedure was identical in both cases:

  • Bowse into the folder
  • download first three files

Note the timestamp. Sftp started out quick with the first file, but then staggered.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.