Uploading files to FTP/SFTP using CURL
Hello, Today I am writing below article which can help you to upload files to SFTP/FTP by using CURL. Ok why we need that ? Let m…
Hello, Today I am writing below article which can help you to upload files to SFTP/FTP by using CURL. Ok why we need that ? Let m…
Hello , Today I was trying to take Threaddump for my Java process in single command with date and hostname like this $ jstack - …
I have tried so many ways but finally happy with this #!/bin/bash for i in localhost 127.0.01 do ssh raja@$i 'uptime | grep -…