I'm trying to connect to FTP using OOSocks, and then, be able to share adv-dupes between two servers.
I've managed to get a connection, and the callback works fine, it prints and all that, just like in FileZilla. However, when I'm going to put in my username and pass, it fails. I do:
[lua]socket:SendLine("USER "..FTP.User)
socket:ReceiveLine()[/lua]
On the callback however, all I get is no error message, but the data being "BAD_CSTRING". I have no idea what this means, I've looked through the source and found that "BAD_CSTRING", but I have no idea what it actually means. Could anyone help me?
Does this work anymore? I can't seem to get a simple listen/connection working.
any news on this?
is it still broken/is anyone willing to fix it, or should I just use ZehMatt's oosocks
okay yeah scratch that it does work
It works fine, that is up until the map changes. :v:
I have no issues with it at all, even after a map restart.
Want me to upload the version I currently run?
[QUOTE=BlackAwps;35422291]It works fine, that is up until the map changes. :v:[/QUOTE]
I change the map fine, what do you mean by "until the map changes"?
It locks up SRCDS if I use it on multiple instances; one instance of SRCDS and the module and it will work fine. However, as soon as it's being used more than once a map change will cause it to lock up, but not crash.
[QUOTE=BlackAwps;35430080]It locks up SRCDS if I use it on multiple instances; one instance of SRCDS and the module and it will work fine. However, as soon as it's being used more than once a map change will cause it to lock up, but not crash.[/QUOTE]
close the connection in a shutdown hook?
When I used it I did, but it didn't seem to help. I'm pretty sure python had this problem from what I could gather when talking with him.
Sorry, you need to Log In to post a reply to this thread.