الاتصال بموقعك عبر FTP / SFTP

Sometimes you need direct access to your site files — uploading a large theme, editing wp-config.php, or clearing a stuck plugin. You can connect to any Kelma site with a standard SFTP client such as FileZilla, Cyberduck, or WinSCP. This guide shows you where the credentials live and how to connect safely.

Find your credentials

Open your site and look for the Connection Details card on the overview page. There you will find everything you need:

FieldWhere it comes from
HostYour server is IP address
المستخدمYour site is system user
كلمة المرورHidden by default — click Show Password to reveal
Port22 (SFTP)

For security, revealing the password may ask you to confirm your account password first. You can also rotate the password from the same card at any time.

Connect with your client

  1. Open your FTP client and create a new connection.
  2. Set the protocol to SFTP (SSH File Transfer Protocol).
  3. Enter the host, usernameو password from the Connection Details card.
  4. Use port 22 and connect.
Always use SFTP, never plain FTP. SFTP encrypts your connection and credentials end-to-end. Plain FTP sends your password in clear text and should never be used on a production site.

Where your files live

Once connected, your site files sit under the root path shown on the same overview card — typically something like /home/your-user/yoursite.com. Inside you will find the familiar WordPress structure: wp-content/ for themes, plugins, and uploads, plus wp-config.php at the root. Edit only what you intend to; the rest of WordPress core is best updated from the dashboard.

Common tasks over SFTP

  • Upload a theme or plugin too large for the WordPress uploader — drop it into wp-content/themes او wp-content/plugins.
  • Deactivate a plugin that broke your site — rename its folder in wp-content/plugins to disable it instantly.
  • Edit configuration — adjust wp-config.php for constants like WP_DEBUG.
  • Download a copy of your uploads folder for local work.
Tip: If a plugin update takes your site down, you do not need to wait for support — rename the plugin folder over SFTP to disable it, then re-enable once you have a fix.

Troubleshooting connections

If your client cannot connect, work through these in order:

  • Check the protocol — it must be SFTP on port 22, not FTP on port 21. This is the single most common mistake.
  • Re-copy the credentials — a stray space when pasting the host or password will fail the login. Use Show Password and copy carefully.
  • Confirm the password is current — if it was rotated, older saved sessions in your client will be out of date.
  • Check your own network — some office or public networks block outbound SFTP; try another connection to rule this out.

الأسئلة الشائعة

Which client should I use?

Any SFTP-capable client works. FileZilla (free, cross-platform), Cyberduck (Mac and Windows), and WinSCP (Windows) are all solid, popular choices.

Can I give a developer temporary access?

Yes. Share the connection details, and rotate the password from the Connection Details card once the work is finished to revoke access cleanly.

Is there a file size limit?

SFTP has no practical upload limit, which is exactly why it is the right tool for files too large for the WordPress media uploader.

In short

SFTP gives you a safe, direct line to your site files for the handful of tasks the dashboard does not cover — large uploads, configuration edits, and emergency fixes. Grab your credentials from the Connection Details card, connect over port 22, and always choose SFTP over plain FTP so your login and data stay encrypted. Keep changes deliberate, rotate the password when outside help is finished, and you have a powerful tool that complements the panel rather than replacing it.

Where to go next

 Image Name  - Connecting to your site with FTP / SFTP

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *