Implemented functionality to download songs from the Icarus music server

This commit is contained in:
amazing-username
2019-03-21 22:40:16 -04:00
parent e8f2bbcb48
commit b53537b780
3 changed files with 46 additions and 0 deletions
+5
View File
@@ -37,11 +37,16 @@ int main(int argc, char** argv)
}
cout<<"Song path: "<<songPath<<endl;
/**
FileManager fm{songPath};
fm.saveFile(newSongPath);
Upload upS{songPath};
upS.uploadSong();
*/
Download df{newSongPath};
df.downloadSong(1);