HI,
I'm not able to get a website connected to Contribute - this is first time running into this issue.
I'm using IIS 6 - the site is on a dedicated ip address setup with FTP access. I am able to connect to this site using Filezilla.
When i try to connect in Contribute - i get the following:
Upload a File Test: REMOTE_IO_ERROR - Error reading or writing remote resource
and when i use the FTP checker/tester - i get the following:
======================== Test Results ==========================
NOTE: Microsoft FTP Service has been detected.
For more information on FTP server compatibility issues, please see:
http://www.macromedia.com/support/contribute/ts/documents/ftp_info.htm
Login: SUCCESS!
Directory Listing Test: SUCCESS!
Make Directory Test: SUCCESS!
Change Directory Test: SUCCESS!
Upload a File Test: Unkown error was thrown
.Please send this code to Macromedia: 19
-------------------------------- FTP log from the last operation -------------------------------
> CWD /mm_diagnose
< 250 CWD command successful.
> PORT 10,0,0,16,216,217
< 200 Port command successful.
> TYPE I
< 200 Type set to I.
> STOR upload_test1_reg_.mm
< 150-Scanning file for viruses
< 150-There'll be a delay while we scan for viruses
< 150 Data connection already open; Transfer starting.
< 221-Uploading file
< 221 Transfer complete.
---------------------------------------------------------------------- ----------------------------------
Cleaning Test Directory: Due to the previous error, the application failed to clean up the test folder.
In order to run a clean test,
please go to the directory you specified and manually remove the folder called "mm_diagnose."
If you are using an anonymous account without delete permissions,
the Contribute delete page operation will not function properly.
-------------------------------- FTP log from the last operation -------------------------------
> CWD /
< 250 CWD command successful.
> RMD mm_diagnose
< 550 mm_diagnose: The directory is not empty.
> CWD /mm_diagnose
< 250 CWD command successful.
> PORT 10,0,0,16,216,218
< 200 Port command successful.
> TYPE A
< 200 Type set to A.
> LIST
< 125 Data connection already open; Transfer starting.
< 01-13-11 02:20PM 27 upload_test1_reg_.mm
< 226 Transfer complete.
---------------------------------------------------------------------- ----------------------------------
Thank you!