FAQ

How does Photos To Computer transfer files?

Photos To Computer transfers files over your local Wi-Fi using three protocols: SMB (shared folders like Windows/Samba), SFTP (SSH File Transfer Protocol), or FTP (File Transfer Protocol). Simply choose a method, enter connection details, and start transferring files wirelessly.

How can I set up a shared folder (SMB) on Windows?

Right-click a folder, go to Properties > Sharing > Advanced Sharing, enable "Share this folder", and set permissions. Ensure file sharing is enabled in your network settings. Your PC and phone must be on the same Wi-Fi network.

  1. Go to Control Panel > Network and Sharing Center > Advanced sharing settings
  2. Ensure "Turn on file and printer sharing" is enabled
How can I set up a Samba shared folder on Linux?

Install Samba, configure the smb.conf file to add a shared folder section, and restart the Samba service. You can allow guest access or set up a username/password for access.

  1. Install using: sudo apt install samba
  2. Edit /etc/samba/smb.conf and add your share definition
  3. Restart Samba with: sudo systemctl restart smbd
How do I set up an SFTP server?

SFTP is included with SSH. On Linux, install OpenSSH and ensure the sshd service is running. On Windows, install "OpenSSH Server" from optional features and start the service. Then use your system credentials to connect.

  1. Linux: sudo apt install openssh-server
  2. Windows: Install from Settings > Apps > Optional Features
How can I set up an FTP server?

On Windows, install free software like FileZilla Server. On Linux, install vsftpd or proftpd from the terminal. Configure the server and allow access through the firewall.

  1. FileZilla Server: https://filezilla-project.org
  2. Linux: sudo apt install vsftpd
Which free or open-source server software do you recommend?Can I use this app without the Internet?

Yes. The app works fully offline over your local Wi-Fi. No internet is required, just that both devices are connected to the same local network.

Is the connection secure?

SFTP is secure by design, using SSH. SMB and FTP are less secure unless configured properly, but on a trusted home network they are usually sufficient for basic transfers.

Does the app support macOS?

Yes. On macOS you can enable File Sharing (SMB) or Remote Login (SFTP). The app can connect to either.

  1. Enable File Sharing in System Preferences > Sharing
  2. Enable Remote Login for SFTP (under Sharing)
What if my computer is not detected?

Ensure both devices are on the same Wi-Fi network, the correct protocol is enabled, firewall settings allow the connection, and the shared folder is correctly configured with proper permissions.

  1. Try pinging your PC from phone using a terminal app
  2. Double-check IP address, port, and login info