#Failure creating the folder

26 messages · Page 1 of 1 (latest)

south aspen
#

Hello,
I was trying to install the plugin to my spigot/paper server. I am using a personal server with linux ubuntu to program it. I've got spigot set up and the server runs well. When i try to download floodgate or geyser, a new txt document "spigot" or "spigot.1" shows up instead of the jar files (geyser or floodgate). Do you know the fix for this?

#

I entered the plugins folder

#

cd plugins

#

and the spigot and spigot.1 files showed up

#

when i run the server, no geyser or floodgate folders show up for me to copy the text document

stone field
#

You need to specify file names for those 2, otherwise wget assumes the last part of the path as the file name

south aspen
#

can you give me an example?

#

I’m slightly confused

lime tangle
#

you can also download files from your server with an sftp client. It's similar to an ssh client like putty, except you manage files instead of using commands

south aspen
south aspen
stone field
#

otherwise paper doesn't load them

south aspen
south aspen
lime tangle
#

As long as your server is ssh-able, you should be able to run filezilla or another sftp client on another pc on the same network as the ubuntu server and you can use that to access files on the server with a convenient gui

#

If you don't have ssh setup on your ubuntu server, you can use this video to set it up https://youtu.be/Wlmne44M6fQ

Install OpenSSH-server on Ubuntu to enable SSH to remotely connect to your Ubuntu computer
✅ Subscribe to help us grow: https://www.youtube.com/knowledgesharingtech?sub_confirmation=1

My Amazon affiliate link:
Amazon best sellers Computers and Accessories: https://amzn.to/37v1Z7Z

Linux Commands
Ctrl+Alt+T (to Open terminal)
sudo apt update
c...

▶ Play video
#

you'd just copy the commands put into the ubuntu terminal into your ubuntu server

#

the command prompt would represent another computer connecting (ssh-ing) to the server

south aspen
#

Oh yo thank you.

lime tangle
#

as a general tip, once you set up the ssh thing, you can ssh into your server and run commands from another computer using the putty windows program. And you'd access files from another computer with the filezilla program