Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 745 Bytes

File metadata and controls

27 lines (23 loc) · 745 Bytes

Connecting to the Server

Using FileZilla

  1. Open FileZilla
  2. Go to File → Site Manager
  3. Click New Site
  4. Configure:
    • Protocol: FTP - File Transfer Protocol
    • Host: 127.0.0.1 (or your server IP)
    • Port: 2121 (or your configured port)
    • Encryption: Require explicit FTP over TLS
    • Logon Type: Normal
    • User: admin (or your username)
    • Password: password123 (or your password)
  5. Click Connect

Using WinSCP (Windows)

  1. New Site
  2. File protocol: FTP
  3. Encryption: TLS/SSL Explicit encryption
  4. Host name: 127.0.0.1
  5. Port number: 2121
  6. User name: admin (or your username)
  7. Password: password123 (or your password)
  8. Click Login