python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
md5sum - No properly formatted md5 checksum lines found
I created a checksum file on a windows machine to verify on a linux machine.
Before I transferred the file over I ran dos2unix on windows to get rid of the nasty windows features.
The content of the f...
Moopsish
Votes: 0
Answers: 1
How to get the sha1 the sha256 the md5 on the same line?
i want to get the md5, the sha1 and the sh256 of all the file of my computer.
The expected out put is "the file name","the md5","the size".
main()
{
liste=`sudo ls -R...
akmot
Votes: 0
Answers: 3
Is there a way to find md5sum for Google drive uploads?
I have to upload some large files and folders to Google Drive. In order to make sure data is uploaded perfectly, I need to check their md5sums. Is there any other way to check uploaded files are compl...
Revathy
Votes: 0
Answers: 1
ssh2-sftp-client file upload incomplete when listening to streams data event
I upload files via ssh2-sftp-client by passing a readStream. That works fine, but when I add an event listener the files are not completely uploaded:
This works:
const stream = fs.createReadStream(myF...
Nico
Votes: 0
Answers: 1