[ create a new paste ] login | about

Link: http://codepad.org/9BioM0HK    [ raw code | fork ]

Plain Text, pasted on Jul 7:
Status:	Connecting to 999.999.999.50:21...
Status:	Connection established, waiting for welcome message...
Response:	220 Welcome to company FTP service.
Command:	USER user
Response:	331 Please specify the password.
Command:	PASS *********************
Response:	230 Login successful.
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	211-Features:
Response:	 EPRT
Response:	 EPSV
Response:	 MDTM
Response:	 PASV
Response:	 REST STREAM
Response:	 SIZE
Response:	 TVFS
Response:	 UTF8
Response:	211 End
Command:	OPTS UTF8 ON
Response:	200 Always in UTF8 mode.
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/"
Command:	TYPE I
Response:	200 Switching to Binary mode.
Command:	PASV
Response:	227 Entering Passive Mode (999,999,999,50,46,252).
Command:	LIST
Response:	150 Here comes the directory listing.
Response:	226 Directory send OK.
Status:	Calculating timezone offset of server...
Command:	MDTM prod_permission.sh
Response:	999 20140703164421
Status:	Timezone offsets: Server: 0 seconds. Local: -21600 seconds. Difference: -21600 seconds.
Status:	Directory listing successful
Status:	Retrieving directory listing...
Command:	CWD test
Response:	250 Directory successfully changed.
Command:	PWD
Response:	257 "/test"
Command:	PASV
Response:	227 Entering Passive Mode (999,999,999,50,47,20).
Command:	LIST
Response:	150 Here comes the directory listing.
Response:	226 Directory send OK.
Status:	Directory listing successful
Status:	Connecting to 999.999.999.50:21...
Status:	Connection established, waiting for welcome message...
Response:	220 Welcome to company FTP service.
Command:	USER user
Response:	331 Please specify the password.
Command:	PASS *********************
Response:	230 Login successful.
Command:	OPTS UTF8 ON
Response:	200 Always in UTF8 mode.
Status:	Connected
Status:	Starting upload of C:\file.txt
Command:	CWD /test
Response:	250 Directory successfully changed.
Command:	PWD
Response:	257 "/test"
Command:	TYPE I
Response:	200 Switching to Binary mode.
Command:	PASV
Response:	227 Entering Passive Mode (999,999,999,50,47,61).
Command:	STOR logo32.ico
Response:	150 Ok to send data.
Error:	Connection timed out
Error:	File transfer failed
Status:	Connecting to 999.999.999.50:21...
Status:	Connection established, waiting for welcome message...
Response:	220 Welcome to company FTP service.
Command:	USER production
Response:	331 Please specify the password.
Command:	PASS *********************
Response:	230 Login successful.
Command:	OPTS UTF8 ON
Response:	200 Always in UTF8 mode.
Status:	Connected
Status:	Starting upload of C:\file.txt
Command:	CWD /test
Response:	250 Directory successfully changed.
Status:	Retrieving directory listing...
Command:	TYPE I
Response:	200 Switching to Binary mode.
Command:	PASV
Response:	227 Entering Passive Mode (999,999,999,50,46,242).
Command:	LIST
Response:	150 Here comes the directory listing.
Response:	226 Directory send OK.
Status:	Skipping upload of C:\file.txt
Status:	File transfer successful, transferred 1999 bytes in 2 seconds


Create a new paste based on this one


Comments: