BenMatteson / CS410_Agile_Group2

CS410 Agile Practice Project - FTP Client
0 stars 2 forks source link

Change local directory #55

Open brialee opened 5 years ago

brialee commented 5 years ago

As a user of the SFTP client, I want to be able to change directories locally because that should be included in a basic SFTP client done via CLI.

BenMatteson commented 5 years ago

you did say you were working on these right?

brialee commented 5 years ago

I was working on the remote version, if need be I can take a stab at the local versions (although you already assigned it to me)

BenMatteson commented 5 years ago

ah, yeah, sorry I thought this was the thing you were already working on.

brialee commented 5 years ago

No worries, I'll take a stab at it over the weekend and hopefully have a PR up by Sunday.

BenMatteson commented 5 years ago

sounds good, they should be basically identical to the remote ones except using the local os calls instead so it should be pretty straightforward.