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

Implement the 'literal' or 'quote' subcommands #33

Closed
mslinn opened this issue May 2, 2024 · 0 comments · Fixed by #34
Closed

Implement the 'literal' or 'quote' subcommands #33

mslinn opened this issue May 2, 2024 · 0 comments · Fixed by #34

Comments

@mslinn
Copy link
Contributor

mslinn commented May 2, 2024

The ftp man page describes those subcommands as:

 quote arg1 arg2 ...
                 The arguments specified are sent, verbatim, to the remote FTP server.

The literal subcommand is an alias for quote

Either of these subcommands would be helpful when communicating with a mainframe. Yes, dinosaurs do exist! These commands are used with the IBM ftp server to allow files to be transmitted between dinosaur-era filesystems and *nix-era file systems.

I expect that implementing this command should be relatively straightforward. If implemented, this command would allow me to write a Ruby script that could submit JES2 for executing jobs on a mainframe via FTP. Currently, this requires a manual process.

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

Successfully merging a pull request may close this issue.

1 participant