FTP Troubleshooting
FTP Server Not Working
If the FTP Server is not allowing you to login, please verify the following:
- The FTP port is not being blocked by a firewall
- If you are already running an FTP server do one of the following:
- Disable the existing one
- Restart the backend after doing this
- Change the port for the integrated FTP Server
- Machines > Edit > FTP Port
- Restart the backend on the machine once this is done
Unable to chmod or chown
chmod is only allowed on Linux systems.
FTP file list does not display properly
This is typically caused by a locale issue, if the file list is not displaying properly or is displaying odd dates try the following:
- Open /etc/init.d/gsp-panel/gsp-remote.sh
- Change (line 30): javaCommandLine=“java -jar $scriptDir/GSP-Remote.jar”
- To: javaCommandLine=“java -Duser.language=en -jar $scriptDir/GSP-Remote.jar”
- Restart gsp-remote by typing: /etc/init.d/gsp-panel restart