Closed
Bug 230192
Opened 21 years ago
Closed 21 years ago
Composer fails to publish files via FTP (0 Bytes only)
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 227267
People
(Reporter: ad8f, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.6b) Gecko/20031208
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.6b) Gecko/20031208
Trying to publish fails in Mozilla 1.6BETA, de-AT. Composer connects and does
login to a FTP-Server and does create an empty, 0 Byte-sized file with the
assigned name. Nothing else happens, the upload-dialog window continues to
indicate "progress". I tried several FTP-Servers. This error is reproductable.
Connecting with other FTP-Software works fine. After this problem with remote
FTP-servers I even tried a local FTP-Server. Here is its log:
! Server gestarted, Root ist: J:\Archiv\FTP-root
! 127.0.0.1 connected
< 127.0.0.1 USER anonymous
> 127.0.0.1 331 Password required for anonymous.
< 127.0.0.1 PASS mozilla@example.com
! 127.0.0.1 User 'anonymous' is authenticated
> 127.0.0.1 230 User anonymous logged in.
< 127.0.0.1 SYST
> 127.0.0.1 215 UNIX Type: L8 Internet Component Suite
< 127.0.0.1 PWD
> 127.0.0.1 257 "J:/Archiv/FTP-root/" is current directory.
< 127.0.0.1 TYPE I
> 127.0.0.1 200 Type set to I.
< 127.0.0.1 PASV
> 127.0.0.1 227 Entering Passive Mode (127,0,0,1,17,191).
< 127.0.0.1 STOR index.html
> 127.0.0.1 150 Opening data connection for index.html.
> 127.0.0.1 226 File received ok
In this case, not even the file "index.html" was created, allthough the Server
reports this in its log (last line). On Apache, a zero-byte sized file is
created an that's it... All these operations worked fine in Mozilla 1.5 de-AT.
Reproducible: Always
Steps to Reproduce:
1. Compose a short document
2. Having entered correct FTP-Account Data, hit "Publish"
3. Composer connects, does log in, and uploads the first file, but only at 0
bytes size (!), and continues to upload nothing forever.
Expected Results:
The complete file should be on the FTP-Server after hitting "Publish" and the
upload-dialog should disappear after transfer is completed.
Try a nightly
*** This bug has been marked as a duplicate of 227267 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•