legume
I'm using SOCKS4 over PuTTY SSH.
Remote file size of zero (0) after uploading files < 8kb. Files bigger than this appear to transfer.
I have verified file size of 0 on the server with a 'ls -l'.
This appears to be fixed in latest dev build but isn't mentioned in the known issues post.
Remote file size of zero (0) after uploading files < 8kb. Files bigger than this appear to transfer.
I have verified file size of 0 on the server with a 'ls -l'.
This appears to be fixed in latest dev build but isn't mentioned in the known issues post.
SmartFTP v1.5.988.32
Resolving host name "192.168.10.100"
Proxy: Resolving host name 127.0.0.1
Connecting to 192.168.10.100 Port: 21
Proxy: Connecting to SOCKS4 proxy server 127.0.0.1 Port: 6060
Proxy: Connected to proxy server. Sending connection request.
Connected to 192.168.10.100.
220 (vsFTPd 2.0.3)
USER userid
331 Please specify the password.
PASS (hidden)
230 Login successful.
SYST
215 UNIX Type: L8
FEAT
211-Features:
EPRT
EPSV
MDTM
PASV
REST STREAM
SIZE
TVFS
211 End
PWD
257 "/home/userid"
CWD /home/userid/test
250 Directory successfully changed.
PWD
257 "/home/userid/test"
Compression disabled for private IP addresses.
TYPE I
200 Switching to Binary mode.
PASV
227 Entering Passive Mode (192,168,10,100,140,52)
Proxy: Resolving host name 127.0.0.1
Opening data connection to 192.168.10.100 Port: 35892
Proxy: Connecting to SOCKS4 proxy server 127.0.0.1 Port: 6060
LIST -aL
Proxy: Connected to proxy server. Sending connection request.
150 Here comes the directory listing.
191 bytes transferred. (872 bytes/s) (219 ms)
226 Directory send OK.
SIZE file.test
550 Could not get file size.
Compression disabled for private IP addresses.
PASV
227 Entering Passive Mode (192,168,10,100,132,155)
Proxy: Resolving host name 127.0.0.1
Opening data connection to 192.168.10.100 Port: 33947
Proxy: Connecting to SOCKS4 proxy server 127.0.0.1 Port: 6060
STOR Copy of file.test
Proxy: Connected to proxy server. Sending connection request.
8192 bytes transferred. (500 KB/s) (16 ms)
150 Ok to send data.
226 File receive OK.
SIZE Copy of file.test
213 0
File size mismatch.
Compression disabled for private IP addresses.
PASV
227 Entering Passive Mode (192,168,10,100,233,116)
Proxy: Resolving host name 127.0.0.1
Opening data connection to 192.168.10.100 Port: 59764
Proxy: Connecting to SOCKS4 proxy server 127.0.0.1 Port: 6060
LIST -aL
Proxy: Connected to proxy server. Sending connection request.
150 Here comes the directory listing.
271 bytes transferred. (1.13 KB/s) (234 ms)
226 Directory send OK.
Transfer failed.