Quantcast
Channel: File Transfer Planet Forums » Recent Posts
Viewing all 551 articles
Browse latest View live

Jeff on "WS_FTP Error 10060"

$
0
0

Greetings, we are getting an error 10060 from some customers outside our network, and internal as well. But some customers and users inside can connect fine. effects both Macs and PC's. Searched help, and Googled and so far nothing.
WS_FTP_Server 7.5, SSH enabled:
 
Network Error
10060
Error
socket exception A connection attempt failed because the connected party did not properly respond
after a period of time, or established connection failed because connected host has failed to respond, at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at SSHServerAPI.Transport.FTPTransport._OnDCConnect(IAsyncResult ar)


outside92129 on "pftpd?"

$
0
0

Are there any plans to support parallel ftp in future versions? We've been using pftpd but active development stopped years ago and we're looking for a replacement.

Anonymous on "550 Critical Error in FTP (Access is denied)"

$
0
0

Starting upload of C:\Final\SVSS2.mpg
Command: PASV
Response: 421-Could not get socket: Too many open files
Response: 421
Command: PORT 192,168,1,121,14,185
Response: 200 Command okay.
Command: STOR SVSS2.mpg
Response: 550 Requested action not taken: Permission denied
Error: Critical file transfer error
Status: Disconnected from server

This is my error, does any one know how to delete files from filezilla? That is what i am using to transfer files over. All was working fine until a recent update from filezilla itself. I currently using filezilla ver. 3.5.0. Please help this is very critical for my business.

kfrisinohurst on "Error: "553 could not create file""

$
0
0

