FileZilla를 사용하여 sftp를 통해 SunOS 서버로 파일을 전송하는 방법은 무엇입니까?

FileZilla를 사용하여 sftp를 통해 SunOS 서버로 파일을 전송하는 방법은 무엇입니까?

웹 서버 관리자에 따르면 Filezilla를 사용하여 서버에 파일을 전송할 수 있어야 하는데 오류가 발생합니다.

sftp 파일을 전송하도록 Filezilla를 설정했습니다.이 방향온라인에서 찾았어요.

그러나 이것이 내가 얻는 것입니다:

Status:    Connecting to server.edu:12345...
Response:    fzSftp started
Command:    open "[email protected]" 12345
Error:    Connection timed out
Error:    Could not connect to server
Status:    Waiting to retry...
Status:    Connecting to server.edu:12345...
Response:    fzSftp started
Command:    open "[email protected]" 12345
Error:    Connection timed out
Error:    Could not connect to server

올바른 방향의 어떤 지점이라도 매우 도움이 될 것입니다.

참고 - X-Win32 SSH를 사용하여 Windows 7 시스템에서 원격 서버에 연결할 수 있습니다(Filezilla와 동시에 실행하지는 않습니다).

SunOS server.edu 5.10 Generic_120011-14 sun4v sparc SUNW,SPARC-Enterprise-T5220
System type is SUN4V with 65408 MB of memory.

server.edu(1): 

편집 : 답변

SSH 포트는 내 사용자 포트가 아닌 22로 설정되어야 합니다.
http://en.wikipedia.org/wiki/List_of_well-known_ports_%28computing%29#Well-known_ports

답변1

그것을 알아 냈습니다 :

SSH 포트는 내 사용자 포트가 아닌 22로 설정되어야 합니다.

http://en.wikipedia.org/wiki/List_of_well-known_ports_%28computing%29#Well-known_ports

관련 정보