Without the timeout value, a script will produce an error after 2 minutes, even though Yummy is still performing the operations successfully.
If there is any real problem then Yummy will return it and the timeout value will be ignored.
OK.
But if I want to make another upload in the same sftp-erver but from and to other 2 different folders?
Can I make only one "With timeout/end timeout", like the following?
connect "Lomax.bkmk"
with timeout of 32766 seconds
using connection "Lomax.bkmk" list local folder "/Users/macbook/Desktop/max/JPEG"
using connection "Lomax.bkmk" list remote folder "/monica"
using connection "Lomax.bkmk" upload "*"
using connection "Lomax.bkmk" list local folder "/Users/macbook/Desktop/max/TIFF"
using connection "Lomax.bkmk" list remote folder "/lomax"
using connection "Lomax.bkmk" upload "*"
end timeout