Nivekk / KOS

Fully programmable autopilot mod for KSP.
Other
80 stars 30 forks source link

Add FILES ON to LIST. #173

Open a1270 opened 11 years ago

a1270 commented 11 years ago

Prints a list of files on remote storage. On a side note, DELETE seems to be nonfunctional on remote storage.

Dunbaratu commented 11 years ago

DELETE does seem to work on other volumes as long as you do it via SWITCH TO rather than via the FROM syntax of the DELETE command. I think the problem isn't that it doesn't work on remote storage, but that the syntax of the FROM keyword isn't working.

i.e. I can delete from remote storage this way: SWITCH TO ARCHIVE. DELETE MYFILE. SWITCH TO 1.

But not this way: DELETE MYFILE FROM 1. nor DELETE MYFILE FROM VOLUME 1.

a1270 commented 11 years ago

That is what I meant. Though i can see how it's confusing. I think of local as the volume you have switched to and remote as other volume. Saying that it's probably more correct to think of local as the volume on craft and the others being remote.