Troubles when trying to connect to DS
Hi, im trying to connect to my Dedicated Server with SMM, using the tutorial on the website
Im entering the informations that my DS provider gave me, and i still cant connect to the server ( If I enter the credits in Filezilla it works, but through SMM it wont connect )
Can someone help meh ? Thx
Solution:Jump to solution
You should not include the
sftp://
, choosing sftp in the dropdown already adds that for you. Also, do you have any special characters in the username or password there? If you do, you have to URL escape them, or just use the simple mode instead, which creates the valid URL for you4 Replies
Solution
You should not include the
sftp://
, choosing sftp in the dropdown already adds that for you. Also, do you have any special characters in the username or password there? If you do, you have to URL escape them, or just use the simple mode instead, which creates the valid URL for youOh yep thx, removed the sftp:// and got back to simple mode and it worked, thx!