Page 1 of 1

Smoothieboard SFTP connection problems?

Posted: Thu Oct 29, 2015 9:14 pm
by AEK
Hello,

Has anyone been able to connect to the smoothieboard using a SFTP client? I would like to access the SD card as a folder so I can add files, delete, access to my config etc...
I can connect with Prontoface with a static IP no problem so I know the network is working properly.
Instructions says use port 115 but I'm not having any luck.
as per instructions: "Simple File Transfer Protocol (port 115) allows uploading of files from an SFTP client."

Network settings
# ---------------------------------------------------------------------
network.enable true # Enable the Ethernet network #services
network.webserver.enable true # Enable the Webserver
network.telnet.enable true # Enable the Telnet server
network.plan9.enable true # enable the plan9 network filesystem
#network.ip_address auto # Use DHCP to get IP Address

# Uncomment the first 3 below to manually setup IP Address
# ---------------------------------------------------------------------
network.ip_address 192.168.2.30 # The IP Address
network.ip_mask 255.255.255.0 # The IP Mask
network.ip_gateway 192.168.2.1 # The Gateway Address
#network.mac_override xx.xx.xx.xx.xx.xx # Override the mac address, only do this if you have a conflict

Any help would be appreciated.

AEK

Re: Smoothieboard SFTP connection problems?

Posted: Sun Nov 08, 2015 1:10 pm
by Eaglezsoar
Answering this simply because I want to refresh your question and to hopefully draw attention to it so someone who knows can answer the question.

Re: Smoothieboard SFTP connection problems?

Posted: Tue Dec 29, 2015 1:11 am
by 626Pilot
I usually upload over the crappy web interface. It's dog slow, but FTP won't be any faster as the bottleneck is the controller itself.

If I need to upload something big and don't have all day, I just put the SD card into a reader on my computer.

Re: Smoothieboard SFTP connection problems?

Posted: Tue Dec 29, 2015 1:55 am
by AEK
That's exactly what I've been doing as well. Thanks for the reply.

Aek