Cisco Switch 2960X SFTP Connection Error

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

Moderator: Project members

Post Reply
Message
Author
wood
500 Command not understood
Posts: 3
Joined: 2024-03-04 08:02

Cisco Switch 2960X SFTP Connection Error

#1 Post by wood » 2024-03-05 07:25

Hi, when uploading files to our filezilla pro sftp server from cisco c2960x switches it fails on (downloading from sftp to the switch works fine)

"%Error writing sftp://*****@ip.address/switchname-confg (Transfer aborted)"

and the log corresponding to this is

2024-03-01T12:37:13.280Z << [SSH SFTP Session 79 ip.address username] User authenticated successfully [user=username]
2024-03-01T12:37:13.311Z !! [SSH SFTP Session 79 ip.address username] Shell or subsystem '<null>' is not supported.

where should we look for a problem?
our different model cisco switches have no issue downloading or uploading to the sftp server

thanks a lot

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

Re: Cisco Switch 2960X SFTP Connection Error

#2 Post by botg » 2024-03-05 08:30

FileZilla Pro Enterprise Server only supports SSH's SFTP subsystem, it does not support any other subsystem or shell. Your client tries to open a shell.

wood
500 Command not understood
Posts: 3
Joined: 2024-03-04 08:02

Re: Cisco Switch 2960X SFTP Connection Error

#3 Post by wood » 2024-03-05 11:03

How would downloading from sftp the other way work then?

wood
500 Command not understood
Posts: 3
Joined: 2024-03-04 08:02

Re: Cisco Switch 2960X SFTP Connection Error

#4 Post by wood » 2024-03-05 11:04

How would downloading from sftp the other way work then?

switchname#copy sftp: flash:
Address or name of remote host []? ip.address
Source username [soitron]? username
Source filename []? test_file
Destination filename [test_file]?
Password:
!
23 bytes copied in 11.167 secs (2 bytes/sec)

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

Re: Cisco Switch 2960X SFTP Connection Error

#5 Post by boco » 2024-03-05 12:11

SFTP is the file transfer subsystem and works much like FTP. If the Cisco device supports SFTP, it will simply work when connecting to an SFTP server running on port 22. You need to check its manual for exact configuration.
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

Post Reply