Hi Julien,
the shell features of vert.x are really cool!
thanks!
I’m wondering if it is possible to code a vert.x service for uploading / downloading files with scp (secure copy) using the current vert.x shell api?
Thanks in advance,
Theo
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/7ECDF176-1320-4DCD-AD7B-9BDC25B25A91%40m1theo.org.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/DDD34514-FF78-4051-9DC7-D8EE8576E626%40m1theo.org.
For more options, visit https://groups.google.com/d/optout.
On 23 Nov 2015 at 22:50:00, Theo Weiss (th...@m1theo.org) wrote:
> Am 23.11.2015 um 22:27 schrieb Julien Viet <jul...@julienviet.com>:
>
> and the file would be copied to the Vert.x FileSystem ?
No. It could be handled by a custom „bodyhandler“, similar to a http body/upload-handler, for example to add it in a further step to a mongoFS.
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/CF80C4B3-2BBE-492E-A82A-03387C2D152C%40m1theo.org.
sorry for bothering you again. I think I've used the wrong terminology
discribing my use case. I wanted to ask you, if there is an api within
vertx-shell for writing a *console* application like you did it with the
standalone mode of CRaSH in org.crsh.standalone.CRaSH.java?
I looked around in the vertx-shell, termd, CRaSH and jline2 code to get
a bit of understanding how these console/terminal things work but I'm
totally lost. May be you can give me a hint were to start.
Thanks in advance,
Theo
--
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Dr. Arno Steitz, Yvonne Veyhelmann
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Philippe Miltin
Aufsichtsrat/Supervisory Board:
Katrin James, Winfried Holz
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196
I want to write an application - let's call it myapp - which works like
that:
- I open a linux xterm
- I start myapp
- myapp gives me a prompt
- I can type help and get a list of all possible commands and returns
again to the prompt of myapp
- I can execute my custom command e.g. "listresources"
...
I want to implement the commands with vertx-shells CommandBuilder or as
io.vertx.ext.shell.command.AnnotatedCommand and register them with the
CommandRegistry and so on. I want to have all the vertx goodies
available and probably share code with my other vertx applications.
Regards,
Theo
Am 07.01.16 um 19:20 schrieb Julien Viet:
> Hi,
>
> can you describe exactly what you want to do ?
>
> it is not clear if you want to make Vert.x Shell run with the current user terminal or if you want want to write a custom console application using Vert.x Shell that would be in the current user terminal ?
>
>
>
>> On Jan 7, 2016, at 6:29 PM, Thomas Weiss <T.W...@science-computing.de> wrote:
>>
>> Hi Julien,
>>
>> sorry for bothering you again. I think I've used the wrong terminology discribing my use case. I wanted to ask you, if there is an api within vertx-shell for writing a *console* application like you did it with the standalone mode of CRaSH in org.crsh.standalone.CRaSH.java?
>>
>> I looked around in the vertx-shell, termd, CRaSH and jline2 code to get a bit of understanding how these console/terminal things work but I'm totally lost. May be you can give me a hint were to start.
>>