0

I'm doing a transfer of a tar.gz file to a client WebDAV server. I want to ensure that the transfer is done in binary mode, i.e. like the "bin" option in ftp.

The man command doesn't indicate anything about the default transfer mode.

Can anyone confirm, or otherwise, that cadaver uses binary mode by default ?? I am on a Solaris 10 server.

Best regards.

jww
  • 97,681
  • 90
  • 411
  • 885
carbontracking
  • 1,029
  • 4
  • 17
  • 33

1 Answers1

1

WebDAV is HTTP. And in HTTP, the payload is always transferred "binary".

Julian Reschke
  • 40,156
  • 8
  • 95
  • 98