Click here to Skip to main content
15,886,110 members

Comments by Rocky_Bas (Top 88 by date)

Rocky_Bas 30-Aug-23 12:54pm View    
Initially i was getting error of yubikey pin is more than 8 characters . I have trimmed and captured first 8 characters to authenticate . Initially yubikey authentication was successful but was failing in connecting to SFTP and was giving me exception 'No suitable authentication method found to complete authentication (keyboard-interactive).'" .

But after few attempts even the yubikey authentication code was failing and giving the exception "There are no retries remaining for a PIN, PUK, or other authentication element"
Rocky_Bas 27-Feb-23 7:03am View    
Its a Class Library Project
Rocky_Bas 12-Feb-23 22:46pm View    
Thanks it worked
Rocky_Bas 12-Feb-23 22:25pm View    
This works fine but have a concern here is there any way we can skip first two lines while reading the csv as the header & content starts from 3rd line. First two line consists of some version and date time in CSV so i want to skip them
Rocky_Bas 10-Feb-23 3:04am View    
Even in this link its creating two different classes for different format of headers. But i want to create the grid(that i generally do in XAML)dynamically from the code based on the input from the CSV file. Want to keep it dynamic so that i dont need to change the code later if the headers are changed