Indinfer
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by Indinfer-
Yes, your cURL line works much better. You smashed two of the bugs. I scrutinized your line. It looks like you used double quotes instead of single quotes for the -H parameter. And you put a space ...
-
I have not said much about what I am trying to do. So, therefore, although I think what you are saying about getting will work, I don't think it will work for me. So, I will say a little more about...
-
Before that, You have to authenticate the root user using create_user_session ... I think you figured out where my problem is because you alerted me that I need to get a proper session token. Se...
-
A appreciate your patience in trying to help me with my problem. Yes, a link is good. I could not find "cURL" in the link I showed and the link you showed. I have a test website to figure out how...
-
I need to operate remotely. I think that if the curl line would work from a Windows command line, it should also work invoked from my program in Lisp and C++. So I guess I need terminal mode cURL....
-
GoDaddy did not seem to be able to help me. However, I believe I got a successful login. I will share my Common Lisp answer as code with a walkthrough which I hope is suitable for those unfamiliar ...
-
Probably be sometime next week that I am able to check with my website hosting service, GoDaddy. I hope to post the results.
-
I opened File Manager. I could not follow the path you gave me exactly, maybe because I am at "Website Owner" level with just cPanel access. Or, maybe I simply did not understand. I found "logs" d...
-
The forum editor gave me some unexpected bolding and converted some parentheis+characters to emoji. It's fine. Just that you should know some of my post above is not as I typed it.
-
I construct my code based on the Secure Remote Logins documentation. Maybe I am further along, but still not there yet. Meaning: I think I should be getting a CP session token and am not, should ge...