Azure FTP Issue - cannot upload files -


i cannot connect azure ftp account. see folder try upload files to, site folder using filezilla do, see of files fail upload. else has similar issues?

ftp on azure works "passive mode".

check out link http://blogs.msdn.com/b/wats/archive/2013/12/13/setting-up-a-passive-ftp-server-in-windows-azure-vm.aspx , follow every step set passive mode.

you need tell ftp client keep connection alive doesn't start second connection while first connection still alive. set in filezilla client, go edit, settings, connection, ftp, , check "send ftp keep-alive commands" checkbox.

hope helps!


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -