Download
SFTP

SFTP Setup

SFTP (SSH File Transfer Protocol) allows you to securely transfer files between your computer and a remote server over an encrypted connection.

What is SFTP?

SSH File Transfer Protocol

SFTP is a secure file transfer protocol that uses SSH (Secure Shell) to encrypt data during transfer. Unlike standard FTP, SFTP provides encryption for both commands and data, making it much more secure for sensitive information.

How to Use SFTP with MV Tools

To use SFTP with MV Tools, you'll need the following information:

  • Hostname or IP address of the SFTP server
  • Port number (usually 22 for SFTP)
  • Username for authentication
  • Password or SSH key for authentication

Advantages of SFTP

SFTP offers several advantages over standard FTP:

  • Security: All data is encrypted during transfer
  • Authentication: Supports both password and SSH key authentication
  • Reliability: More robust against network interruptions
  • Simplicity: Uses a single connection for both commands and data
⚠️

Important Considerations

SSH Key Authentication: For enhanced security, consider using SSH key authentication instead of passwords. This requires generating an SSH key pair and adding the public key to the server.

Firewall Settings: Ensure that your firewall allows SFTP connections (usually on port 22) to and from the server.

Permissions: Make sure your SFTP user account has the appropriate permissions for the files and directories you need to access.

Server Configuration: Ensure the SFTP server is properly configured to accept connections from your client.