A tool for testing connectivity to SMB shares. With it you can:
$ carnival -u user md5 smb://address/sharename/path/to/file.txt
Password:
$ carnival -u user cp smb://address/sharename/file.bin .
Password:
# OR rename it at the destination
$ carnival -u user cp smb://address/sharename/file.bin file.binary
Password:
The cp
command will tell you how long the transfer took and the average transfer speed.
# List the files at the root of the share
$ carnival -u user ls smb://address/sharename/
Password:
# List the files in the 'Games' directory of the share
$ carnival -u user ls smb://address/sharename/Games
Password:
$ carnival -u user shares smb://address
Password:
If the username is set through the -u/--username
flag, the password will be prompted
If no username is set, an anonymous session will be attempted