• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: How to download all files in a directory using expect command

Resolved: How to download all files in a directory using expect command

0
By Isaac Tonny on 17/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

I am using the expect command to download some files automatically. But it does not download all the files, it only downloads 16 files out of a total of 41.
This runs automatically and I can’t use interact
What am I missing and how do I download the remaining files?
expect.dat
executing expect file
total files

Answer:

expect eof is timing-out. The default timeout value is 10 seconds, so apparently 16 files is how many can be copied in that time.
Solution:

If you have better answer, please add a comment about this, thank you!

expect linux
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: Why reference in pointer array doesn’t have data?

24/03/2023

Resolved: EntityFramework creates/runs migrations using parameterless DataContext instance

24/03/2023

Resolved: Visual Studio 2022 crashes when using breakpoints

24/03/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.