FTP Broken in Dreamweaver CS6 and CC
i have been unable ftp 1 of 3 websites maintain ever since upgrading dreamweaver cs6 (and cc). problem appears site's root directory name reported pwd command shorter name required issued cwd command after logging ftp server. cs5.5 logs website's ftp server without trouble , script looks this:
< 220 service ready new user
> user .myusername
< 331 password needed login
> pass
< 230 user hubing logged in successfully
> pwd
< 257 "/eh05/users/hubing" current directory
> pwd
< 257 "/eh05/users/hubing" current directory
> cwd //gs16/gs16/share/web/cvel
< 250 directory changed "/gs16/share/web/cvel"
> pwd
< 257 "/gs16/share/web/cvel" current directory
> cwd /gs16/share/web/cvel
< 250 directory changed "/gs16/share/web/cvel"
> pasv
< 227 entering passive mode (130,127,239,114,143,84)
> type a
< 200 type command ok a
> list
.......
dreamweaver cs6 , dreamweaver cc start out correctly, issue quit command:
< 220 service ready new user
> user myusername
< 331 password needed login
> pass
< 230 user hubing logged in successfully
> pwd
< 257 "/eh05/users/hubing" current directory
> cwd /eh05/users/hubing
< 250 directory changed "/eh05/users/hubing"
> cwd //gs16/gs16/share/web/cvel
< 250 directory changed "/gs16/share/web/cvel"
> pwd
< 257 "/gs16/share/web/cvel" current directory
> quit
< 221 closing session
any suggestions?
hi mremc,
are able test , establish connection in dw cs6 or cc without defining root folder?
what name of root folder?
possible share ftp details , .ste file on pm can test @ end.
thanks
bhawna
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment