NeocitiesCP
A tool to copy a file to your Neocities site.
Will create the required folders on Neocities if required
Windows Usage: neocitiescp.exe USERNAME PASSWORD LOCALPATH REMOTEPATH
Linux Usage: ./neocitiescp.sh USERNAME PASSWORD LOCALPATH REMOTEPATH
Windows Example: neocitiescp.exe simplecodeeditor thepassword blog.html blog/blog.html
Linux Example: ./neocitiescp.sh simplecodeeditor thepassword blog.html blog/blog.html
NeocitiesRM
A tool to delete a file on your Neocities site.
Windows Usage: neocitiesrm.exe USERNAME PASSWORD REMOTEPATH
Linux Usage: ./neocitiesrm.sh USERNAME PASSWORD REMOTEPATH
Windows Example: neocitiesrm.exe simplecodeeditor thepassword blog/blog.html
Linux Example: ./neocitiesrm.sh simplecodeeditor thepassword blog/blog.html
NeocitiesLS
A tool to list the files on your Neocities site. The Windows version is coming soon.
Windows Usage: neocitiesls.exe USERNAME PASSWORD
Linux Usage: ./neocitiesls.sh USERNAME PASSWORD
Windows Example: neocitiesls.exe simplecodeeditor thepassword
Linux Example: ./neocitiesls.sh simplecodeeditor thepassword
UploadDirToNeocities
A tool to allow you to upload a folder all at once to Neocities. The Windows version is coming soon.
Linux Usage: ./UploadDirToNeocities.sh USERNAME PASSWORD LOCALPATH REMOTEPATH
Linux Example: ./UploadDirToNeocities.sh simplecodeeditor thepassword ./files /
Linux Example Explanation: Would upload the contents of the folder ./files (not including the files folder) to the root of the site.
Jekyll2Neocities
A tool to allow you to build and upload a Jekyll based website to Neocities
COMING SOON