#966 closed defect (duplicate)
Message indicates failed upload when okay
Reported by: | blumstein | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 2.7.1 |
Component: | ftp | Version: | 2.7 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description (last modified by dkocher)
Uploading files (.wmv & .asf) resulted in a message saying that the upload failed, followed by CHMOD not supported. Trying again exhibited same behavior. Log shows that chmod properly executed. Manual check confirmed.
220 172.18.111.31 FTP server ready USER pbandj 331 Password required for pbandj. PASS ******** 230 User pbandj logged in. SYST 215 UNIX Type: L8 NOOP 200 NOOP command successful CWD / 250 CWD command successful PASV 227 Entering Passive Mode (68,99,123,140,30,95). LIST -a 150 Opening ASCII mode data connection for file list drwxrwxr-x 2 (?) (?) 4096 Nov 28 04:46 . drwxrwxr-x 2 (?) (?) 4096 Nov 28 04:46 .. --w------- 1 (?) (?) 75 Dec 8 2003 .quota -rw-r--r-- 1 (?) (?) 1635041 Jun 12 01:18 Brett_LLS_Graduation.mov -rw-r--r-- 1 (?) (?) 36352 Nov 11 21:02 PBresume.doc -rw-r--r-- 1 (?) (?) 37950 Nov 11 21:04 PBresume.rtf -rw-r--r-- 1 (?) (?) 9568 Nov 11 21:04 PBresume.txt -rw-r--r-- 1 (?) (?) 3456900 Nov 28 04:49 ReligiousDebate.wmv 226 Transfer complete. NOOP 200 NOOP command successful TYPE I 200 Type set to I PASV 227 Entering Passive Mode (68,99,123,140,30,140). STOR /Oldfolks.asf 150 Opening BINARY mode data connection for /Oldfolks.asf 226 Transfer complete. SITE CHMOD 644 /Oldfolks.asf 200 SITE CHMOD command successful QUIT 221 Goodbye.
Change History (1)
comment:1 Changed on Dec 1, 2006 at 11:09:59 AM by dkocher
- Component changed from core to ftp
- Description modified (diff)
- Milestone set to 2.7.1
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.