Unable to FXP via SSL

I don't know if it is because i am connected via SSL or not but I fallowed the FXP tutorial thinking i may have missed something. When I try to drag the file from one of the servers to another. It has a little circle with a slash through it as if to say "no you cant actually put that file here." both ftps are logged in ssl.

Are you sure your server supports FXP over TLS?


Are you sure your server supports FXP over TLS?

Yes sir both servers allow FXP of SSL Implicit

Post the log from both servers.


Post the log from both servers.
can i post them to you in pm?

server 1:
[16:10:48] SmartFTP v4.0.1062.0
[16:10:48] Resolving host name "***"
[16:10:48] Connecting to *** Port: ***
[16:10:48] Connected to ***.
[16:10:53] 220 OpenSSH_5.2p1
[16:10:53] AUTH TLS
[16:10:54] 234 AUTH TLS successful
[16:10:54] Connected. Exchanging encryption keys...
[16:10:54] Session Cipher: 168 bit 3DES
[16:10:54] TLS encrypted session established.
[16:10:54] Command channel protection set to Private.
[16:10:54] PBSZ 0
[16:10:54] 200 PBSZ 0 successful
[16:10:54] USER ***
[16:10:54] 331 Password required for ***.
[16:10:54] PASS (hidden)
[16:10:54] 230 User *** logged in.
[16:10:54] SYST
[16:10:55] 215 UNIX Type: L8
[16:10:55] Detected Server Type: UNIX
[16:10:55] RTT: 112.258 ms
[16:10:55] FEAT
[16:10:55] 211- Extensions supported:
[16:10:55] AUTH TLS
[16:10:55] AUTH SSL
[16:10:55] PBSZ
[16:10:55] PROT
[16:10:55] CPSV
[16:10:55] SSCN
[16:10:55] MDTM
[16:10:55] SIZE
[16:10:55] REST STREAM
[16:10:55] SYST
[16:10:55] 211 END
[16:10:55] Detected Server Software: glftpd
[16:10:55] PWD
[16:10:55] 257 "/" is current directory.
[16:10:55] TYPE A
[16:10:55] 200 Type set to A.
[16:10:55] PROT P
[16:10:55] 200 Protection set to Private
[16:10:55] PASV
[16:10:55] 227 Entering Passive Mode (***)
[16:10:55] Opening data connection to *** Port: ***
[16:10:55] LIST -aL
[16:10:56] Connected. Exchanging encryption keys...
[16:10:57] 150 Opening ASCII mode data connection for directory listing using SSL/TLS.
[16:10:57] Session Cipher: 168 bit 3DES
[16:10:57] TLS encrypted session established.
[16:10:57] 626 bytes transferred. (534 bytes/s) (00:00:01)
[16:10:57] 226- [Ul: 0.0MB] [Dl: 15.5MB] [Speed: 0.42K/s] [Free: 575325MB]
[16:10:57] 226 [Section: DEFAULT] [Credits: 0.0MB] [Ratio: Unlimited]


server 2:
[16:13:00] SmartFTP v4.0.1062.0
[16:13:00] Resolving host name "***"
[16:13:00] Connecting to *** Port: ***
[16:13:00] SSH-2.0-OpenSSH_3.9p1
[16:13:00] Starting SSH session. Remote Id: "SSH-2.0-OpenSSH_3.9p1"
[16:13:00] SSH protocol version reply. Client Id: "SSH-2.0-SmartFTP FIPS"
[16:13:00] Computing session key.
[16:13:00] Key Exchange Algorithm: diffie-hellman-group-exchange-sha1
[16:13:00] Key exchange completed.
[16:13:00] Host Key Algorithm: ssh-rsa
[16:13:00] Client to Server Encryption: aes128-ctr
[16:13:00] Server to Client Encryption: aes128-ctr
[16:13:00] Session MAC: hmac-sha1
[16:13:00] Client to Server Compression: zlib
[16:13:00] Server to Client Compression: zlib
[16:13:01] Authentication request. Method: "none"
[16:13:01] Server supported authentications: publickey,gssapi-with-mic,password
[16:13:01] Authentication request. Method: "password"
[16:13:01] User authentication successful.
[16:13:01] SSH session established.
[16:13:01] Connected to pittsburghmultimedia.com.
[16:13:01] RTT: 60.451 ms
[16:13:01] SFTP protocol version 3
[16:13:01] Detected Server Software: OpenSSH
[16:13:01] Resolving path ".".
[16:13:01] Path successfully resolved.
[16:13:01] Resolving path "/root".
[16:13:01] Path successfully resolved.
[16:13:01] Reading directory "/root".
[16:13:02] 5823 bytes transferred. (40.6 KB/s) (140 ms)
[16:13:02] Directory listing complete.

Hello ..

Server is an FTP server. Server 2 is a SFTP server. FXP between those servers does not work.