You are here: PSPad forum > Bug report / Hlášení chyb > Re: Win10 FTP doesnt't work properly

Re: Win10 FTP doesnt't work properly

Goto Page: Previous1 2 3 4 Next

#11 Re: Win10 FTP doesnt't work properly

Posted by: ebizo | Date: 2015-12-26 14:41 | IP: IP Logged

Yes, it's true. I don't have any e-mail in win10 set up.

Log:
pastebin.com

Options: Reply | Quote | Up ^


#12 Re: Win10 FTP doesnt't work properly

Posted by: pspad | Date: 2015-12-26 14:55 | IP: IP Logged

This is your FTP server MLSD command output:

Quote:
Maildir
..
.wildcard
backups
public_html
.shadow
imap
domains
.php
mysql-slow.log

This isn't standardized MLSD command output, it means your server doesn't support MLSD command correctly and returns nonsense output. With old file list PSPad is able parse your FTP list, but you should ask authors of your ProFTP, what's wrong with their MLSD command

Edited 1 time(s). Last edit at 2015-12-26 14:56 by pspad.

Options: Reply | Quote | Up ^


#13 Re: Win10 FTP doesnt't work properly

Posted by: TerryJ72 | Date: 2016-09-14 04:27 | IP: IP Logged

I am having sort of the same problem, I can connect to my server, but it does not show any files or folders as it used to. I can connect with Filezilla perfectly fine, to upload files but after I upgraded to Windows 10, I can no longer see any of my files to edit on the server as before. Any suggestions would be much appreciated! Thanks in advance.

My options are set as follows:
Use SSL/TLS, if available. (Required by my Hosting provider)
For SSL user Prot P (private) instead of Prot C (clear) mode.
Passive Mode.
Binary trandfer mode. (TYPE I)
User random command.

Here is my LOG File:
SSL library: OpenSSL 0.9.8g 19 Oct 2007
Connecting to: ftp.XXXXXXXXXXXXXX.com
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 2 of 150 allowed.
220-Local time is now 04:22. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 5 minutes of inactivity.
AUTH TLS
234 AUTH TLS OK.
USER XXXXXXX
331 User XXXXXXX OK. Password required
PASS xxxxx
230 OK. Current restricted directory is /
PBSZ 0
200 PBSZ=0
PROT P
200 Data protection level set to "private"
TYPE I
200 TYPE is now 8-bit binary
STRU F
200 F OK
MODE S
200 S OK
REST 0
350 Restarting at 0
REST 1
350 Restarting at 1
REST 0
350 Restarting at 0
Certificate: /OU=Domain Control Validated/OU=PositiveSSL Wildcard/CN=*.XXXXXXXXXX.net
FEAT
211-Extensions supported:
EPRT
IDLE
MDTM
SIZE
MFMT
REST STREAM
MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
MLSD
AUTH TLS
PBSZ
PROT
UTF8
TVFS
ESTA
PASV
EPSV
SPSV
ESTP
211 End.
CWD /
250 OK. Current directory is /
TYPE A
200 TYPE is now ASCII
PASV
227 Entering Passive Mode (XXX,XX,XX,XXX,234,167)
MLSD
150 Accepted data connection

Options: Reply | Quote | Up ^


#14 Re: Win10 FTP doesnt't work properly

Posted by: pspad | Date: 2016-09-14 04:33 | IP: IP Logged

Hello

Do you use current PSPad?

Try to change TSL mode from private to Clear
Try to disable TLS if it will work

We need to find what causes problems.

Options: Reply | Quote | Up ^


#15 Re: Win10 FTP doesnt't work properly

Posted by: TerryJ72 | Date: 2016-09-14 05:54 | IP: IP Logged

Yes, I am using the current version 4.6.1 (2730).
If I disable TLS, then I cannot connect to my server at all, my server does not accept clear text.
This is what I get when I disable TLS:

421 Sorry, cleartext sessions and weak ciphers are not accepted on this server.
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 3 of 150 allowed.
220-Local time is now 05:52. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 5 minutes of inactivity.
USER xxxxxxxx
421 Sorry, cleartext sessions and weak ciphers are not accepted on this server.
Certificate:
Can't connect
LastError: 0

Options: Reply | Quote | Up ^


#16 Re: Win10 FTP doesnt't work properly

Posted by: pspad | Date: 2016-09-14 06:45 | IP: IP Logged

Hello again

Does in PSPad folder exists OpenSSL libraries (libeay32.dll and libssl32.dll)?

Did you try to change TSL mode to Clear?
And the last thing - try to check old file listing instead of MLSD

Options: Reply | Quote | Up ^


#17 Re: Win10 FTP doesnt't work properly

Posted by: TerryJ72 | Date: 2016-09-14 08:17 | IP: IP Logged

Yes,
These files are in the PSPad folder:
libeay32.dll (OpenSSL library)
libssl32.dll (OpenSSL library)
msvcr71.dll (MS VC++ runtime library)

When I try to change TSL mode to Clear, this is what I get:
USER xxxxxxxx
331 User xxxxxxxx OK. Password required
PASS xxxxx
230 OK. Current restricted directory is /
PBSZ 0
200 PBSZ=0
PROT C
200 Data protection level set to "clear"
TYPE I
200 TYPE is now 8-bit binary
STRU F
200 F OK
MODE S
200 S OK
REST 0
350 Restarting at 0
REST 1
350 Restarting at 1
REST 0
350 Restarting at 0
Certificate: /OU=Domain Control Validated/OU=PositiveSSL Wildcard/CN=*.xxxxxxxxx.net
FEAT
211-Extensions supported:
EPRT
IDLE
MDTM
SIZE
MFMT
REST STREAM
MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
MLSD
AUTH TLS
PBSZ
PROT
UTF8
TVFS
ESTA
PASV
EPSV
SPSV
ESTP
211 End.
CWD /
250 OK. Current directory is /
TYPE A
200 TYPE is now ASCII
PORT 10,0,0,6,206,52
500 I won't open a connection to 10.0.0.6 (only to 73.169.176.149)

Options: Reply | Quote | Up ^


#18 Re: Win10 FTP doesnt't work properly

Posted by: pspad | Date: 2016-09-14 10:12 | IP: IP Logged

OK, return back TSL mode to P
and switch off MSLD support command as I mentioned - set Old file listing

Options: Reply | Quote | Up ^


#19 Re: Win10 FTP doesnt't work properly

Posted by: TerryJ72 | Date: 2016-09-15 06:51 | IP: IP Logged

Ok, I switched back to TLS mode and switched on Old File Listing, here is the log details:
220-Local time is now 06:48. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 5 minutes of inactivity.
AUTH TLS
234 AUTH TLS OK.
USER xxxxxx
331 User xxxxxx OK. Password required
PASS xxxxx
230 OK. Current restricted directory is /
PBSZ 0
200 PBSZ=0
PROT P
200 Data protection level set to "private"
TYPE I
200 TYPE is now 8-bit binary
STRU F
200 F OK
MODE S
200 S OK
REST 0
350 Restarting at 0
REST 1
350 Restarting at 1
REST 0
350 Restarting at 0
Certificate: /OU=Domain Control Validated/OU=PositiveSSL Wildcard/CN=*.xxxxxxxxxx.net
CWD /
250 OK. Current directory is /
TYPE A
200 TYPE is now ASCII
PASV
227 Entering Passive Mode (xxx,xx,xx,xxx,234,179)
LIST -la
150 Accepted data connection

Still doing the same thing, connecting and not showing any files or folders.

Options: Reply | Quote | Up ^


#20 Re: Win10 FTP doesnt't work properly

Posted by: pspad | Date: 2016-09-15 08:08 | IP: IP Logged

OK. Lets test.

Id Old file listing is active, uncheck Show hidden files if checked. Some FTP servers doesn't like it.

When you connect to your FTP, show FTP log (Ctrl+L) and pres LIST button on the left side of LOG. This should call LIST or MLSD command and fill in LOG with RAW command output.
Does it work?
Test it for checked old file listing and unchecked too.

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 4 Next





Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR