MCPcopy Create free account
hub / github.com/dropbox/dbxcli / putFile

Function putFile

cmd/put.go:500–503  ·  view source on GitHub ↗
(src, dst string, opts putOptions)

Source from the content-addressed store, hash-verified

498}
499
500func putFile(src, dst string, opts putOptions) error {
501 _, err := putFileWithResult(src, dst, opts)
502 return err
503}
504
505// Dropbox upload commit timestamps must be UTC with second precision.
506func dropboxClientModified(value time.Time) *dropbox.DBXTime {

Calls 1

putFileWithResultFunction · 0.85