how to connect to server using filezilla to uplaod files - file-upload

hi am having the following details, but i was not known which one to be used as host, username and password can someone help me please thanks
Domain Name: test.sto.ustravel.in
IP: 65.49.80.132
Account: ustravels
Admin/SFTP/Shell Password: hn5ddzxnhh
MySQL Password: 759aquqhkk
Server: ust.het.in
but i was not known which one to be used as host, username and password can someone help me please thanks. am not able to connect to server to transfer my files. someone help me please

You should ask your server-hosting-support.
We can only speculate, which is maybe the username.
Maybe the name is your Account and the password is the Password from Admin

Related

Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password) windows 10

Hello guys I have created new ssh key and added to my repo in gitlab, I am working as a contractor but can't connect to the server it's finding my email from gitlab and asking for the pass phrase I have given when I have created the ssh key, but it's not working at all 3 times in a row as the password is not the same and it's giving me the following error Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password) I know that the password I am entering is the correct one.
I am typping ssh -T gitlab.example.net the example is replaced with the repo I need to test the connection.
If you have any advice just let me now. Thank you in advance.
this worked for me: Go to the solution
Basically you have to activate password authentication.

How to connect snowsql from PC (Windows 10)

I have signed up for 30 day trial version for snowflake, as part of learning I am trying to run the Snowsql (client) from my windows desktop. I installed client from snowflake client repository (account name, username and password are all correct).
Got the following error:
C:\Users\ugain>snowsql -a vg49826 -u ugainedi
Password:
**250001 (08001): Failed to connect to DB. Verify the account name is correct: vg49826.snowflakecomputing.com:443. HTTP 403: Forbidden
If the error message is unclear, enable logging using -o log_level=DEBUG and see the log to find out the cause. Contact support for further help.
Goodbye!**
Appreciate the help. Thank you!
Go to your account using the Snowflake web UI and look at the URL. Since there is no account vg49826.snowflakecomputing.com, that means you're running Snowflake somewhere other than on AWS_US_WEST_2. That's the only region that does not include the region in the account name for connection purposes.
Copy the portion of the URL up to but not including "snowflakecomputing.com". It will be something like vg49826.us-east-1, vg49826.east-us-2.azure, or something similar. Your Snowflake account, for the purposes of connecting to SnowSQL is the portion of the URL after https:// and before snowflakecomputing.com in the web UI URL.

How to avoid the Kerberos Prompt from console

We do have java example that uses the JSch library to perform the sftp operation. When this example executes and communicates with server that has Kerberos- gssapi enabled, then it would ask for username and password through prompt and application stops to get the entries.
Please see below -
Kerberos username [user1]:
Kerberos password for user1:
We need help- how we can avoid this prompt? but make sure we need to support the gssapi (Kerberos) as well.
Can someone help me on this.
Thanks,
Hrushi
I have resolved this issue by following below steps -
create file jaas.conf like below -
user1#hostname:~$ cat /etc/jaas.conf
com.sun.security.jgss.krb5.initiate {
doNotPrompt=true
};
add below entry in jvm env
-Djava.security.auth.login.config=/etc/jaas.conf
Restart/retest the example.
Thanks,
Hrushi

Oracle 10g SQL plus username, password + Host string unkown

I have just installed Oracle 10g database and also oracle developer suit, which is installed as DevSuiteHome1 in my computer. I could not use SQL plus because I dont know the exact username, password and host string to connect. During installation I did not ask to enter any username & password. Then what would be the username,password + host string? Help me out of this.
Retrieve detail of database service name/host string:
Open cmd.
Issue command lsnrctl status.
Usually, only one database service name will be listed. good Luck!
you can connect many user:-
scott which password is tiger
hr which password is hr
you can connect also sys user.
For connect sys user, only write in user name:- / as sysdba

Cannot Login after configure oracle-xe

I already success install oracle-xe on my ubuntu 10-04, tried to configure the port and password sudo /etc/init.d/oracle-xe configure, and then restart my computer and go to http://127.0.0.1:8080/apex and input system as the username and my password admin but it said that Invalid Login Credentials.
The problem here I cannot login, try to re-install the oracle but same problem occur. Anyone can help me with this things? I'm very appreciated your help, thanks...
I found that after I re-install again oracle-xe and set the password same with my system password it worked.