Troubleshooting
Common issues and their solutions when using fileup.
Common Issues
Configuration File Not Found
If you see an error about the configuration file not being found, make sure you have created the config file at ~/.config/fileup/config.ini.
See the Configuration page for the required format.
FTP Connection Failed
- Verify your hostname is correct
- Check that your username and password are correct
- Ensure the FTP server is accessible from your network
- Try connecting with a standard FTP client to verify credentials
SCP Connection Failed
- Verify the hostname matches an entry in your
~/.ssh/config - Ensure your SSH key is properly configured
- Test the connection manually with
ssh hostname - Check that the destination folder exists on the server
Permission Denied
- Verify you have write access to the destination folder
- Check that the
base_folderpath in your config is correct - Ensure your credentials have proper permissions
Limitations
- The automatic clipboard copying feature is only available for macOS users
- FTP passwords are stored in plain text; use with caution
- SCP implementation requires the
sshandscpcommands to be available
Getting Help
If you encounter issues not covered here:
- Check the GitHub Issues for similar problems
- Open a new issue with details about your setup and the error message