Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional AppleScript functionality for moving files on server #1045

Closed
cyberduck opened this issue Feb 22, 2007 · 2 comments
Closed

Additional AppleScript functionality for moving files on server #1045

cyberduck opened this issue Feb 22, 2007 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

26e97ff created the issue

It would be nice to be able to move files from one directory to another on an ftp server via AppleScript. Manually (drag and drop) I can move files from one directory to another but I want to do this in AppleScript. I do not want to have to download the files and then upload them to another directory just to move them! :-)

Also, a mechanism for handling "replace" both for this feature and also when merely uploading would be nice. (always replace, etc...) Right now when uploading I check for presence of file first if there, delete it, then upload. This is a common case so it would be great to have an additional flag that did this automatically.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Having some problems with Applescript as usual (NSArgumentsWrongScriptError etc.)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Use e.g.

rename item "Tashkurgan.jp2" to "t/Tashkurgan.jp2"

to move the file Tashkurgan.jp2 in to the folder named t in the current working directory.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants