I am attempting to upgrade Unity Express on a UC520.
The command string i'm using from unity express is :
UC500-CUE> software install clean url ftp://172.16.50.16/cue-vm-k9.sme.7.1.7.pkg username anonymous password anonymous
The ftp server i am using is the Windows 7 professional built in ftp server accessible through IIS manager.
I have made the access available to anonymous users to the ' ftp file share directory' for anonymous users.
The error i'm receiving from Unity Express is :
error code 530: error type 'Access denied:530' .
In the FTP log on Win7 i have the following output :
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2011-02-07 10:40:46
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem sc-status sc-win32-status sc-substatus x-session x-fullpath
2011-02-07 10:40:46 172.16.10.2 - 172.16.50.16 21 ControlChannelOpened - - 0 0 6d564d06-1389-4af4-897c-05bea36aea11 -
2011-02-07 10:40:46 172.16.10.2 - 172.16.50.16 21 USER anonymous 530 11001 37 6d564d06-1389-4af4-897c-05bea36aea11 -
2011-02-07 10:40:46 172.16.10.2 - 172.16.50.16 21 ControlChannelClosed - - 0 0 6d564d06-1389-4af4-897c-05bea36aea11 -
So, its apparent that the ftp server on my pc (172.16.50.16) is being reached from the Uc520 (172.16.10.2).
Has anyone used built in ftp server in Windows 7 or come across this issue before ?
I have attached a screen print from the FTP server in Windows 7.