#5051 closed Bug report (wontfix)
ASPX and ASPX.VB Pages Transferred as Binary (Transfer Type: Auto)
Reported by: | Jeffrey Walton | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | ||
Operating system version: |
Description
In the partial log below, A Windows -> Windows transfer occured. Transfer -> Transfer Type is set to auto. ASP, ASPX, ASPX.CS, and ASPX.VB are text files and should be transferred as ASCII.
Status: Starting upload of C:\...\thankyou.aspx
Command: PORT 172,16,1,250,5,97
Response: 200 PORT command successful.
Command: STOR thankyou.aspx
Response: 150 Opening BINARY mode data connection for thankyou.aspx.
Response: 226 Transfer complete.
Status: File transfer successful
Status: Starting upload of C:\...\thankyou.aspx.vb
Command: PORT 172,16,1,250,5,98
Response: 200 PORT command successful.
Command: STOR thankyou.aspx.vb
Response: 150 Opening BINARY mode data connection for thankyou.aspx.vb.
Response: 226 Transfer complete.
Status: File transfer successful
Change History (2)
comment:1 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Hi codesquid,
Feel free to add them to the list of ASCII files.
Thanks.
Fom completeness, I modified the "Auto Ascii files" string in %APPDATA%\Roaming\Filezilla\filezilla.xml: am|asp|aspx|aspx.vb|aspx.cs|bat|...
Filezilla honored the ASPX extension by transferring in ASCII, but did not honor the ASPX.VB extension. I suspect the ASPX.CS extension will not be honored.
Note that it's not possible for the provided list to be
exhaustive, there are too many different filetypes.
Understood. Keep in mind that ASPX is fairly standard and well known in the Windows world.
Jeff
Feel free to add them to the list of ASCII files. Note that it's not possible for the provided list to be exhaustive, there are too many different filetypes. The extensions listed there are only a small sample serving as a starting point.