[ 
https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179492#comment-13179492
 ] 

Jürgen Jung commented on NET-436:
---------------------------------

Standard login and listing of Rumpus FTP Server
{noformat} 
Cmd: USER test
331: Password required
Cmd: PASS xxxxxxxx
230: User logged in
Cmd: TYPE A
200: Type set to A (ASCII)
Logged in to localhost as test.
Cmd: SYST
215: MACOS Peter's Server
Cmd: FEAT
211: Extensions supported:
      SIZE
      REST STREAM
      APPE
      MDTM
      MACB
      PBSZ
      PROT
      EPSV
      UTF8
     End
Cmd: OPTS UTF8 ON
220: UTF8 OPTS ON
Cmd: PWD
257: "/" is current directory.
Cmd: PASV
227: Entering Passive Mode (172,30,201,94,11,185)
Fixing bogus PASV data address from 172.30.201.94:3001 to 127.0.0.1:3001.
Cmd: LIST
150: Opening connection
226: Transfer complete
-rw-r--r--    54149       27826    81975 Jul 22  2010 09.jpg
drwxr-xr-x               folder        0 Jan  4 14:51 Alias_to_Steak
-rw-r--r--    78440       49231   127671 Jul 22  2010 Filename with 
whitespace.jpg
-rw-r--r--        0      108767   108767 Jul 22  2010 presentation03.jpg
-rw-r--r--    58679       60393   119072 Jul 22  2010 presentation04.jpg
-rw-r--r--    82543       51433   133976 Jul 22  2010 presentation06.jpg
-rw-r--r--    83616     1430976  1514592 Jul 22  2010 presentation10.jpg
-rw-r--r--        0       66990    66990 Jul 22  2010 presentation11.jpg
drwxr-xr-x               folder        0 Jan  4 14:49 Steak
-rwx------        0       12713    12713 Jul  8  2009 Twitter_Avatar.png
{noformat} 
                
> Support for SYST "Mac OS"  listing
> ----------------------------------
>
>                 Key: NET-436
>                 URL: https://issues.apache.org/jira/browse/NET-436
>             Project: Commons Net
>          Issue Type: New Feature
>          Components: FTP
>    Affects Versions: 3.0.1
>         Environment: Mac OS X Rumpus FTP Sevrer
>            Reporter: Jürgen Jung
>
> The Rumpus ftp server acts as an "old" pre mac os x ftp server.
> There are any plans do integrate a Mac OS filelist parsing into the commons 
> net project?
> http://cyberduck.ch/ implemnets his own Rumpus parser, 
> but it will be great if commons net already support this kind of listing.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to