Can't connect to rasp pi Access point

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
pir8ped
500 Command not understood
Posts: 5
Joined: 2024-01-06 17:42
First name: John
Last name: Pedersen

Can't connect to rasp pi Access point

#1 Post by pir8ped » 2024-01-06 17:51

Hi,

I have 3 raspberry pi's each running a server. Two are connected to the internet via a router and the other is set up as an access point.

I can use FileZilla only with the first two, not the the standalone pi. But I can access the web pages served by any of them, and I can log into any of them using Putty. I just can't connect to the access point pi with FileZilla.

I've switched off Windows firewall in case that was stopping me connecting, but that hasn't helped.

I have previously connected with the access point pi using FileZilla, but I have updated a lot of things on the pi, and now it's not working.

It seems odd that all the pi's are responsive serving web pages, and all can be connected to using Putty, but I can't connect to the access point pi with FileZilla.

Any suggestions?

Thanks,

John Pedersen

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Can't connect to rasp pi Access point

#2 Post by boco » 2024-01-06 21:04

Websites are saved by webservers (HTTP), not affected by FTP at all. Maybe the FTP server on that device has a problem?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

pir8ped
500 Command not understood
Posts: 5
Joined: 2024-01-06 17:42
First name: John
Last name: Pedersen

Re: Can't connect to rasp pi Access point

#3 Post by pir8ped » 2024-01-06 21:33

Sure, I mentioned the websites - I forgot to mention the pi's are all headless, so a response from the web server shows they're all alive at least.

I can reach the pi with the access point using FTP with Putty, but not via FTP with FileZilla.

John

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Can't connect to rasp pi Access point

#4 Post by boco » 2024-01-07 16:44

But doesn't PuTTY use SFTP/SSH2? That's not FTP.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

pir8ped
500 Command not understood
Posts: 5
Joined: 2024-01-06 17:42
First name: John
Last name: Pedersen

Re: Can't connect to rasp pi Access point

#5 Post by pir8ped » 2024-01-09 12:21

Sorry, I meant SFTP, not ftp.

Still stuck on this one. Can connect using Putty, but can't connect using FileZilla

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Can't connect to rasp pi Access point

#6 Post by botg » 2024-01-09 16:01

Make sure to use SFTP as protocol when connecting.

pir8ped
500 Command not understood
Posts: 5
Joined: 2024-01-06 17:42
First name: John
Last name: Pedersen

Re: Can't connect to rasp pi Access point

#7 Post by pir8ped » 2024-01-09 16:39

Screenshot 2024-01-09 162745.png
Screenshot 2024-01-09 162745.png (97 KiB) Viewed 4983 times
Here's a screenshot of FileZilla alongside Putty. Clicking on 'open' in Putty connects me to the pi (192.168.4.1) while clicking on Connect in FileZilla gets me a message could not connect to server.

Both using SSH.

John

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Can't connect to rasp pi Access point

#8 Post by boco » 2024-01-09 21:55

Both using SSH.
Nope, look again. FileZilla does not support SSH, it only supports SFTP, based on SSH. SFTP is a subsystem of the SSH protocol that does not necessarily have to be running. FileZilla can only connect if it is.
Try to connect using psftp of the PuTTY suite. Does that succeed?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

pir8ped
500 Command not understood
Posts: 5
Joined: 2024-01-06 17:42
First name: John
Last name: Pedersen

Re: Can't connect to rasp pi Access point

#9 Post by pir8ped » 2024-01-10 10:11

Ah great. Thanks for that clarification.

PSFTP from the Putty suite can't connect either.

PSFTP is supposed to be running by default (after enabling SSH) on the pi, but clearly mine isn't. I probably messed it up when I was making the pi operate an access point. I'll review that procedure.

Thanks!

Post Reply