1. Does RuSharp still work with the current version of FTPRush?
2. If so, where can i obtain some documentation on its usage?
Rusharp
-
- Posts: 2
- Joined: Thu Apr 22, 2010 7:13 am
Re: Rusharp
I would like to see an example too plz
-
- Posts: 31
- Joined: Fri Feb 05, 2010 1:15 am
- Location: Medina, Washington, USA
- Contact:
Re: Rusharp
Check authors website:
http://mrsp.free.fr/
http://mrsp.free.fr/
-
- Posts: 4
- Joined: Fri Feb 05, 2010 7:33 am
Re: Rusharp
There is an example here: http://pastebin.com/JM7Ja8GY
However the callback doesn't work in that RuSharp.dll so you won't get any replies from FTPRush.
However the callback doesn't work in that RuSharp.dll so you won't get any replies from FTPRush.
-
- Posts: 24
- Joined: Tue Jul 06, 2004 2:09 pm
- Contact:
Re: Rusharp
Last time I checked it did, long time ago though. But your sample will probably won't ever get a callback since it has high chances to end before that ;)
-
- Posts: 4
- Joined: Fri Feb 05, 2010 7:33 am
Re: Rusharp
Hey Marsup,
You got an example that works with callbacks ?
You got an example that works with callbacks ?
-
- Posts: 24
- Joined: Tue Jul 06, 2004 2:09 pm
- Contact:
Re: Rusharp
You just have to wait long enough for the answer to come back (if it ever does, that's why I can't lock the API waiting for an answer). So either keep the program from exiting, either use a UI, that's what I did for my testings.
-
- Posts: 24
- Joined: Tue Jul 06, 2004 2:09 pm
- Contact:
Re: Rusharp
Oh and btw, callbacks are only working on raw commands, that's by design from ftprush, can't do anything about that.
-
- Posts: 4
- Joined: Fri Feb 05, 2010 7:33 am
Re: Rusharp
Ahh, that makes sense. Got it work now ;)
Thanks for sorting it out Marsup
Thanks for sorting it out Marsup