JP Joom2Static - FTP Deployment
Article Index
- JP Joom2Static
- Why use JP Joom2Static?
- What's New in JP Joom2Static
- Installation
- General Configuration
- Menu and Asset Configuration
- Image Optimization
- .htaccess Settings
- Manual Files and Protected Sites
- Webhooks and REST API
- Deployment
- FTP Deployment
- Netlify Deployment
- AWS S3 Deployment
- GitHub Pages Deployment
- Generate Static HTML
- Configuration Parameter Reference
- Security Recommendations
- Conclusion
- All Pages
Page 12 of 19
FTP Deployment
Select FTP Server as the Target Host to automatically deploy the generated static website to a standard FTP server.
FTP Server
Parameter: ftp_server
Enter the FTP hostname or server IP address.
Example:
ftp.example.com
FTP Port
Parameter: ftp_port
Enter the FTP connection port. The default value is:
21
FTP Username
Parameter: ftp_username
Enter the username for the FTP account.
FTP Password
Parameter: ftp_password
Enter the password for the FTP account.
FTP Path
Parameter: ftp_path
Enter the remote FTP directory where the generated static website files should be uploaded.