• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

FTP server weird behavior

sebas

Basic Pleskian
Creating a directory work fine. But when uploading files using FTP the problem is that it cycles from the client perspective.

Once a file has been uploaded the client starts to upload it again and then ask if it should be overwritten and again and again.

It happens with the server not just one domain.

Here is a log of a session.

Command: MKD ftp-test
Response: 257 "/httpdocs/ftp-test" - Directory successfully created
Status: Retrieving directory listing...
Command: CWD ftp-test
Response: 250 CWD command successful
Command: PWD
Response: 257 "/httpdocs/ftp-test" is the current directory
Command: PASV
Response: 227 Entering Passive Mode (74,86,16,34,136,218).
Command: MLSD
Response: 150 Opening ASCII mode data connection for MLSD
Response: 226 Transfer complete
Status: Directory listing successful
Status: Resolving address of ftp.tolkien.com.mx
Status: Connecting to 74.86.16.34:21...
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.4a Server (ProFTPD) [74.86.16.34]
Command: USER ttototo
Response: 331 Password required for ttototo
Command: PASS ******************
Response: 230 User ttototo logged in
Status: Connected
Status: Starting upload of E:\Users\Public\Documents\tmp\a.php
Command: CWD /httpdocs/ftp-test
Response: 250 CWD command successful
Command: PWD
Response: 257 "/httpdocs/ftp-test" is the current directory
Command: TYPE A
Response: 200 Type set to A
Command: PASV
Response: 227 Entering Passive Mode (74,86,16,34,229,38).
Command: STOR a.php
Response: 150 Opening ASCII mode data connection for a.php
Error: Connection timed out
Error: File transfer failed
Status: Resolving address of ftp.tolkien.com.mx
Status: Connecting to 74.86.16.34:21...
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.4a Server (ProFTPD) [74.86.16.34]
Command: USER ttototo
Response: 331 Password required for ttototo
Command: PASS ******************
Response: 230 User ttototo logged in
Status: Connected
Status: Starting upload of E:\Users\Public\Documents\tmp\a.php
Command: CWD /httpdocs/ftp-test
Response: 250 CWD command successful
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (74,86,16,34,182,225).
Command: MLSD
Response: 150 Opening ASCII mode data connection for MLSD
Response: 226 Transfer complete
Status: Skipping upload of E:\Users\Public\Documents\tmp\a.php
Status: File transfer successful, transferred 355 bytes in 6 seconds

Thanks for your help.

_________________
Red Hat Enterprise Linux Server release 6.1 (Santiago)
Plesk psa-10.4.2-rhel6.build1013111020
 
Back
Top