Skip to content

Conversation

@a1270
Copy link
Contributor

@a1270 a1270 commented Oct 26, 2013

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

@Dunbaratu
Copy link
Contributor

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
Copy link
Contributor Author

a1270 commented Oct 28, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants