BenMatteson / CS410_Agile_Group2

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

Put & Put multiple #46

Closed BenMatteson closed 5 years ago

BenMatteson commented 5 years ago

As an FTP user, I want to be able to put a file on the remote server so that the file is available on the server.

As an FTP user, I want to be able to put multiple files from the local machine so that the operations do not have to be done individually.

closes #8 closes #25

Acceptance Criteria: Put:

Put Multiple:

BenMatteson commented 5 years ago

so putting directories doesn't actually work for me. I think it might be about going from a windows system to a *nix system, but whatever the case, I might just have to throw out being able to do it...