Opened 13 years ago

Last modified 10 years ago

#7437 new Bug report

Preserve timestamps of uploaded files are not preserved

Reported by: david wong Owned by:
Priority: high Component: FileZilla Client
Keywords: timestamp, unix Cc: output123@…, kerrykurtz@…
Component version: Operating system type: Windows
Operating system version: Win 7

Description

I find that when I upload a file to any server the Preserve timestamps of transfer file do not work in ver 3.5.
When I test using other ftp program to the same site it is ok.
please check

Change History (3)

comment:1 by Kerry, 10 years ago

Cc: kerrykurtz@… added
Keywords: timestamp unix added
Operating system version: xp proWin 7
Summary: Preserve timestamps of transfer file do not work 3.5Preserve timestamps of uploaded files are not preserved

I find that when uploading to a godaddy hosted unix server with version 3.7.4.1 the timestamps are not preserved at the host.
the following is a trace of uploading files and as can be seen there is no command to set the uploaded file timestamp value.

=============================================================================================================================
09:31:28	Status:	Resolving address of ftp.<domain>
09:31:28	Status:	Connecting to <ip address>:21...
09:31:30	Status:	Connection established, waiting for welcome message...
09:31:30	Trace:	CFtpControlSocket::OnReceive()
09:31:30	Response:	220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
09:31:30	Response:	220-You are user number 8 of 500 allowed.
09:31:30	Response:	220-Local time is now 07:31. Server port: 21.
09:31:30	Response:	220-This is a private system - No anonymous login
09:31:30	Response:	220 You will be disconnected after 3 minutes of inactivity.
09:31:30	Trace:	CFtpControlSocket::SendNextCommand()
09:31:30	Command:	USER <user id>
09:31:31	Trace:	CFtpControlSocket::OnReceive()
09:31:31	Response:	331 User <user id> OK. Password required
09:31:31	Trace:	CFtpControlSocket::SendNextCommand()
09:31:31	Command:	PASS *********
09:31:31	Trace:	CFtpControlSocket::OnReceive()
09:31:31	Response:	230-User <user id> has group access to:  450     
09:31:31	Response:	230 OK. Current directory is /
09:31:31	Status:	Server does not support non-ASCII characters.
09:31:31	Status:	Connected
09:31:31	Trace:	CFtpControlSocket::ResetOperation(0)
09:31:31	Trace:	CControlSocket::ResetOperation(0)
09:31:31	Trace:	CFileZillaEnginePrivate::ResetOperation(0)
09:31:32	Trace:	Measured latency of 168 ms
09:31:32	Trace:	CFtpControlSocket::FileTransfer()
09:31:32	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\controllers\Product\EditController.php
09:31:32	Trace:	CFtpControlSocket::SendNextCommand()
09:31:32	Trace:	CFtpControlSocket::ChangeDirSend()
09:31:32	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/controllers/Product
09:31:32	Trace:	CFtpControlSocket::OnReceive()
09:31:32	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable/controllers/Product
09:31:32	Trace:	CFtpControlSocket::ResetOperation(0)
09:31:32	Trace:	CControlSocket::ResetOperation(0)
09:31:32	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:31:32	Trace:	FileTransferSubcommandResult()
09:31:32	Trace:	CFtpControlSocket::SendNextCommand()
09:31:32	Trace:	FileTransferSend()
09:31:32	Trace:	CFtpControlSocket::SendNextCommand()
09:31:32	Trace:	CFtpControlSocket::TransferSend()
09:31:32	Trace:	  state = 1
09:31:32	Command:	TYPE A
09:31:33	Trace:	CFtpControlSocket::OnReceive()
09:31:33	Response:	200 TYPE is now ASCII
09:31:33	Trace:	CFtpControlSocket::TransferParseResponse()
09:31:33	Trace:	  code = 2
09:31:33	Trace:	  state = 1
09:31:33	Trace:	CFtpControlSocket::SendNextCommand()
09:31:33	Trace:	CFtpControlSocket::TransferSend()
09:31:33	Trace:	  state = 2
09:31:33	Command:	PASV
09:31:34	Trace:	CFtpControlSocket::OnReceive()
09:31:34	Response:	227 Entering Passive Mode (<ip address>,198,96)
09:31:34	Trace:	CFtpControlSocket::TransferParseResponse()
09:31:34	Trace:	  code = 2
09:31:34	Trace:	  state = 2
09:31:34	Trace:	CFtpControlSocket::SendNextCommand()
09:31:34	Trace:	CFtpControlSocket::TransferSend()
09:31:34	Trace:	  state = 4
09:31:34	Command:	STOR EditController.php
09:31:34	Trace:	CTransferSocket::OnConnect
09:31:34	Trace:	CTransferSocket::TransferEnd(1)
09:31:34	Trace:	CFtpControlSocket::TransferEnd()
09:31:35	Trace:	CFtpControlSocket::OnReceive()
09:31:35	Response:	150 Accepted data connection
09:31:35	Trace:	CFtpControlSocket::TransferParseResponse()
09:31:35	Trace:	  code = 1
09:31:35	Trace:	  state = 6
09:31:35	Trace:	CFtpControlSocket::SendNextCommand()
09:31:35	Trace:	CFtpControlSocket::TransferSend()
09:31:35	Trace:	  state = 7
09:31:35	Response:	226-File successfully transferred
09:31:35	Response:	226 0.043 seconds (measured here), 37.06 Kbytes per second
09:31:35	Trace:	CFtpControlSocket::TransferParseResponse()
09:31:35	Trace:	  code = 2
09:31:35	Trace:	  state = 7
09:31:35	Trace:	CFtpControlSocket::ResetOperation(0)
09:31:35	Trace:	CControlSocket::ResetOperation(0)
09:31:35	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:31:35	Trace:	FileTransferSubcommandResult()
09:31:35	Trace:	CFtpControlSocket::ResetOperation(0)
09:31:35	Trace:	CControlSocket::ResetOperation(0)
09:31:35	Status:	File transfer successful, transferred 1,637 bytes in 1 second
09:31:35	Trace:	CFileZillaEnginePrivate::ResetOperation(0)
09:31:35	Trace:	CFtpControlSocket::FileTransfer()
09:31:35	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\data\downloadable_setup\data-install-1.6.0.0.php
09:31:35	Trace:	CFtpControlSocket::SendNextCommand()
09:31:35	Trace:	CFtpControlSocket::ChangeDirSend()
09:31:35	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/data/downloadable_setup
09:31:52	Trace:	CFtpControlSocket::OnReceive()
09:31:52	Response:	550 Can't change directory to /<domain>/magento/app/code/core/Mage/Downloadable/data/downloadable_setup: No such file or directory
09:31:52	Trace:	CFtpControlSocket::SendNextCommand()
09:31:52	Trace:	CFtpControlSocket::MkdirSend
09:31:52	Trace:	  state = 1
09:31:52	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/data
09:31:53	Trace:	CFtpControlSocket::OnReceive()
09:31:53	Response:	550 Can't change directory to /<domain>/magento/app/code/core/Mage/Downloadable/data: No such file or directory
09:31:53	Trace:	CFtpControlSocket::MkdirParseResonse
09:31:53	Trace:	  state = 1
09:31:53	Trace:	CFtpControlSocket::SendNextCommand()
09:31:53	Trace:	CFtpControlSocket::MkdirSend
09:31:53	Trace:	  state = 1
09:31:53	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable
09:31:54	Trace:	CFtpControlSocket::OnReceive()
09:31:54	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable
09:31:54	Trace:	CFtpControlSocket::MkdirParseResonse
09:31:54	Trace:	  state = 1
09:31:54	Trace:	CFtpControlSocket::SendNextCommand()
09:31:54	Trace:	CFtpControlSocket::MkdirSend
09:31:54	Trace:	  state = 2
09:31:54	Command:	MKD data
09:31:56	Trace:	CFtpControlSocket::OnReceive()
09:31:56	Response:	257 "data" : The directory was successfully created
09:31:56	Trace:	CFtpControlSocket::MkdirParseResonse
09:31:56	Trace:	  state = 2
09:31:56	Trace:	CFtpControlSocket::SendNextCommand()
09:31:56	Trace:	CFtpControlSocket::MkdirSend
09:31:56	Trace:	  state = 3
09:31:56	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/data
09:31:57	Trace:	CFtpControlSocket::OnReceive()
09:31:57	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable/data
09:31:57	Trace:	CFtpControlSocket::MkdirParseResonse
09:31:57	Trace:	  state = 3
09:31:57	Trace:	CFtpControlSocket::SendNextCommand()
09:31:57	Trace:	CFtpControlSocket::MkdirSend
09:31:57	Trace:	  state = 2
09:31:57	Command:	MKD downloadable_setup
09:31:58	Trace:	CFtpControlSocket::OnReceive()
09:31:58	Response:	257 "downloadable_setup" : The directory was successfully created
09:31:58	Trace:	CFtpControlSocket::MkdirParseResonse
09:31:58	Trace:	  state = 2
09:31:58	Trace:	CFtpControlSocket::ResetOperation(0)
09:31:58	Trace:	CControlSocket::ResetOperation(0)
09:31:58	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:31:58	Trace:	CFtpControlSocket::ChangeDirSubcommandResult()
09:31:58	Trace:	CFtpControlSocket::SendNextCommand()
09:31:58	Trace:	CFtpControlSocket::ChangeDirSend()
09:31:58	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/data/downloadable_setup
09:31:59	Trace:	CFtpControlSocket::OnReceive()
09:31:59	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable/data/downloadable_setup
09:31:59	Trace:	CFtpControlSocket::SendNextCommand()
09:31:59	Trace:	CFtpControlSocket::ChangeDirSend()
09:31:59	Command:	PWD
09:32:01	Trace:	CFtpControlSocket::OnReceive()
09:32:01	Response:	257 "/<domain>/magento/app/code/core/Mage/Downloadable/data/downloadable_setup" is your current location
09:32:01	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:01	Trace:	CControlSocket::ResetOperation(0)
09:32:01	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:01	Trace:	FileTransferSubcommandResult()
09:32:01	Status:	Retrieving directory listing...
09:32:01	Trace:	ftpcontrolsocket.cpp(1317): List called from other command   caller=0p2fd2510
09:32:01	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:01	Trace:	CFtpControlSocket::ListSubcommandResult()
09:32:01	Trace:	  state = 1
09:32:01	Trace:	CFtpControlSocket::SendNextCommand()
09:32:01	Trace:	CFtpControlSocket::TransferSend()
09:32:01	Trace:	  state = 1
09:32:01	Command:	TYPE I
09:32:01	Trace:	CFtpControlSocket::OnReceive()
09:32:01	Response:	200 TYPE is now 8-bit binary
09:32:01	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:01	Trace:	  code = 2
09:32:01	Trace:	  state = 1
09:32:01	Trace:	CFtpControlSocket::SendNextCommand()
09:32:01	Trace:	CFtpControlSocket::TransferSend()
09:32:01	Trace:	  state = 2
09:32:01	Command:	PASV
09:32:02	Trace:	CFtpControlSocket::OnReceive()
09:32:02	Response:	227 Entering Passive Mode (<ip address>,195,200)
09:32:02	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:02	Trace:	  code = 2
09:32:02	Trace:	  state = 2
09:32:02	Trace:	CFtpControlSocket::SendNextCommand()
09:32:02	Trace:	CFtpControlSocket::TransferSend()
09:32:02	Trace:	  state = 4
09:32:02	Command:	MLSD
09:32:08	Trace:	CTransferSocket::OnConnect
09:32:08	Trace:	CFtpControlSocket::OnReceive()
09:32:08	Response:	150 Accepted data connection
09:32:08	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:08	Trace:	  code = 1
09:32:08	Trace:	  state = 4
09:32:08	Trace:	CFtpControlSocket::SendNextCommand()
09:32:08	Trace:	CFtpControlSocket::TransferSend()
09:32:08	Trace:	  state = 5
09:32:08	Response:	226-ASCII
09:32:08	Response:	226-Options: -a -l 
09:32:08	Response:	226 2 matches total
09:32:08	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:08	Trace:	  code = 2
09:32:08	Trace:	  state = 5
09:32:08	Trace:	CFtpControlSocket::SendNextCommand()
09:32:08	Trace:	CFtpControlSocket::TransferSend()
09:32:08	Trace:	  state = 8
09:32:08	Trace:	CTransferSocket::OnReceive(), m_transferMode=0
09:32:08	Trace:	CTransferSocket::TransferEnd(1)
09:32:09	Trace:	CFtpControlSocket::TransferEnd()
09:32:09	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:09	Trace:	CControlSocket::ResetOperation(0)
09:32:09	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:09	Trace:	CFtpControlSocket::ListSubcommandResult()
09:32:09	Trace:	  state = 3
09:32:09	Listing:	type=cdir;sizd=4096;modify=20140227143158;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2ebb77e; .
09:32:09	Listing:	type=pdir;sizd=4096;modify=20140227143158;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g53df3b; ..
09:32:09	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:09	Trace:	CControlSocket::ResetOperation(0)
09:32:09	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:09	Trace:	FileTransferSubcommandResult()
09:32:09	Trace:	CFtpControlSocket::SendNextCommand()
09:32:09	Trace:	FileTransferSend()
09:32:09	Trace:	CFtpControlSocket::SendNextCommand()
09:32:09	Trace:	CFtpControlSocket::TransferSend()
09:32:09	Trace:	  state = 1
09:32:09	Command:	TYPE A
09:32:10	Trace:	CFtpControlSocket::OnReceive()
09:32:10	Response:	200 TYPE is now ASCII
09:32:10	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:10	Trace:	  code = 2
09:32:10	Trace:	  state = 1
09:32:10	Trace:	CFtpControlSocket::SendNextCommand()
09:32:10	Trace:	CFtpControlSocket::TransferSend()
09:32:10	Trace:	  state = 2
09:32:10	Command:	PASV
09:32:13	Trace:	CFtpControlSocket::OnReceive()
09:32:13	Response:	227 Entering Passive Mode (<ip address>,196,216)
09:32:13	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:13	Trace:	  code = 2
09:32:13	Trace:	  state = 2
09:32:13	Trace:	CFtpControlSocket::SendNextCommand()
09:32:13	Trace:	CFtpControlSocket::TransferSend()
09:32:13	Trace:	  state = 4
09:32:13	Command:	STOR data-install-1.6.0.0.php
09:32:13	Trace:	CTransferSocket::OnConnect
09:32:13	Trace:	CTransferSocket::TransferEnd(1)
09:32:13	Trace:	CFtpControlSocket::TransferEnd()
09:32:14	Trace:	CFtpControlSocket::OnReceive()
09:32:14	Response:	150 Accepted data connection
09:32:14	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:14	Trace:	  code = 1
09:32:14	Trace:	  state = 6
09:32:14	Trace:	CFtpControlSocket::SendNextCommand()
09:32:14	Trace:	CFtpControlSocket::TransferSend()
09:32:14	Trace:	  state = 7
09:32:14	Response:	226-File successfully transferred
09:32:14	Response:	226 0.047 seconds (measured here), 33.92 Kbytes per second
09:32:14	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:14	Trace:	  code = 2
09:32:14	Trace:	  state = 7
09:32:14	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:14	Trace:	CControlSocket::ResetOperation(0)
09:32:14	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:14	Trace:	FileTransferSubcommandResult()
09:32:14	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:14	Trace:	CControlSocket::ResetOperation(0)
09:32:14	Status:	File transfer successful, transferred 1,623 bytes in 1 second
09:32:14	Trace:	CFileZillaEnginePrivate::ResetOperation(0)
09:32:14	Trace:	CFtpControlSocket::FileTransfer()
09:32:14	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\Model\Link\Api.php
09:32:14	Trace:	CFtpControlSocket::SendNextCommand()
09:32:14	Trace:	CFtpControlSocket::ChangeDirSend()
09:32:14	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/Model/Link
09:32:15	Trace:	CFtpControlSocket::OnReceive()
09:32:15	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable/Model/Link
09:32:15	Trace:	CFtpControlSocket::SendNextCommand()
09:32:15	Trace:	CFtpControlSocket::ChangeDirSend()
09:32:15	Command:	PWD
09:32:16	Trace:	CFtpControlSocket::OnReceive()
09:32:16	Response:	257 "/<domain>/magento/app/code/core/Mage/Downloadable/Model/Link" is your current location
09:32:16	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:16	Trace:	CControlSocket::ResetOperation(0)
09:32:16	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:16	Trace:	FileTransferSubcommandResult()
09:32:16	Status:	Retrieving directory listing...
09:32:16	Trace:	ftpcontrolsocket.cpp(1317): List called from other command   caller=0p2fd2510
09:32:16	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:16	Trace:	CFtpControlSocket::ListSubcommandResult()
09:32:16	Trace:	  state = 1
09:32:16	Trace:	CFtpControlSocket::SendNextCommand()
09:32:16	Trace:	CFtpControlSocket::TransferSend()
09:32:16	Trace:	  state = 1
09:32:16	Command:	TYPE I
09:32:17	Trace:	CFtpControlSocket::OnReceive()
09:32:17	Response:	200 TYPE is now 8-bit binary
09:32:17	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:17	Trace:	  code = 2
09:32:17	Trace:	  state = 1
09:32:17	Trace:	CFtpControlSocket::SendNextCommand()
09:32:17	Trace:	CFtpControlSocket::TransferSend()
09:32:17	Trace:	  state = 2
09:32:17	Command:	PASV
09:32:17	Trace:	CFtpControlSocket::OnReceive()
09:32:17	Response:	227 Entering Passive Mode (<ip address>,195,253)
09:32:17	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:17	Trace:	  code = 2
09:32:17	Trace:	  state = 2
09:32:17	Trace:	CFtpControlSocket::SendNextCommand()
09:32:17	Trace:	CFtpControlSocket::TransferSend()
09:32:17	Trace:	  state = 4
09:32:17	Command:	MLSD
09:32:18	Trace:	CTransferSocket::OnConnect
09:32:18	Trace:	CTransferSocket::OnReceive(), m_transferMode=0
09:32:18	Trace:	CFtpControlSocket::OnReceive()
09:32:18	Response:	150 Accepted data connection
09:32:18	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:18	Trace:	  code = 1
09:32:18	Trace:	  state = 4
09:32:18	Trace:	CFtpControlSocket::SendNextCommand()
09:32:18	Trace:	CFtpControlSocket::TransferSend()
09:32:18	Trace:	  state = 5
09:32:18	Response:	226-ASCII
09:32:18	Response:	226-Options: -a -l 
09:32:18	Response:	226 4 matches total
09:32:18	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:18	Trace:	  code = 2
09:32:18	Trace:	  state = 5
09:32:18	Trace:	CFtpControlSocket::SendNextCommand()
09:32:18	Trace:	CFtpControlSocket::TransferSend()
09:32:18	Trace:	  state = 8
09:32:18	Trace:	CTransferSocket::OnReceive(), m_transferMode=0
09:32:18	Trace:	CTransferSocket::TransferEnd(1)
09:32:20	Trace:	CFtpControlSocket::TransferEnd()
09:32:20	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:20	Trace:	CControlSocket::ResetOperation(0)
09:32:20	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:20	Trace:	CFtpControlSocket::ListSubcommandResult()
09:32:20	Trace:	  state = 3
09:32:20	Listing:	type=cdir;sizd=4096;modify=20100628210258;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd4f; .
09:32:20	Listing:	type=pdir;sizd=4096;modify=20140227133835;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g53df3d; ..
09:32:20	Listing:	type=dir;sizd=4096;modify=20100628210259;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd57; Purchased
09:32:20	Listing:	type=file;size=1416;modify=20100628202721;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd50; Purchased.php
09:32:20	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:20	Trace:	CControlSocket::ResetOperation(0)
09:32:20	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:20	Trace:	FileTransferSubcommandResult()
09:32:20	Trace:	CFtpControlSocket::SendNextCommand()
09:32:20	Trace:	FileTransferSend()
09:32:20	Trace:	CFtpControlSocket::SendNextCommand()
09:32:20	Trace:	CFtpControlSocket::TransferSend()
09:32:20	Trace:	  state = 1
09:32:20	Command:	TYPE A
09:32:20	Trace:	CFtpControlSocket::OnReceive()
09:32:20	Response:	200 TYPE is now ASCII
09:32:20	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:20	Trace:	  code = 2
09:32:20	Trace:	  state = 1
09:32:20	Trace:	CFtpControlSocket::SendNextCommand()
09:32:20	Trace:	CFtpControlSocket::TransferSend()
09:32:20	Trace:	  state = 2
09:32:20	Command:	PASV
09:32:21	Trace:	CFtpControlSocket::OnReceive()
09:32:21	Response:	227 Entering Passive Mode (<ip address>,198,44)
09:32:21	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:21	Trace:	  code = 2
09:32:21	Trace:	  state = 2
09:32:21	Trace:	CFtpControlSocket::SendNextCommand()
09:32:21	Trace:	CFtpControlSocket::TransferSend()
09:32:21	Trace:	  state = 4
09:32:21	Command:	STOR Api.php
09:32:21	Trace:	CTransferSocket::OnConnect
09:32:21	Trace:	CTransferSocket::TransferEnd(1)
09:32:21	Trace:	CFtpControlSocket::TransferEnd()
09:32:21	Trace:	CFtpControlSocket::OnReceive()
09:32:21	Response:	150 Accepted data connection
09:32:21	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:21	Trace:	  code = 1
09:32:21	Trace:	  state = 6
09:32:21	Trace:	CFtpControlSocket::SendNextCommand()
09:32:21	Trace:	CFtpControlSocket::TransferSend()
09:32:21	Trace:	  state = 7
09:32:22	Trace:	CFtpControlSocket::OnReceive()
09:32:22	Response:	226-File successfully transferred
09:32:22	Response:	226 0.442 seconds (measured here), 21.99 Kbytes per second
09:32:22	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:22	Trace:	  code = 2
09:32:22	Trace:	  state = 7
09:32:22	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:22	Trace:	CControlSocket::ResetOperation(0)
09:32:22	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:22	Trace:	FileTransferSubcommandResult()
09:32:22	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:22	Trace:	CControlSocket::ResetOperation(0)
09:32:22	Status:	File transfer successful, transferred 9,957 bytes in 1 second
09:32:22	Trace:	CFileZillaEnginePrivate::ResetOperation(0)
09:32:22	Trace:	CFtpControlSocket::FileTransfer()
09:32:22	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\Model\Link\Purchased.php
09:32:22	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:22	Trace:	FileTransferSubcommandResult()
09:32:22	Trace:	CFtpControlSocket::SendNextCommand()
09:32:22	Trace:	FileTransferSend()
09:32:22	Trace:	CFtpControlSocket::SendNextCommand()
09:32:22	Trace:	CFtpControlSocket::TransferSend()
09:32:22	Trace:	  state = 2
09:32:22	Command:	PASV
09:32:23	Trace:	CFtpControlSocket::OnReceive()
09:32:23	Response:	227 Entering Passive Mode (<ip address>,198,24)
09:32:23	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:23	Trace:	  code = 2
09:32:23	Trace:	  state = 2
09:32:23	Trace:	CFtpControlSocket::SendNextCommand()
09:32:23	Trace:	CFtpControlSocket::TransferSend()
09:32:23	Trace:	  state = 4
09:32:23	Command:	STOR Purchased.php
09:32:23	Trace:	CTransferSocket::OnConnect
09:32:23	Trace:	CTransferSocket::TransferEnd(1)
09:32:23	Trace:	CFtpControlSocket::TransferEnd()
09:32:24	Trace:	CFtpControlSocket::OnReceive()
09:32:24	Response:	150 Accepted data connection
09:32:24	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:24	Trace:	  code = 1
09:32:24	Trace:	  state = 6
09:32:24	Trace:	CFtpControlSocket::SendNextCommand()
09:32:24	Trace:	CFtpControlSocket::TransferSend()
09:32:24	Trace:	  state = 7
09:32:24	Response:	226-File successfully transferred
09:32:24	Response:	226 0.204 seconds (measured here), 13.91 Kbytes per second
09:32:24	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:24	Trace:	  code = 2
09:32:24	Trace:	  state = 7
09:32:24	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:24	Trace:	CControlSocket::ResetOperation(0)
09:32:24	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:24	Trace:	FileTransferSubcommandResult()
09:32:24	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:24	Trace:	CControlSocket::ResetOperation(0)
09:32:24	Status:	File transfer successful, transferred 2,905 bytes in 1 second
09:32:24	Trace:	CFileZillaEnginePrivate::ResetOperation(0)
09:32:24	Trace:	CFtpControlSocket::FileTransfer()
09:32:24	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\Model\Mysql4\Link.php
09:32:24	Trace:	CFtpControlSocket::SendNextCommand()
09:32:24	Trace:	CFtpControlSocket::ChangeDirSend()
09:32:24	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/Model/Mysql4
09:32:25	Trace:	CFtpControlSocket::OnReceive()
09:32:25	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable/Model/Mysql4
09:32:25	Trace:	CFtpControlSocket::SendNextCommand()
09:32:25	Trace:	CFtpControlSocket::ChangeDirSend()
09:32:25	Command:	PWD
09:32:26	Trace:	CFtpControlSocket::OnReceive()
09:32:26	Response:	257 "/<domain>/magento/app/code/core/Mage/Downloadable/Model/Mysql4" is your current location
09:32:26	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:26	Trace:	CControlSocket::ResetOperation(0)
09:32:26	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:26	Trace:	FileTransferSubcommandResult()
09:32:26	Status:	Retrieving directory listing...
09:32:26	Trace:	ftpcontrolsocket.cpp(1317): List called from other command   caller=0p2fd2510
09:32:26	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:26	Trace:	CFtpControlSocket::ListSubcommandResult()
09:32:26	Trace:	  state = 1
09:32:26	Trace:	CFtpControlSocket::SendNextCommand()
09:32:26	Trace:	CFtpControlSocket::TransferSend()
09:32:26	Trace:	  state = 1
09:32:26	Command:	TYPE I
09:32:26	Trace:	CFtpControlSocket::OnReceive()
09:32:26	Response:	200 TYPE is now 8-bit binary
09:32:26	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:26	Trace:	  code = 2
09:32:26	Trace:	  state = 1
09:32:26	Trace:	CFtpControlSocket::SendNextCommand()
09:32:26	Trace:	CFtpControlSocket::TransferSend()
09:32:26	Trace:	  state = 2
09:32:26	Command:	PASV
09:32:26	Trace:	CFtpControlSocket::OnReceive()
09:32:26	Response:	227 Entering Passive Mode (<ip address>,197,203)
09:32:26	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:26	Trace:	  code = 2
09:32:26	Trace:	  state = 2
09:32:26	Trace:	CFtpControlSocket::SendNextCommand()
09:32:26	Trace:	CFtpControlSocket::TransferSend()
09:32:26	Trace:	  state = 4
09:32:26	Command:	MLSD
09:32:27	Trace:	CTransferSocket::OnConnect
09:32:27	Trace:	CTransferSocket::OnReceive(), m_transferMode=0
09:32:28	Trace:	CFtpControlSocket::OnReceive()
09:32:28	Response:	150 Accepted data connection
09:32:28	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:28	Trace:	  code = 1
09:32:28	Trace:	  state = 4
09:32:28	Trace:	CFtpControlSocket::SendNextCommand()
09:32:28	Trace:	CFtpControlSocket::TransferSend()
09:32:28	Trace:	  state = 5
09:32:28	Response:	226-ASCII
09:32:28	Response:	226-Options: -a -l 
09:32:28	Response:	226 7 matches total
09:32:28	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:28	Trace:	  code = 2
09:32:28	Trace:	  state = 5
09:32:28	Trace:	CFtpControlSocket::SendNextCommand()
09:32:28	Trace:	CFtpControlSocket::TransferSend()
09:32:28	Trace:	  state = 8
09:32:28	Trace:	CTransferSocket::OnReceive(), m_transferMode=0
09:32:28	Listing:	type=cdir;sizd=4096;modify=20100628210307;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd51; .
09:32:28	Listing:	type=pdir;sizd=4096;modify=20140227133835;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g53df3d; ..
09:32:28	Listing:	type=dir;sizd=4096;modify=20100628210303;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd59; Indexer
09:32:28	Listing:	type=dir;sizd=4096;modify=20100628212815;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd5b; Link
09:32:28	Listing:	type=file;size=7762;modify=20100628202724;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd52; Link.php
09:32:28	Listing:	type=dir;sizd=4096;modify=20100628210308;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd5e; Sample
09:32:28	Listing:	type=file;size=5077;modify=20100628202724;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd53; Sample.php
09:32:28	Trace:	CTransferSocket::TransferEnd(1)
09:32:28	Trace:	CFtpControlSocket::TransferEnd()
09:32:28	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:28	Trace:	CControlSocket::ResetOperation(0)
09:32:28	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:28	Trace:	CFtpControlSocket::ListSubcommandResult()
09:32:28	Trace:	  state = 3
09:32:28	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:28	Trace:	CControlSocket::ResetOperation(0)
09:32:28	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:28	Trace:	FileTransferSubcommandResult()
09:32:29	Trace:	CFtpControlSocket::SendNextCommand()
09:32:29	Trace:	FileTransferSend()
09:32:29	Trace:	CFtpControlSocket::SendNextCommand()
09:32:29	Trace:	CFtpControlSocket::TransferSend()
09:32:29	Trace:	  state = 1
09:32:29	Command:	TYPE A
09:32:29	Trace:	CFtpControlSocket::OnReceive()
09:32:29	Response:	200 TYPE is now ASCII
09:32:29	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:29	Trace:	  code = 2
09:32:29	Trace:	  state = 1
09:32:29	Trace:	CFtpControlSocket::SendNextCommand()
09:32:29	Trace:	CFtpControlSocket::TransferSend()
09:32:29	Trace:	  state = 2
09:32:29	Command:	PASV
09:32:30	Trace:	CFtpControlSocket::OnReceive()
09:32:30	Response:	227 Entering Passive Mode (<ip address>,197,227)
09:32:30	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:30	Trace:	  code = 2
09:32:30	Trace:	  state = 2
09:32:30	Trace:	CFtpControlSocket::SendNextCommand()
09:32:30	Trace:	CFtpControlSocket::TransferSend()
09:32:30	Trace:	  state = 4
09:32:30	Command:	STOR Link.php
09:32:30	Trace:	CTransferSocket::OnConnect
09:32:30	Trace:	CTransferSocket::TransferEnd(1)
09:32:30	Trace:	CFtpControlSocket::TransferEnd()
09:32:31	Trace:	CFtpControlSocket::OnReceive()
09:32:31	Response:	150 Accepted data connection
09:32:31	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:31	Trace:	  code = 1
09:32:31	Trace:	  state = 6
09:32:31	Trace:	CFtpControlSocket::SendNextCommand()
09:32:31	Trace:	CFtpControlSocket::TransferSend()
09:32:31	Trace:	  state = 7
09:32:31	Response:	226-File successfully transferred
09:32:31	Response:	226 0.044 seconds (measured here), 27.31 Kbytes per second
09:32:31	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:31	Trace:	  code = 2
09:32:31	Trace:	  state = 7
09:32:31	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:31	Trace:	CControlSocket::ResetOperation(0)
09:32:31	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:31	Trace:	FileTransferSubcommandResult()
09:32:31	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:31	Trace:	CControlSocket::ResetOperation(0)
09:32:31	Status:	File transfer successful, transferred 1,237 bytes in 1 second
09:32:31	Trace:	CFileZillaEnginePrivate::ResetOperation(0)
09:32:32	Trace:	CFtpControlSocket::FileTransfer()
09:32:32	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\Model\Mysql4\Sample.php
09:32:32	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:32	Trace:	FileTransferSubcommandResult()
09:32:32	Trace:	CFtpControlSocket::SendNextCommand()
09:32:32	Trace:	FileTransferSend()
09:32:32	Trace:	CFtpControlSocket::SendNextCommand()
09:32:32	Trace:	CFtpControlSocket::TransferSend()
09:32:32	Trace:	  state = 2
09:32:32	Command:	PASV
09:32:33	Trace:	CFtpControlSocket::OnReceive()
09:32:33	Response:	227 Entering Passive Mode (<ip address>,197,71)
09:32:33	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:33	Trace:	  code = 2
09:32:33	Trace:	  state = 2
09:32:33	Trace:	CFtpControlSocket::SendNextCommand()
09:32:33	Trace:	CFtpControlSocket::TransferSend()
09:32:33	Trace:	  state = 4
09:32:33	Command:	STOR Sample.php
09:32:34	Trace:	CTransferSocket::OnConnect
09:32:34	Trace:	CTransferSocket::TransferEnd(1)
09:32:34	Trace:	CFtpControlSocket::OnReceive()
09:32:34	Response:	150 Accepted data connection
09:32:34	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:34	Trace:	  code = 1
09:32:34	Trace:	  state = 4
09:32:34	Trace:	CFtpControlSocket::SendNextCommand()
09:32:34	Trace:	CFtpControlSocket::TransferSend()
09:32:34	Trace:	  state = 5
09:32:34	Response:	226-File successfully transferred
09:32:34	Response:	226 0.276 seconds (measured here), 4.39 Kbytes per second
09:32:34	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:34	Trace:	  code = 2
09:32:34	Trace:	  state = 5
09:32:34	Trace:	CFtpControlSocket::SendNextCommand()
09:32:34	Trace:	CFtpControlSocket::TransferSend()
09:32:34	Trace:	  state = 8
09:32:34	Trace:	CFtpControlSocket::TransferEnd()
09:32:34	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:34	Trace:	CControlSocket::ResetOperation(0)
09:32:34	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:34	Trace:	FileTransferSubcommandResult()
09:32:35	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:35	Trace:	CControlSocket::ResetOperation(0)
09:32:35	Status:	File transfer successful, transferred 1,241 bytes in 1 second
09:32:35	Trace:	CFileZillaEnginePrivate::ResetOperation(0)
09:32:35	Trace:	CFtpControlSocket::FileTransfer()
09:32:35	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\Model\Product\Price.php
09:32:35	Trace:	CFtpControlSocket::SendNextCommand()
09:32:35	Trace:	CFtpControlSocket::ChangeDirSend()
09:32:35	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/Model/Product
09:32:35	Trace:	CFtpControlSocket::OnReceive()
09:32:35	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable/Model/Product
09:32:35	Trace:	CFtpControlSocket::SendNextCommand()
09:32:35	Trace:	CFtpControlSocket::ChangeDirSend()
09:32:35	Command:	PWD
09:32:36	Trace:	CFtpControlSocket::OnReceive()
09:32:36	Response:	257 "/<domain>/magento/app/code/core/Mage/Downloadable/Model/Product" is your current location
09:32:36	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:36	Trace:	CControlSocket::ResetOperation(0)
09:32:36	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:36	Trace:	FileTransferSubcommandResult()
09:32:36	Status:	Retrieving directory listing...
09:32:36	Trace:	ftpcontrolsocket.cpp(1317): List called from other command   caller=0p2fd2510
09:32:36	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:36	Trace:	CFtpControlSocket::ListSubcommandResult()
09:32:36	Trace:	  state = 1
09:32:36	Trace:	CFtpControlSocket::SendNextCommand()
09:32:36	Trace:	CFtpControlSocket::TransferSend()
09:32:36	Trace:	  state = 1
09:32:36	Command:	TYPE I
09:32:36	Trace:	CFtpControlSocket::OnReceive()
09:32:36	Response:	200 TYPE is now 8-bit binary
09:32:36	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:36	Trace:	  code = 2
09:32:36	Trace:	  state = 1
09:32:36	Trace:	CFtpControlSocket::SendNextCommand()
09:32:36	Trace:	CFtpControlSocket::TransferSend()
09:32:36	Trace:	  state = 2
09:32:36	Command:	PASV
09:32:37	Trace:	CFtpControlSocket::OnReceive()
09:32:37	Response:	227 Entering Passive Mode (<ip address>,198,162)
09:32:37	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:37	Trace:	  code = 2
09:32:37	Trace:	  state = 2
09:32:37	Trace:	CFtpControlSocket::SendNextCommand()
09:32:37	Trace:	CFtpControlSocket::TransferSend()
09:32:37	Trace:	  state = 4
09:32:37	Command:	MLSD
09:32:37	Trace:	CTransferSocket::OnConnect
09:32:37	Trace:	CTransferSocket::OnReceive(), m_transferMode=0
09:32:38	Trace:	CTransferSocket::OnReceive(), m_transferMode=0
09:32:38	Trace:	CTransferSocket::TransferEnd(1)
09:32:38	Trace:	CFtpControlSocket::OnReceive()
09:32:38	Response:	150 Accepted data connection
09:32:38	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:38	Trace:	  code = 1
09:32:38	Trace:	  state = 4
09:32:38	Trace:	CFtpControlSocket::SendNextCommand()
09:32:38	Trace:	CFtpControlSocket::TransferSend()
09:32:38	Trace:	  state = 5
09:32:38	Response:	226-ASCII
09:32:38	Response:	226-Options: -a -l 
09:32:38	Response:	226 4 matches total
09:32:38	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:38	Trace:	  code = 2
09:32:38	Trace:	  state = 5
09:32:38	Trace:	CFtpControlSocket::SendNextCommand()
09:32:38	Trace:	CFtpControlSocket::TransferSend()
09:32:38	Trace:	  state = 8
09:32:39	Trace:	CFtpControlSocket::TransferEnd()
09:32:39	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:39	Trace:	CControlSocket::ResetOperation(0)
09:32:39	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:39	Trace:	CFtpControlSocket::ListSubcommandResult()
09:32:39	Trace:	  state = 3
09:32:39	Listing:	type=cdir;sizd=4096;modify=20100628202728;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd54; .
09:32:39	Listing:	type=pdir;sizd=4096;modify=20140227133835;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g53df3d; ..
09:32:39	Listing:	type=file;size=2471;modify=20100628202727;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd55; Price.php
09:32:39	Listing:	type=file;size=16101;modify=20100628202728;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16gd9bd56; Type.php
09:32:39	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:39	Trace:	CControlSocket::ResetOperation(0)
09:32:39	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:39	Trace:	FileTransferSubcommandResult()
09:32:39	Trace:	CFtpControlSocket::SendNextCommand()
09:32:39	Trace:	FileTransferSend()
09:32:39	Trace:	CFtpControlSocket::SendNextCommand()
09:32:39	Trace:	CFtpControlSocket::TransferSend()
09:32:39	Trace:	  state = 1
09:32:39	Command:	TYPE A
09:32:40	Trace:	CFtpControlSocket::OnReceive()
09:32:40	Response:	200 TYPE is now ASCII
09:32:40	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:40	Trace:	  code = 2
09:32:40	Trace:	  state = 1
09:32:40	Trace:	CFtpControlSocket::SendNextCommand()
09:32:40	Trace:	CFtpControlSocket::TransferSend()
09:32:40	Trace:	  state = 2
09:32:40	Command:	PASV
09:32:41	Trace:	CFtpControlSocket::OnReceive()
09:32:41	Response:	227 Entering Passive Mode (<ip address>,196,135)
09:32:41	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:41	Trace:	  code = 2
09:32:41	Trace:	  state = 2
09:32:41	Trace:	CFtpControlSocket::SendNextCommand()
09:32:41	Trace:	CFtpControlSocket::TransferSend()
09:32:41	Trace:	  state = 4
09:32:41	Command:	STOR Price.php
09:32:41	Trace:	CTransferSocket::OnConnect
09:32:41	Trace:	CTransferSocket::TransferEnd(1)
09:32:42	Trace:	CFtpControlSocket::TransferEnd()
09:32:42	Trace:	CFtpControlSocket::OnReceive()
09:32:42	Response:	150 Accepted data connection
09:32:42	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:42	Trace:	  code = 1
09:32:42	Trace:	  state = 6
09:32:42	Trace:	CFtpControlSocket::SendNextCommand()
09:32:42	Trace:	CFtpControlSocket::TransferSend()
09:32:42	Trace:	  state = 7
09:32:42	Response:	226-File successfully transferred
09:32:42	Response:	226 0.160 seconds (measured here), 14.98 Kbytes per second
09:32:42	Trace:	CFtpControlSocket::TransferParseResponse()
09:32:42	Trace:	  code = 2
09:32:42	Trace:	  state = 7
09:32:42	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:42	Trace:	CControlSocket::ResetOperation(0)
09:32:42	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:42	Trace:	FileTransferSubcommandResult()
09:32:42	Trace:	CFtpControlSocket::ResetOperation(0)
09:32:42	Trace:	CControlSocket::ResetOperation(0)
09:32:42	Status:	File transfer successful, transferred 2,459 bytes in 1 second
09:32:42	Trace:	CFileZillaEnginePrivate::ResetOperation(0)
09:32:42	Trace:	CFtpControlSocket::FileTransfer()
09:32:42	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\Model\Product\Type.php
09:32:42	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:32:42	Trace:	FileTransferSubcommandResult()
09:32:43	Trace:	CFtpControlSocket::SendNextCommand()
09:32:43	Trace:	FileTransferSend()
09:32:43	Trace:	CFtpControlSocket::SendNextCommand()
09:32:43	Trace:	CFtpControlSocket::TransferSend()
09:32:43	Trace:	  state = 2
09:32:43	Command:	PASV
09:32:43	Trace:	CFtpControlSocket::ResetOperation(10)
09:32:43	Trace:	CControlSocket::ResetOperation(10)
09:32:43	Trace:	CFtpControlSocket::ResetOperation(10)
09:32:43	Trace:	CControlSocket::ResetOperation(10)
09:32:43	Error:	File transfer aborted by user
09:32:43	Trace:	CFileZillaEnginePrivate::ResetOperation(10)
09:32:43	Trace:	CFtpControlSocket::OnReceive()
09:32:43	Response:	227 Entering Passive Mode (<ip address>,196,81)
09:32:43	Trace:	Skipping reply after cancelled operation or keepalive command.
==========================================================================================================================
09:38:09	Trace:	CFtpControlSocket::FileTransfer()
09:38:09	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\Model\Product\Type.php
09:38:09	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:09	Trace:	FileTransferSubcommandResult()
09:38:09	Trace:	CFtpControlSocket::SendNextCommand()
09:38:09	Trace:	FileTransferSend()
09:38:09	Trace:	CFtpControlSocket::SendNextCommand()
09:38:09	Trace:	CFtpControlSocket::TransferSend()
09:38:09	Command:	TYPE A
09:38:09	Trace:	CFtpControlSocket::OnReceive()
09:38:09	Response:	200 TYPE is now ASCII
09:38:09	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:09	Trace:	CFtpControlSocket::SendNextCommand()
09:38:09	Trace:	CFtpControlSocket::TransferSend()
09:38:09	Command:	PASV
09:38:10	Trace:	CFtpControlSocket::OnReceive()
09:38:10	Response:	227 Entering Passive Mode (<ip address>,198,26)
09:38:10	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:10	Trace:	CFtpControlSocket::SendNextCommand()
09:38:10	Trace:	CFtpControlSocket::TransferSend()
09:38:10	Command:	STOR Type.php
09:38:10	Trace:	CTransferSocket::OnConnect
09:38:10	Trace:	CTransferSocket::TransferEnd(1)
09:38:10	Trace:	CFtpControlSocket::TransferEnd()
09:38:10	Trace:	CFtpControlSocket::OnReceive()
09:38:10	Response:	150 Accepted data connection
09:38:10	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:10	Trace:	CFtpControlSocket::SendNextCommand()
09:38:10	Trace:	CFtpControlSocket::TransferSend()
09:38:11	Trace:	CFtpControlSocket::OnReceive()
09:38:11	Response:	226-File successfully transferred
09:38:11	Response:	226 0.529 seconds (measured here), 34.19 Kbytes per second
09:38:11	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:11	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:11	Trace:	CControlSocket::ResetOperation(0)
09:38:11	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:11	Trace:	FileTransferSubcommandResult()
09:38:11	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:11	Trace:	CControlSocket::ResetOperation(0)
09:38:11	Status:	File transfer successful, transferred 18,528 bytes in 1 second
09:38:12	Trace:	CFtpControlSocket::FileTransfer()
09:38:12	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\Model\Resource\Link.php
09:38:12	Trace:	CFtpControlSocket::SendNextCommand()
09:38:12	Trace:	CFtpControlSocket::ChangeDirSend()
09:38:12	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/Model/Resource
09:38:12	Trace:	CFtpControlSocket::OnReceive()
09:38:12	Response:	550 Can't change directory to /<domain>/magento/app/code/core/Mage/Downloadable/Model/Resource: No such file or directory
09:38:12	Trace:	CFtpControlSocket::SendNextCommand()
09:38:12	Trace:	CFtpControlSocket::MkdirSend
09:38:12	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/Model
09:38:14	Trace:	CFtpControlSocket::OnReceive()
09:38:14	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable/Model
09:38:14	Trace:	CFtpControlSocket::MkdirParseResonse
09:38:14	Trace:	CFtpControlSocket::SendNextCommand()
09:38:14	Trace:	CFtpControlSocket::MkdirSend
09:38:14	Command:	MKD Resource
09:38:14	Trace:	CFtpControlSocket::OnReceive()
09:38:14	Response:	257 "Resource" : The directory was successfully created
09:38:14	Trace:	CFtpControlSocket::MkdirParseResonse
09:38:14	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:14	Trace:	CControlSocket::ResetOperation(0)
09:38:14	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:14	Trace:	CFtpControlSocket::ChangeDirSubcommandResult()
09:38:14	Trace:	CFtpControlSocket::SendNextCommand()
09:38:14	Trace:	CFtpControlSocket::ChangeDirSend()
09:38:14	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/Model/Resource
09:38:15	Trace:	CFtpControlSocket::OnReceive()
09:38:15	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable/Model/Resource
09:38:15	Trace:	CFtpControlSocket::SendNextCommand()
09:38:15	Trace:	CFtpControlSocket::ChangeDirSend()
09:38:15	Command:	PWD
09:38:16	Trace:	CFtpControlSocket::OnReceive()
09:38:16	Response:	257 "/<domain>/magento/app/code/core/Mage/Downloadable/Model/Resource" is your current location
09:38:16	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:16	Trace:	CControlSocket::ResetOperation(0)
09:38:16	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:16	Trace:	FileTransferSubcommandResult()
09:38:16	Status:	Retrieving directory listing...
09:38:16	Trace:	ftpcontrolsocket.cpp(1317): List called from other command   caller=0p7d804e8
09:38:16	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:16	Trace:	CFtpControlSocket::ListSubcommandResult()
09:38:16	Trace:	CFtpControlSocket::SendNextCommand()
09:38:16	Trace:	CFtpControlSocket::TransferSend()
09:38:16	Command:	TYPE I
09:38:17	Trace:	CFtpControlSocket::OnReceive()
09:38:17	Response:	200 TYPE is now 8-bit binary
09:38:17	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:17	Trace:	CFtpControlSocket::SendNextCommand()
09:38:17	Trace:	CFtpControlSocket::TransferSend()
09:38:17	Command:	PASV
09:38:18	Trace:	CFtpControlSocket::OnReceive()
09:38:18	Response:	227 Entering Passive Mode (<ip address>,198,156)
09:38:18	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:18	Trace:	CFtpControlSocket::SendNextCommand()
09:38:18	Trace:	CFtpControlSocket::TransferSend()
09:38:18	Command:	MLSD
09:38:18	Trace:	CTransferSocket::OnConnect
09:38:19	Trace:	CFtpControlSocket::OnReceive()
09:38:19	Response:	150 Accepted data connection
09:38:19	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:19	Trace:	CFtpControlSocket::SendNextCommand()
09:38:19	Trace:	CFtpControlSocket::TransferSend()
09:38:19	Response:	226-ASCII
09:38:19	Response:	226-Options: -a -l 
09:38:19	Response:	226 2 matches total
09:38:19	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:19	Trace:	CFtpControlSocket::SendNextCommand()
09:38:19	Trace:	CFtpControlSocket::TransferSend()
09:38:19	Trace:	CTransferSocket::OnClose(0)
09:38:19	Trace:	CTransferSocket::TransferEnd(1)
09:38:20	Trace:	CFtpControlSocket::TransferEnd()
09:38:20	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:20	Trace:	CControlSocket::ResetOperation(0)
09:38:20	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:20	Trace:	CFtpControlSocket::ListSubcommandResult()
09:38:20	Listing:	type=cdir;sizd=4096;modify=20140227143814;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g13e0342; .
09:38:20	Listing:	type=pdir;sizd=4096;modify=20140227143814;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g53df3d; ..
09:38:20	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:20	Trace:	CControlSocket::ResetOperation(0)
09:38:20	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:20	Trace:	FileTransferSubcommandResult()
09:38:20	Trace:	CFtpControlSocket::SendNextCommand()
09:38:20	Trace:	FileTransferSend()
09:38:20	Trace:	CFtpControlSocket::SendNextCommand()
09:38:20	Trace:	CFtpControlSocket::TransferSend()
09:38:20	Command:	TYPE A
09:38:20	Trace:	CFtpControlSocket::OnReceive()
09:38:20	Response:	200 TYPE is now ASCII
09:38:20	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:20	Trace:	CFtpControlSocket::SendNextCommand()
09:38:20	Trace:	CFtpControlSocket::TransferSend()
09:38:20	Command:	PASV
09:38:20	Trace:	CFtpControlSocket::OnReceive()
09:38:20	Response:	227 Entering Passive Mode (<ip address>,198,180)
09:38:20	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:20	Trace:	CFtpControlSocket::SendNextCommand()
09:38:20	Trace:	CFtpControlSocket::TransferSend()
09:38:20	Command:	STOR Link.php
09:38:21	Trace:	CTransferSocket::OnConnect
09:38:21	Trace:	CTransferSocket::TransferEnd(1)
09:38:21	Trace:	CFtpControlSocket::OnReceive()
09:38:21	Response:	150 Accepted data connection
09:38:21	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:21	Trace:	CFtpControlSocket::SendNextCommand()
09:38:21	Trace:	CFtpControlSocket::TransferSend()
09:38:21	Trace:	CFtpControlSocket::TransferEnd()
09:38:22	Trace:	CFtpControlSocket::OnReceive()
09:38:22	Response:	226-File successfully transferred
09:38:22	Response:	226 0.812 seconds (measured here), 9.43 Kbytes per second
09:38:22	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:22	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:22	Trace:	CControlSocket::ResetOperation(0)
09:38:22	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:22	Trace:	FileTransferSubcommandResult()
09:38:22	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:22	Trace:	CControlSocket::ResetOperation(0)
09:38:22	Status:	File transfer successful, transferred 7,838 bytes in 2 seconds
09:38:22	Trace:	CFtpControlSocket::FileTransfer()
09:38:22	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\Model\Resource\Sample.php
09:38:22	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:22	Trace:	FileTransferSubcommandResult()
09:38:23	Trace:	CFtpControlSocket::SendNextCommand()
09:38:23	Trace:	FileTransferSend()
09:38:23	Trace:	CFtpControlSocket::SendNextCommand()
09:38:23	Trace:	CFtpControlSocket::TransferSend()
09:38:23	Command:	PASV
09:38:23	Trace:	CFtpControlSocket::OnReceive()
09:38:23	Response:	227 Entering Passive Mode (<ip address>,198,242)
09:38:23	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:23	Trace:	CFtpControlSocket::SendNextCommand()
09:38:23	Trace:	CFtpControlSocket::TransferSend()
09:38:23	Command:	STOR Sample.php
09:38:23	Trace:	CTransferSocket::OnConnect
09:38:23	Trace:	CTransferSocket::TransferEnd(1)
09:38:23	Trace:	CFtpControlSocket::OnReceive()
09:38:23	Response:	150 Accepted data connection
09:38:23	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:23	Trace:	CFtpControlSocket::SendNextCommand()
09:38:23	Trace:	CFtpControlSocket::TransferSend()
09:38:23	Trace:	CFtpControlSocket::TransferEnd()
09:38:26	Trace:	CFtpControlSocket::OnReceive()
09:38:26	Response:	226-File successfully transferred
09:38:26	Response:	226 0.338 seconds (measured here), 14.14 Kbytes per second
09:38:26	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:26	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:26	Trace:	CControlSocket::ResetOperation(0)
09:38:26	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:26	Trace:	FileTransferSubcommandResult()
09:38:26	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:26	Trace:	CControlSocket::ResetOperation(0)
09:38:26	Status:	File transfer successful, transferred 4,896 bytes in 1 second
09:38:26	Trace:	CFtpControlSocket::FileTransfer()
09:38:26	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\sql\downloadable_setup\install-1.6.0.0.php
09:38:26	Trace:	CFtpControlSocket::SendNextCommand()
09:38:26	Trace:	CFtpControlSocket::ChangeDirSend()
09:38:26	Command:	CWD /<domain>/magento/app/code/core/Mage/Downloadable/sql/downloadable_setup
09:38:26	Trace:	CFtpControlSocket::OnReceive()
09:38:26	Response:	250 OK. Current directory is /<domain>/magento/app/code/core/Mage/Downloadable/sql/downloadable_setup
09:38:26	Trace:	CFtpControlSocket::SendNextCommand()
09:38:26	Trace:	CFtpControlSocket::ChangeDirSend()
09:38:26	Command:	PWD
09:38:27	Trace:	CFtpControlSocket::OnReceive()
09:38:27	Response:	257 "/<domain>/magento/app/code/core/Mage/Downloadable/sql/downloadable_setup" is your current location
09:38:27	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:27	Trace:	CControlSocket::ResetOperation(0)
09:38:27	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:27	Trace:	FileTransferSubcommandResult()
09:38:27	Status:	Retrieving directory listing...
09:38:27	Trace:	ftpcontrolsocket.cpp(1317): List called from other command   caller=0p7d804e8
09:38:27	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:27	Trace:	CFtpControlSocket::ListSubcommandResult()
09:38:27	Trace:	CFtpControlSocket::SendNextCommand()
09:38:27	Trace:	CFtpControlSocket::TransferSend()
09:38:27	Command:	TYPE I
09:38:27	Trace:	CFtpControlSocket::OnReceive()
09:38:27	Response:	200 TYPE is now 8-bit binary
09:38:27	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:27	Trace:	CFtpControlSocket::SendNextCommand()
09:38:27	Trace:	CFtpControlSocket::TransferSend()
09:38:27	Command:	PASV
09:38:28	Trace:	CFtpControlSocket::OnReceive()
09:38:28	Response:	227 Entering Passive Mode (<ip address>,195,138)
09:38:28	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:28	Trace:	CFtpControlSocket::SendNextCommand()
09:38:28	Trace:	CFtpControlSocket::TransferSend()
09:38:28	Command:	MLSD
09:38:28	Trace:	CTransferSocket::OnConnect
09:38:30	Trace:	CFtpControlSocket::OnReceive()
09:38:30	Response:	150 Accepted data connection
09:38:30	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:30	Trace:	CFtpControlSocket::SendNextCommand()
09:38:30	Trace:	CFtpControlSocket::TransferSend()
09:38:30	Response:	226-ASCII
09:38:30	Response:	226-Options: -a -l 
09:38:30	Response:	226 19 matches total
09:38:30	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:30	Trace:	CFtpControlSocket::SendNextCommand()
09:38:30	Trace:	CFtpControlSocket::TransferSend()
09:38:30	Listing:	type=cdir;sizd=4096;modify=20100628202747;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec31; .
09:38:30	Listing:	type=pdir;sizd=4096;modify=20100628202730;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec30; ..
09:38:30	Listing:	type=file;size=1688;modify=20100628202734;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec32; mysql4-install-0.1.0.php
09:38:30	Listing:	type=file;size=2101;modify=20100628202735;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec33; mysql4-upgrade-0.1.0-0.1.1.php
09:38:30	Listing:	type=file;size=5101;modify=20100628202736;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec34; mysql4-upgrade-0.1.1-0.1.2.php
09:38:30	Listing:	type=file;size=4799;modify=20100628202737;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec35; mysql4-upgrade-0.1.10-0.1.11.php
09:38:30	Listing:	type=file;size=1287;modify=20100628202737;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec36; mysql4-upgrade-0.1.11-0.1.12.php
09:38:30	Listing:	type=file;size=2073;modify=20100628202739;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec37; mysql4-upgrade-0.1.12-0.1.13.php
09:38:30	Listing:	type=file;size=2140;modify=20100628202739;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec38; mysql4-upgrade-0.1.13-0.1.14.php
09:38:30	Listing:	type=file;size=1433;modify=20100628202740;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec39; mysql4-upgrade-0.1.14-0.1.15.php
09:38:30	Listing:	type=file;size=2668;modify=20100628202741;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec3a; mysql4-upgrade-0.1.15-0.1.16.php
09:38:30	Listing:	type=file;size=2001;modify=20100628202742;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec3b; mysql4-upgrade-0.1.2-0.1.3.php
09:38:30	Listing:	type=file;size=1275;modify=20100628202743;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec3c; mysql4-upgrade-0.1.3-0.1.4.php
09:38:30	Listing:	type=file;size=1273;modify=20100628202744;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec3d; mysql4-upgrade-0.1.4-0.1.5.php
09:38:30	Listing:	type=file;size=2415;modify=20100628202744;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec3e; mysql4-upgrade-0.1.5-0.1.6.php
09:38:30	Listing:	type=file;size=7155;modify=20100628202745;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g2aec3f; mysql4-upgrade-0.1.6-0.1.7.php
09:38:30	Listing:	type=file;size=1294;modify=20100628202745;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g1dfeb99; mysql4-upgrade-0.1.7-0.1.8.php
09:38:30	Listing:	type=file;size=1272;modify=20100628202746;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g1dfeb9a; mysql4-upgrade-0.1.8-0.1.9.php
09:38:30	Listing:	type=file;size=2818;modify=20100628202747;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g1dfeb9b; mysql4-upgrade-0.1.9-0.1.10.php
09:38:30	Trace:	CTransferSocket::TransferEnd(1)
09:38:31	Trace:	CFtpControlSocket::TransferEnd()
09:38:31	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:31	Trace:	CControlSocket::ResetOperation(0)
09:38:31	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:31	Trace:	CFtpControlSocket::ListSubcommandResult()
09:38:31	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:31	Trace:	CControlSocket::ResetOperation(0)
09:38:31	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:31	Trace:	FileTransferSubcommandResult()
09:38:31	Trace:	CFtpControlSocket::SendNextCommand()
09:38:31	Trace:	FileTransferSend()
09:38:31	Trace:	CFtpControlSocket::SendNextCommand()
09:38:31	Trace:	CFtpControlSocket::TransferSend()
09:38:31	Command:	TYPE A
09:38:31	Trace:	CFtpControlSocket::OnReceive()
09:38:31	Response:	200 TYPE is now ASCII
09:38:31	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:31	Trace:	CFtpControlSocket::SendNextCommand()
09:38:31	Trace:	CFtpControlSocket::TransferSend()
09:38:31	Command:	PASV
09:38:32	Trace:	CFtpControlSocket::OnReceive()
09:38:32	Response:	227 Entering Passive Mode (<ip address>,197,205)
09:38:32	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:32	Trace:	CFtpControlSocket::SendNextCommand()
09:38:32	Trace:	CFtpControlSocket::TransferSend()
09:38:32	Command:	STOR install-1.6.0.0.php
09:38:32	Trace:	CTransferSocket::OnConnect
09:38:32	Trace:	CTransferSocket::TransferEnd(1)
09:38:32	Trace:	CFtpControlSocket::TransferEnd()
09:38:32	Trace:	CFtpControlSocket::OnReceive()
09:38:32	Response:	150 Accepted data connection
09:38:32	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:32	Trace:	CFtpControlSocket::SendNextCommand()
09:38:32	Trace:	CFtpControlSocket::TransferSend()
09:38:34	Trace:	CFtpControlSocket::OnReceive()
09:38:34	Response:	226-File successfully transferred
09:38:34	Response:	226 0.598 seconds (measured here), 37.34 Kbytes per second
09:38:34	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:34	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:34	Trace:	CControlSocket::ResetOperation(0)
09:38:34	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:34	Trace:	FileTransferSubcommandResult()
09:38:34	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:34	Trace:	CControlSocket::ResetOperation(0)
09:38:34	Status:	File transfer successful, transferred 22,860 bytes in 2 seconds
09:38:34	Trace:	CFtpControlSocket::FileTransfer()
09:38:34	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\sql\downloadable_setup\mysql4-install-0.1.0.php
09:38:34	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:34	Trace:	FileTransferSubcommandResult()
09:38:34	Trace:	CFtpControlSocket::SendNextCommand()
09:38:34	Trace:	FileTransferSend()
09:38:34	Trace:	CFtpControlSocket::SendNextCommand()
09:38:34	Trace:	CFtpControlSocket::TransferSend()
09:38:34	Command:	PASV
09:38:35	Trace:	CFtpControlSocket::OnReceive()
09:38:35	Response:	227 Entering Passive Mode (<ip address>,195,189)
09:38:35	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:35	Trace:	CFtpControlSocket::SendNextCommand()
09:38:35	Trace:	CFtpControlSocket::TransferSend()
09:38:35	Command:	STOR mysql4-install-0.1.0.php
09:38:36	Trace:	CTransferSocket::OnConnect
09:38:36	Trace:	CTransferSocket::TransferEnd(1)
09:38:36	Trace:	CFtpControlSocket::OnReceive()
09:38:36	Response:	150 Accepted data connection
09:38:36	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:36	Trace:	CFtpControlSocket::SendNextCommand()
09:38:36	Trace:	CFtpControlSocket::TransferSend()
09:38:36	Response:	226-File successfully transferred
09:38:36	Response:	226 0.166 seconds (measured here), 10.06 Kbytes per second
09:38:36	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:36	Trace:	CFtpControlSocket::SendNextCommand()
09:38:36	Trace:	CFtpControlSocket::TransferSend()
09:38:36	Trace:	CFtpControlSocket::TransferEnd()
09:38:36	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:36	Trace:	CControlSocket::ResetOperation(0)
09:38:36	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:36	Trace:	FileTransferSubcommandResult()
09:38:36	Trace:	CFtpControlSocket::ResetOperation(0)
09:38:36	Trace:	CControlSocket::ResetOperation(0)
09:38:36	Status:	File transfer successful, transferred 1,710 bytes in 1 second
09:38:37	Trace:	CFtpControlSocket::FileTransfer()
09:38:37	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Downloadable\sql\downloadable_setup\mysql4-install-1.4.0.0.php
09:38:37	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:38:37	Trace:	FileTransferSubcommandResult()
09:38:37	Trace:	CFtpControlSocket::SendNextCommand()
09:38:37	Trace:	FileTransferSend()
09:38:37	Trace:	CFtpControlSocket::SendNextCommand()
09:38:37	Trace:	CFtpControlSocket::TransferSend()
09:38:37	Command:	PASV
09:38:37	Trace:	CFtpControlSocket::OnReceive()
09:38:37	Response:	227 Entering Passive Mode (<ip address>,198,101)
09:38:37	Trace:	CFtpControlSocket::TransferParseResponse()
09:38:37	Trace:	CFtpControlSocket::SendNextCommand()
09:38:37	Trace:	CFtpControlSocket::TransferSend()
09:38:37	Command:	STOR mysql4-install-1.4.0.0.php
09:38:37	Trace:	CFtpControlSocket::ResetOperation(10)
09:38:37	Trace:	CControlSocket::ResetOperation(10)
09:38:37	Trace:	CFtpControlSocket::ResetOperation(10)
09:38:37	Trace:	CControlSocket::ResetOperation(10)
09:38:37	Error:	File transfer aborted by user
=======================================================================================================
09:49:52	Listing:	type=file;size=42274;modify=20100628202754;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g1f40be2; Setup.php
09:49:52	Listing:	type=file;size=1319;modify=20100628202755;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g1f40be3; Store.php
09:49:52	Listing:	type=file;size=8152;modify=20100628202755;UNIX.mode=0705;UNIX.uid=1908;UNIX.gid=450;unique=16g1f40be4; Type.php
09:49:53	Trace:	CTransferSocket::TransferEnd(1)
09:49:53	Trace:	CFtpControlSocket::TransferEnd()
09:49:53	Trace:	CFtpControlSocket::ResetOperation(0)
09:49:53	Trace:	CControlSocket::ResetOperation(0)
09:49:53	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:49:53	Trace:	CFtpControlSocket::ListSubcommandResult()
09:49:53	Trace:	CFtpControlSocket::ResetOperation(0)
09:49:53	Trace:	CControlSocket::ResetOperation(0)
09:49:53	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:49:53	Trace:	FileTransferSubcommandResult()
09:49:54	Trace:	CFtpControlSocket::SendNextCommand()
09:49:54	Trace:	FileTransferSend()
09:49:54	Trace:	CFtpControlSocket::SendNextCommand()
09:49:54	Trace:	CFtpControlSocket::TransferSend()
09:49:55	Command:	TYPE A
09:50:14	Trace:	CFtpControlSocket::OnReceive()
09:50:14	Response:	200 TYPE is now ASCII
09:50:14	Trace:	CFtpControlSocket::TransferParseResponse()
09:50:14	Trace:	CFtpControlSocket::SendNextCommand()
09:50:14	Trace:	CFtpControlSocket::TransferSend()
09:50:14	Command:	PASV
09:50:15	Trace:	CFtpControlSocket::OnReceive()
09:50:15	Response:	227 Entering Passive Mode (<ip address>,197,56)
09:50:15	Trace:	CFtpControlSocket::TransferParseResponse()
09:50:15	Trace:	CFtpControlSocket::SendNextCommand()
09:50:15	Trace:	CFtpControlSocket::TransferSend()
09:50:15	Command:	STOR Abstract.php
09:50:18	Trace:	CTransferSocket::OnConnect
09:50:18	Trace:	CTransferSocket::TransferEnd(1)
09:50:18	Trace:	CFtpControlSocket::OnReceive()
09:50:18	Response:	150 Accepted data connection
09:50:18	Trace:	CFtpControlSocket::TransferParseResponse()
09:50:18	Trace:	CFtpControlSocket::SendNextCommand()
09:50:18	Trace:	CFtpControlSocket::TransferSend()
09:50:18	Trace:	CFtpControlSocket::TransferEnd()
09:50:20	Trace:	CFtpControlSocket::OnReceive()
09:50:20	Response:	226-File successfully transferred
09:50:20	Response:	226 3.148 seconds (measured here), 15.65 Kbytes per second
09:50:20	Trace:	CFtpControlSocket::TransferParseResponse()
09:50:20	Trace:	CFtpControlSocket::ResetOperation(0)
09:50:20	Trace:	CControlSocket::ResetOperation(0)
09:50:20	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:50:20	Trace:	FileTransferSubcommandResult()
09:50:20	Trace:	CFtpControlSocket::ResetOperation(0)
09:50:20	Trace:	CControlSocket::ResetOperation(0)
09:50:20	Status:	File transfer successful, transferred 50,461 bytes in 6 seconds
09:50:22	Trace:	CFtpControlSocket::FileTransfer()
09:50:22	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Eav\Model\Entity\Attribute.php
09:50:23	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:50:23	Trace:	FileTransferSubcommandResult()
09:50:24	Trace:	CFtpControlSocket::SendNextCommand()
09:50:24	Trace:	FileTransferSend()
09:50:24	Trace:	CFtpControlSocket::SendNextCommand()
09:50:24	Trace:	CFtpControlSocket::TransferSend()
09:50:24	Command:	PASV
09:50:25	Trace:	CFtpControlSocket::OnReceive()
09:50:25	Response:	227 Entering Passive Mode (<ip address>,198,251)
09:50:25	Trace:	CFtpControlSocket::TransferParseResponse()
09:50:25	Trace:	CFtpControlSocket::SendNextCommand()
09:50:25	Trace:	CFtpControlSocket::TransferSend()
09:50:25	Command:	STOR Attribute.php
09:50:25	Trace:	CTransferSocket::OnConnect
09:50:25	Trace:	CTransferSocket::TransferEnd(1)
09:50:26	Trace:	CFtpControlSocket::TransferEnd()
09:50:26	Trace:	CFtpControlSocket::OnReceive()
09:50:26	Response:	150 Accepted data connection
09:50:26	Trace:	CFtpControlSocket::TransferParseResponse()
09:50:26	Trace:	CFtpControlSocket::SendNextCommand()
09:50:26	Trace:	CFtpControlSocket::TransferSend()
09:50:27	Trace:	CFtpControlSocket::OnReceive()
09:50:27	Response:	226-File successfully transferred
09:50:27	Response:	226 0.745 seconds (measured here), 13.09 Kbytes per second
09:50:27	Trace:	CFtpControlSocket::TransferParseResponse()
09:50:27	Trace:	CFtpControlSocket::ResetOperation(0)
09:50:27	Trace:	CControlSocket::ResetOperation(0)
09:50:27	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:50:27	Trace:	FileTransferSubcommandResult()
09:50:27	Trace:	CFtpControlSocket::ResetOperation(0)
09:50:27	Trace:	CControlSocket::ResetOperation(0)
09:50:27	Status:	File transfer successful, transferred 9,988 bytes in 2 seconds
09:50:28	Trace:	CFtpControlSocket::FileTransfer()
09:50:28	Status:	Starting upload of C:\Users\<user id>\Downloads\mage-1-8-0-0\magento\app\code\core\Mage\Eav\Model\Entity\Collection.php
09:50:28	Trace:	CFtpControlSocket::ParseSubcommandResult(0)
09:50:28	Trace:	FileTransferSubcommandResult()
09:50:29	Trace:	CFtpControlSocket::SendNextCommand()
09:50:29	Trace:	FileTransferSend()
09:50:29	Trace:	CFtpControlSocket::SendNextCommand()
09:50:29	Trace:	CFtpControlSocket::TransferSend()
09:50:29	Command:	PASV
09:50:30	Trace:	CFtpControlSocket::OnReceive()
09:50:30	Response:	227 Entering Passive Mode (<ip address>,196,176)
09:50:30	Trace:	CFtpControlSocket::TransferParseResponse()
09:50:30	Trace:	CFtpControlSocket::SendNextCommand()
09:50:30	Trace:	CFtpControlSocket::TransferSend()
09:50:30	Command:	STOR Collection.php
09:50:30	Trace:	CTransferSocket::OnConnect
09:50:30	Trace:	CTransferSocket::TransferEnd(1)
09:50:31	Trace:	CFtpControlSocket::TransferEnd()
09:50:31	Trace:	CFtpControlSocket::OnReceive()
09:50:31	Response:	150 Accepted data connection
09:50:31	Trace:	CFtpControlSocket::TransferParseResponse()
09:50:31	Trace:	CFtpControlSocket::SendNextCommand()
09:50:31	Trace:	CF

comment:2 by Kerry, 10 years ago

I just noticed that the server does not appear to be giving back its supported capabilities on login (such as supporting MFMT) so this appears to be specific to godaddys servers. I will be checking with them and update this with their response

comment:3 by Kerry, 10 years ago

OOOps - I also see no FEAT command being sent for the server to send the response as to whether or not it supports MFMT

Note: See TracTickets for help on using tickets.