ftp to ftp problem

Please post here if you have problems in using Wing FTP Server.
Post Reply
erwieder
Posts: 1
Joined: Fri Jul 20, 2018 9:33 pm

ftp to ftp problem

Post by erwieder »

Hallo, habe ein Problem.
Wenn ich im Programm Links mit server 1 per sftp verbinde, verbindet er.
Wenn ich Rechts verbinde mit server 2 per sftp steht immer

Code: Select all

Verbinde zu xxx.xx.xx.xxx:22
[2] Herstellung der SFTP Verbindung
[2] Error code: 7
[2] Wiederholung nach 30 Sekunden fuer ftp://xxxx:***@xxx.xx.xx.xx:22
Wenn ich mit mit bsp. WinSCP oder Filezilla auf Server 2 gehe, klappt es.

Wodrann liegt das ?

MFG

_______________________________
Hi, i have a problem

i have open the software and left window with Server 1 (sftp) connect = successful
right windows with Server 2 (sftp) connect = fail

Code: Select all

Verbinde zu xxx.xx.xx.xxx:22
[2] Herstellung der SFTP Verbindung
[2] Error code: 7
[2] Wiederholung nach 30 Sekunden fuer ftp://xxxx:***@xxx.xx.xx.xx:22
with other Software (WinSCP , Filezilla ect.) successful connect to Server 2

where is the problem ?
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: ftp to ftp problem

Post by FTP »

FXP(FTP server to FTP server) transfer is for the FTP protocol only, you can't use it for the SFTP transfer.
Post Reply