Find Jobs
Hire Freelancers

Console App With Renci.SSH

$10-30 USD

Chiuso
Pubblicato più di 5 anni fa

$10-30 USD

Pagato al completamento
Good day all - I have a C# console application that connects via [login to view URL] to a Unix server and downloads the files from the Unix Server. The issue I face is that when the directory on the Unix Server contains a folder, my code errors out. What I want... I need the below code to be updated to download 1) All files in the parent directory (already does this) 2) All folders and sub-folders (including any files) -- I NEED THIS Below is my current syntax: private static void DownloadFile(string arc, string username, string password) { string fullpath; string fp; var options = new ProgressBarOptions { ProgressCharacter = '.', ProgressBarOnBottom = true }; using (var sftp = new SftpClient(Host, username, password)) { [login to view URL](); fp = RemoteDir + "/" + arc; if ([login to view URL](fp)) fullpath = fp; else fullpath = SecondaryRemoteDir + d + "/" + arc; if ([login to view URL](fullpath)) { var files = [login to view URL](fullpath); foreach (var file in files) { if ([login to view URL]().Substring(0, 1) != ".") { [login to view URL]("Downloading file from the server..."); [login to view URL](); using (var pbar = new ProgressBar(100, "Downloading " + [login to view URL] + "....", options)) { SftpFileAttributes att = [login to view URL](fullpath + "/" + [login to view URL]); var fileSize = [login to view URL]; var ms = new MemoryStream(); IAsyncResult asyncr = [login to view URL](fullpath + "/" + [login to view URL], ms); SftpDownloadAsyncResult sftpAsyncr = (SftpDownloadAsyncResult)asyncr; int lastpct = 0; while (![login to view URL]) { int pct = (int)((long)[login to view URL] / fileSize) * 100; if (pct > lastpct) for (int i = 1; i < pct - lastpct; i++) [login to view URL](); } [login to view URL](asyncr); [login to view URL]("Writing File to disk..."); [login to view URL](); string localFilePath = "C:\" + [login to view URL]; var fs = new FileStream(localFilePath, [login to view URL], [login to view URL]); [login to view URL](fs); [login to view URL](); [login to view URL](); } } } } else { [login to view URL]("The arc " + arc + " with a date of " + d + " does not exist at either location of 1) " + RemoteDir + " or 2) " + SecondaryRemoteDir); [login to view URL](); [login to view URL]("Please press any key to close this window"); [login to view URL](); } } }
Rif. progetto: 17802658

Info sul progetto

2 proposte
Progetto a distanza
Attivo 5 anni fa

Hai voglia di guadagnare un po'?

I vantaggi delle offerte su Freelancer

Imposta il tuo budget e le scadenze
Fatti pagare per il lavoro svolto
Delinea la tua proposta
La registrazione e le offerte sui lavori sono gratuite
2 freelance hanno fatto un'offerta media di $23 USD
Avatar dell'utente
Easy to fix just needs recursion.
$10 USD in 3 giorni
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
Hello. I can do that job for you.
$35 USD in 1 giorno
0,0 (0 valutazioni)
0,0
0,0

Info sul cliente

Bandiera: UNITED STATES
Athens, United States
0,0
0
Membro dal set 19, 2018

Verifica del cliente

Grazie! Ti abbiamo inviato tramite email il link per richiedere il tuo bonus gratuito.
Non è stato possibile inviarti l'email. Riprova per piacere.
di utenti registrati di lavori pubblicati
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Caricamento anteprima
Autorizzazione per la geolocalizzazione concessa.
La tua sessione è scaduta ed è stato effettuato il log out. Accedi nuovamente per piacere.