Jump to content

FTP access


smi93ctb

Recommended Posts

Hi,

 

My account was just reactivated, and when I try to use FileZilla I am getting this:

 

Status: Connected to ricky.heliohost.org
Error: FATAL ERROR: Received unexpected end-of-file from SFTP server
Error: Could not connect to server
 
I hope you can help.

 

Link to comment
Share on other sites

I have tested SFTP on Ricky, and can confirm that it is working correctly. Try these settings:

SFTP host: ricky.heliohost.org
SFTP port: 1312
SFTP protocol: SFTP
SFTP logon type: Normal
SFTP Username: smi93ctb
SFTP password: <same as cpanel>
Link to comment
Share on other sites

The above are the same settings that I've used, that's why I am wondering why I am getting the error. 

 

https://pasteboard.co/Jee0OwK.jpg

https://pasteboard.co/Jee1kpb.jpg

 

I will try to use another ftp client and see how it goes. Meanwhile, can you also check this? (or I can open a separate topic, if that is the SOP. Sorry)

 

I tried to recreate the instructions on running the python script (test.py) https://www.helionet.org/index/topic/29540-solved-solved-total-beginner-need-help-running-a-python-script/

 

but I'm also getting the 500 error. http://smi93ctb.heliohost.org/cgi-bin/test.py

 

And  lastly, if I move to the VPS, how long will it take before I can use the server after payment?

 

Thank you

Link to comment
Share on other sites

The above are the same settings that I've used, that's why I am wondering why I am getting the error. 

 

https://pasteboard.co/Jee0OwK.jpg

https://pasteboard.co/Jee1kpb.jpg

 

I will try to use another ftp client and see how it goes.

Those settings look right to me, and I tested SFTP with Flezilla so it should work. Can you enable more detailed error logs in Filezilla and post the log?

 

I tried to recreate the instructions on running the python script (test.py) https://www.helionet.org/index/topic/29540-solved-solved-total-beginner-need-help-running-a-python-script/

 

but I'm also getting the 500 error. http://smi93ctb.heliohost.org/cgi-bin/test.py

There's actually two problems that I see with your cgi. First, your file is encoded with DOS line endings. Our servers run Linux so using DOS line endings will result in a 500 error. This is usually caused by writing the file with a Windows editor like notepad, and then uploading the output. There are two easy ways to fix this.
  • Use a Windows editor that understands and can write Linux line endings. I've never used it, but I've heard that Notepad++ has this option.
  • Create the file and copy/paste the code into the cpanel file manager.
Secondly, you're on Ricky which has python 2.7 and python 3.6 available. Your shebang is python 3.7, which would work on Tommy and Johnny, but on Ricky you need to use /usr/bin/python3.6. Trying to use a binary that doesn't exist would also result in a 500 error.

 

And  lastly, if I move to the VPS, how long will it take before I can use the server after payment?

Generally it takes less than 24 hours to get it all set up for you.
Link to comment
Share on other sites

I created a new file from the file manager itself but I didn't check the shebang version.

 

I'll try again on the filezilla for the error log and let you know. But this isn't a priority for me now as I moved to vps. Hopefully, I can sort myself there.

 

Thank you for the quick response.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...