BenMatteson / CS410_Agile_Group2

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

Refactor Client to allow for interactive connections #59

Open eddiekelleypdx opened 5 years ago

eddiekelleypdx commented 5 years ago

To be able to use saved connection information from within the SFTP client, it will be necessary to allow a user to enter the interactive shell without an active connection (the software's current behavior is to: exit if a connection can't be made).

Tasks #29 and #30 require this feature to exist before they can be implemented.

BenMatteson commented 5 years ago

I would consider a series of print -> input prompts rather than giving them a 'shell', I expect it would be easier, and clearer for the user that way.