Search Results

Search: Posts Made By: ajayram_arya
Forum: Solaris 02-22-2016
9,309
Posted By ajayram_arya
changed to 600 for ~/.ssh/authorized_keys still...
changed to 600 for ~/.ssh/authorized_keys still asking the same passwd

when we do ssh with -v .



Sun_SSH_2.2, SSH protocols 1.5/2.0, OpenSSL 0x1000110f
debug1: Reading configuration data...
7,896
Posted By ajayram_arya
Yes from Gregarian calender to Julian date ...
Yes from Gregarian calender to Julian date

---------- Post updated at 04:39 PM ---------- Previous update was at 01:52 PM ----------

Found a way to get the julian date


use POSIX...
9,313
Posted By ajayram_arya
Finally it works . Final code : ...
Finally it works .

Final code :


#!/usr/bin/perl -w
use Net::FTP;
$ftp = Net::FTP->new("Hostname");
$ftp->login('username', 'password');
$ftp->cwd("<PATH>");
$ftp->binary;

my...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 07:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy