hi , i always connect to my server using ssh on port 3333;
when am try to upload file using scp i use this command:
eg:
[root@Hamzah-PC Desktop]# scp fckeditor.tar.gz -P3333
username@mysite.com:/www/www-data/hamzah.ws/sites/all/modules/
but it give me this error
ssh: connect to host mysite.com port 22: Connection refused
lost connection
am trying connect to port 3333 , why it give me Connection refused on port 22 ?