displayTextfield($this, 'baseUrl-ftp', 'http://mystaticsite.com', '', ''); ?>

displayTextfield($this, 'ftpServer', '198.176.1.23', ''); ?>
displayTextfield($this, 'ftpPort', '21', ''); ?>
displayTextfield($this, 'ftpUsername', 'FTP Username', ''); ?>
displayTextfield($this, 'ftpPassword', 'FTP Password', '', 'password'); ?>
displayTextfield($this, 'ftpRemotePath', 'FTP Remote Path', 'will attempt to create folder recursively if non-existent'); ?>
displayCheckbox($this, 'ftpTLS', 'Use FTP with TLS'); ?>
displayCheckbox($this, 'useActiveFTP', 'Use active FTP (defaults to passive mode) What\'s the difference?'); ?>