Resume uploads using samba

I have been using the smbget command to resume downloads if there is a network dropout... e.g.

smbget -r smb://mysambaserver/path/to/file

Is there an equivalent for "uploading" files?

Neither "smbclient get" nor "smbcllient put" appear to have a resume option. I have checked google, but "smb put resume" appears just to list people uploading their resume!

Thanks.

Upvotes: 2

Views: 2682

Answers (1)

jelmer
jelmer

Reputation: 2450

There is no equivalent for uploading files, at least not as part of Samba itself.

Upvotes: 5

Related Questions