I am having a problem which is resulting in a 553 error. I searched for previous posts addressing this issue, and found one (http://www.filetransferplanet.com/forums/topic/ftp-error-553#post-249), but it is unresolved

Would someone be able to take a look at my log below (my problems are at the end) and tell me what I need to ask my FTP administrator to do so I can transfer my files back up to the server? Thank you to any and all in advance!

***************************************************
250 Directory successfully changed.
PWD
257 "/opt/bitnami/apps/joomla"
PORT 192,168,1,104,241,104
200 PORT command successful. Consider using PASV.
LIST
150 Here comes the directory listing.
Received 257 bytes in 0.1 secs, (20.00 Kbps), transfer succeeded
226 Directory send OK.
CWD htdocs
250 Directory successfully changed.
PWD
257 "/opt/bitnami/apps/joomla/htdocs"
PORT 192,168,1,104,241,105
200 PORT command successful. Consider using PASV.
LIST
150 Here comes the directory listing.
Received 1759 bytes in 0.1 secs, (170.00 Kbps), transfer succeeded
226 Directory send OK.
CWD templates
250 Directory successfully changed.
PWD
257 "/opt/bitnami/apps/joomla/htdocs/templates"
PORT 192,168,1,104,241,106
200 PORT command successful. Consider using PASV.
LIST
150 Here comes the directory listing.
Received 479 bytes in 0.1 secs, (40.00 Kbps), transfer succeeded
226 Directory send OK.
sending expackage.php as expackage.php (1 of 1)
TYPE I
200 Switching to Binary mode.
PORT 192,168,1,104,241,107
200 PORT command successful. Consider using PASV.
STOR expackage.php
553 Could not create file.
CWD cloudbaseuniversity
250 Directory successfully changed.
PWD
257 "/opt/bitnami/apps/joomla/htdocs/templates/cloudbaseuniversity"
TYPE A
200 Switching to ASCII mode.
PORT 192,168,1,104,241,108
200 PORT command successful. Consider using PASV.
LIST
150 Here comes the directory listing.
Received 1002 bytes in 0.1 secs, (90.00 Kbps), transfer succeeded
226 Directory send OK.
sending params.ini as params.ini (1 of 1)
TYPE I
200 Switching to Binary mode.
PORT 192,168,1,104,241,109
200 PORT command successful. Consider using PASV.
STOR params.ini
553 Could not create file.
sending WS_FTP.LOG as WS_FTP.LOG (1 of 1)
PORT 192,168,1,104,241,110
200 PORT command successful. Consider using PASV.
STOR WS_FTP.LOG
553 Could not create file.
***************************************************

jdserbon on "Speed up transfer rate from C drive to server"

$
0
0

I work remotely through a secure client VPN connection that allows me to securely transfer files from my C drive to a server. However, the files are approximately 2 GB and pasting these files from my C drive to the shared server takes quite a long time. Also, the remote VPN connection gives out quite often (I do not know why, my other co-workers do not have this issue) which causes a disconnect to the server. Does anybody know how to speed the transfer rate and keep a secure connection in doing so? Thanks!

amit on "implementation of ftp client in micro controller board"

$
0
0

hi everyone,
i am having embedded web server with atmega32 microcontroller ,
i have http protocol implemented on it,now i want to implement ftp client on that board how to start with the programming ...help me out guys....

andypooz on "File transfer solution for school hosting service"

$
0
0

I am in the process of creating a hosting service for schools in the UK. The basics are that schools can sign up and teachers can add classes and students to these classes and it will allocated a little folder of space they can use to host their web creations. Nothing fancy, just clientside code being uploaded. Where I'm a bit stuck is in the best way to allow them to upload their files. I'd really like students be able to use an ftp-like interface directly in the site to upload and administer their files. They need to be able to upload whole folders of files at a time (which is not possible through http alone I believe?).
I was tempted to use a java ftp applet, but many schools block the ftp port, so this is no good. I am now trying to weigh up my options and would love some advice if anyone had some.
Are SFTP or FTPS viable options for me. I have pretty tricky requirements:
-It needs to compatible with the settings of very restrictive school network administrators or at least provide these admins an easy way to allow it without weakening their security
-It needs to work directly from the site without any desktop applications (hence my proposal of an applet. eg http://www.radinks.com/sftp/sftp.php)
-Preferably, it should work without entering ip addresses, usernames and passwords. Once users are logged into my site they are granted access to the interface (simplicity is the name of the game)
-It needs to provide each student with only access to their own directory. There must be no way for this to be bypassed.
-Obviously I'd like them to be able to view, move, add, rename and delete files on the server through a simple easy to use interface.

I'll be using a php content management system and I can generate the folders, authenticate passwords, etc serverside, but I'm clueless about the file transfer security side of things. I have always used plain old ftp, but that appears to be prohibited in this case.

Any words of advice, recommended applets, other places to search for answers is appreciated!

Many thanks
Andy

andypooz on "File transfer solution for school hosting service"

$
0
0

Another sftp applet http://sftp.thinfile.com/sftp/applet.php

Do you think I could edit this so that the host/user/password are passed automatically, eliminating the top section? I'd also like to direct users to their folder and prevent them getting access to any other folders on the server (as said above). Could I do this using a single login for all users (the details of which they would never see of course) or would I have to generate different credentials for each student?


Shane on "Change Sounds"

$
0
0

Greetings,

I've just downloaded WS_FTP 12 LE. How can disable the sounds? I thought I could do it in Control Panel - but it just has broken links there.

I'm running Windows 7 Home Premium.

Thanks,
Shane.

Anonymous on "File transfer solution for school hosting service"

$
0
0

Hi!

If I understand you correctly, you are setting up your own server, and your only problem with straight FTP is that some schools block the standard ports.

Can't you just configure your FTP server to use non-standard ports which would not be blocked?

Good luck.
H.

gdphelps on "Connection error need help"

$
0
0

I have tried to follow the letter by the book and still I have NO connecton! somebody please help me.

wmarandu on "WS_FTPPRO scheduled script hangs!! HELP!!"

$
0
0

I have a scheduled task to run a script created in WS_FTPPRO and when the scheduled time occurs, the WS_FTPPRO Application opens, but the "Connect to Remote Host" window opens on the correct site, but the "Connect" button is highlighted and the connection does not occur. What is wrong?

Here is a sample of the task:
"C:\Program Files\WS_FTP Pro\wsftppro.exe" -f "C:\Program Files\WS_FTP Pro\test.scp"

and Here is the script:
TRACE D:\Group\TestOut\TRACE\transfertrace.txt
LOG D:\Group\TestOut\LOG\transferlog.txt
USER zzzzzzzzzz
PASS yyyyyyyyyy
CONNECT xxx.xxx.xxx.xxx
ONSUCCESS GOTO FILEDELETE
LCD D:\Group\TestOut
ONERROR GOTO DISCONNECT

LABEL FILEDELETE
CWD Inbound
MPUT *.txt
SHELL D:\Group\Test\BKUP.BAT

LABEL DISCONNECT
CLOSE

Any suggestions would be appreciated.
Thanks

wmarandu on "WS_FTPPRO scheduled script hangs!! HELP!!"

$
0
0

I fixed the problem...it was the scheduled task calling the wsftppro.exe and not the ftpscrpt.exe (the wsftppro.exe was opening the "Application" and nor "running" the script.

:)

Paul Beugeling on "Change Sounds"

$
0
0

Options > General > Sound Configuration > select None via the arrow

Paul Beugeling on "Connection error need help"

$
0
0

Please,, post your entire issue ...


Anonymous on "550 Critical Error in FTP (Access is denied)"

$
0
0

Thanks, I had the same problem and I solved it by contacting my system admin who checked a box and gave the permission in options.

Anonymous on "Tips for brochure designing"

Anonymous on "550 Critical Error in FTP (Access is denied)"

$
0
0

I have the same problem, but I found a simple workaround that maybe work for you (in my case I only had to transfer and overwrite 3 files):

First, I checked if the server lets me upload new files instead of overwriting them, as well as removing them. So I made copies of the files with other names (i.e. index-copy.html) and FileZilla allowed me to upload them. Then I deleted the original files and renamed the new ones to what they were supposed to be. That's all.

I still need to contact my hosting providers, but at least I've already made the changes.

Anonymous on "550 Critical Error in FTP (Access is denied)"

$
0
0

help!!!
Status: Resolving address of http://ftp.konstantopoulosae.gr
Status: Connecting to 178.21.169.97:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER konstantopoulos
Response: 331 Password required for konstantopoulos.
Command: PASS *******
Response: 230 User konstantopoulos logged in.
Command: SYST
Response: 215 Windows_NT
Command: FEAT
Response: 211-FEAT
Response: SIZE
Response: MDTM
Response: 211 END
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,18,247).
Command: LIST
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing
Status: Resolving address of http://ftp.konstantopoulosae.gr
Status: Connecting to 178.21.169.97:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER konstantopoulos
Response: 331 Password required for konstantopoulos.
Command: PASS *******
Response: 230 User konstantopoulos logged in.
Status: Connected
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Command: CWD /
Response: 250 CWD command successful.
Command: PWD
Response: 257 "/" is current directory.
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,19,27).
Command: LIST
Response: 425 Can't open data connection.
Command: SIZE index.html
Response: 550 index.html: The system cannot find the file specified.
Command: MDTM index.html
Response: 550 index.html: The system cannot find the file specified.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,19,35).
Command: STOR index.html
Response: 550 index.html: Access is denied.
Error: Critical file transfer error
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,19,36).
Command: LIST
Status: Resolving address of http://ftp.konstantopoulosae.gr
Status: Connecting to 178.21.169.97:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER konstantopoulos
Response: 331 Password required for konstantopoulos.
Command: PASS *******
Response: 230 User konstantopoulos logged in.
Status: Connected
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Command: CWD /
Response: 250 CWD command successful.
Status: Retrieving directory listing...
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.xml
Status: Retrieving directory listing...
Error: File transfer failed
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.xml
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,19,52).
Command: LIST
Response: 425 Can't open data connection.
Command: SIZE index.xml
Response: 550 index.xml: The system cannot find the file specified.
Command: MDTM index.xml
Response: 550 index.xml: The system cannot find the file specified.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,19,62).
Command: STOR index.xml
Response: 550 index.xml: Access is denied.
Error: Critical file transfer error
Status: Disconnected from server
Status: Disconnected from server
Status: Disconnected from server
Status: Resolving address of http://ftp.konstantopoulosae.gr
Status: Connecting to 178.21.169.97:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER konstantopoulos
Response: 331 Password required for konstantopoulos.
Command: PASS *******
Response: 230 User konstantopoulos logged in.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,19,112).
Command: LIST
Status: Resolving address of http://ftp.konstantopoulosae.gr
Status: Resolving address of http://ftp.konstantopoulosae.gr
Status: Connecting to 178.21.169.97:21...
Status: Connecting to 178.21.169.97:21...
Status: Connection established, waiting for welcome message...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER konstantopoulos
Response: 220 Microsoft FTP Service
Command: USER konstantopoulos
Response: 331 Password required for konstantopoulos.
Command: PASS *******
Response: 331 Password required for konstantopoulos.
Command: PASS *******
Response: 230 User konstantopoulos logged in.
Status: Connected
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Command: CWD /
Response: 230 User konstantopoulos logged in.
Status: Connected
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Response: 250 CWD command successful.
Status: Retrieving directory listing...
Command: CWD /
Response: 250 CWD command successful.
Status: Retrieving directory listing...
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing
Error: File transfer failed
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Status: Retrieving directory listing...
Command: TYPE I
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,19,129).
Command: LIST
Response: 425 Can't open data connection.
Command: SIZE index.html
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Command: TYPE I
Response: 550 index.html: The system cannot find the file specified.
Command: MDTM index.html
Response: 200 Type set to I.
Command: PASV
Response: 550 index.html: The system cannot find the file specified.
Command: TYPE A
Response: 227 Entering Passive Mode (178,21,169,97,4,7).
Command: LIST
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,8).
Command: STOR index.html
Response: 550 index.html: Access is denied.
Error: Critical file transfer error
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.xml
Status: Retrieving directory listing...
Response: 425 Can't open data connection.
Command: SIZE index.swf
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.xml
Status: Retrieving directory listing...
Command: TYPE I
Response: 550 index.swf: The system cannot find the file specified.
Command: MDTM index.swf
Response: 200 Type set to I.
Command: PASV
Response: 550 index.swf: The system cannot find the file specified.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,11).
Command: LIST
Response: 227 Entering Passive Mode (178,21,169,97,4,12).
Command: STOR index.swf
Response: 550 index.swf: Access is denied.
Error: Critical file transfer error
Response: 425 Can't open data connection.
Command: SIZE index.xml
Response: 550 index.xml: The system cannot find the file specified.
Command: MDTM index.xml
Response: 550 index.xml: The system cannot find the file specified.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,18).
Command: STOR index.xml
Response: 550 index.xml: Access is denied.
Error: Critical file transfer error
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Status: Retrieving directory listing...
Command: TYPE I
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,31).
Command: LIST
Response: 425 Can't open data connection.
Command: SIZE index.html
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Command: PASV
Response: 550 index.html: The system cannot find the file specified.
Command: MDTM index.html
Response: 227 Entering Passive Mode (178,21,169,97,4,35).
Command: LIST
Response: 550 index.html: The system cannot find the file specified.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,36).
Command: STOR index.html
Response: 550 index.html: Access is denied.
Error: Critical file transfer error
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.xml
Status: Retrieving directory listing...
Response: 425 Can't open data connection.
Command: SIZE index.swf
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.xml
Status: Retrieving directory listing...
Command: TYPE I
Response: 550 index.swf: The system cannot find the file specified.
Command: MDTM index.swf
Response: 200 Type set to I.
Command: PASV
Response: 550 index.swf: The system cannot find the file specified.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,46).
Command: LIST
Response: 227 Entering Passive Mode (178,21,169,97,4,47).
Command: STOR index.swf
Response: 550 index.swf: Access is denied.
Error: Critical file transfer error
Response: 425 Can't open data connection.
Command: SIZE index.xml
Response: 550 index.xml: The system cannot find the file specified.
Command: MDTM index.xml
Response: 550 index.xml: The system cannot find the file specified.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,53).
Command: STOR index.xml
Response: 550 index.xml: Access is denied.
Error: Critical file transfer error
Response: 421 Timeout (120 seconds): closing control connection.
Response: 421 Terminating connection.
Error: Connection closed by server
Status: Disconnected from server
Status: Resolving address of konstantopoulosae.gr
Status: Connecting to 178.21.169.97:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER konstantopoulos
Response: 331 Password required for konstantopoulos.
Command: PASS *******
Response: 230 User konstantopoulos logged in.
Command: SYST
Response: 215 Windows_NT
Command: FEAT
Response: 211-FEAT
Response: SIZE
Response: MDTM
Response: 211 END
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,136).
Command: LIST
Status: Disconnected from server
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing
Status: Resolving address of konstantopoulosae.gr
Status: Resolving address of konstantopoulosae.gr
Status: Connecting to 178.21.169.97:21...
Status: Connecting to 178.21.169.97:21...
Status: Connection established, waiting for welcome message...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER konstantopoulos
Response: 220 Microsoft FTP Service
Command: USER konstantopoulos
Response: 331 Password required for konstantopoulos.
Command: PASS *******
Response: 331 Password required for konstantopoulos.
Command: PASS *******
Response: 230 User konstantopoulos logged in.
Status: Connected
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.html
Command: CWD /
Response: 230 User konstantopoulos logged in.
Status: Connected
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Response: 250 CWD command successful.
Command: PWD
Response: 257 "/" is current directory.
Status: Retrieving directory listing...
Command: TYPE I
Command: CWD /
Response: 200 Type set to I.
Command: PASV
Response: 250 CWD command successful.
Command: PWD
Response: 227 Entering Passive Mode (178,21,169,97,4,145).
Command: LIST
Response: 257 "/" is current directory.
Status: Retrieving directory listing...
Response: 425 Can't open data connection.
Command: SIZE index.html
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.swf
Status: Retrieving directory listing...
Command: TYPE I
Response: 550 index.html: The system cannot find the file specified.
Command: MDTM index.html
Response: 200 Type set to I.
Command: PASV
Response: 550 index.html: The system cannot find the file specified.
Command: TYPE A
Response: 227 Entering Passive Mode (178,21,169,97,4,150).
Command: LIST
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,151).
Command: STOR index.html
Response: 550 index.html: Access is denied.
Error: Critical file transfer error
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.xml
Status: Retrieving directory listing...
Response: 425 Can't open data connection.
Command: SIZE index.swf
Error: File transfer failed
Status: Starting upload of C:\Users\ΠΕΝΗ\Desktop\25-7-2011 ΚΩΝΣΤΑΝΤΟΠΟΥΛΟΣ SITE\index.xml
Status: Retrieving directory listing...
Command: TYPE I
Response: 550 index.swf: The system cannot find the file specified.
Command: MDTM index.swf
Response: 200 Type set to I.
Command: PASV
Response: 550 index.swf: The system cannot find the file specified.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,152).
Command: LIST
Response: 227 Entering Passive Mode (178,21,169,97,4,153).
Command: STOR index.swf
Response: 550 index.swf: Access is denied.
Error: Critical file transfer error
Response: 425 Can't open data connection.
Command: SIZE index.xml
Response: 550 index.xml: The system cannot find the file specified.
Command: MDTM index.xml
Response: 550 index.xml: The system cannot find the file specified.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (178,21,169,97,4,157).
Command: STOR index.xml
Response: 550 index.xml: Access is denied.
Error: Critical file transfer error

droke on "slow ftp transfer speeds"

$
0
0

hi everyone i am running a ftp server bulletproof ftp and find the speeds slow my connection is 25mb down and 2.5mb upload speeds the speed i been getting is 60kb the person downloading and uploading gas a speed around 30mb down and 10mb up as i thought the speed wood be a lot faster wood it affect the speed if hes in the another country as i know distance plays a factor if so is there anything that can help improve things,thanks to anyone who can help

Viewing all 551 articles
Browse latest View live




Latest Images