You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example given is: dadb.push(srcFile, "/data/local/tmp/dst.txt")
That does not work since push requires 4 parameters including 'mode' and 'last modified time'. I'm actually not sure what the valid values are for 'mode' and couldn't immediately figure it out from the source code.
The text was updated successfully, but these errors were encountered:
The example given is: dadb.push(srcFile, "/data/local/tmp/dst.txt")
That does not work since push requires 4 parameters including 'mode' and 'last modified time'. I'm actually not sure what the valid values are for 'mode' and couldn't immediately figure it out from the source code.
The text was updated successfully, but these errors were encountered: