2014-03-13 164 views
-1

我在Azure中使用Windows 2012 R2 VM機器。我已閱讀多篇文章,在此環境中設置Filezilla服務器。但是,我不成功。任何人都面臨這個問題?任何解決方案將不勝感激。Windows Azure VM Filezilla FTP設置

+0

的可能重複[如何在Azure虛擬機設置FTP(http://stackoverflow.com/questions/18422391/how-to-setup-ftp-on-azure- vm) – astaykov

+1

歡迎來到StackOverflow!爲了從社區獲得最大收益,請先做好功課,然後在真正發佈之前自己搜索答案! – astaykov

+0

如何在Azure VM上安裝FTP描述IIS的步驟。不幸的是,我無法找到Filezilla服務器的正確解決方案。 – Karthick

回答

0

我現在正在處理同樣的事情。本地的FTP服務器效果很好。遠程我無法建立被動連接。根據我的研究,這是因爲Azure沒有設置爲Passive-FTP。我不確定我們是否可以讓FileZilla在主動FTP模式下運行。如果我知道它的底部,我會回覆。當前我的連接和認證,但'嘗試啓動到被動(傳輸)模式時無法檢索目錄列表'。

+0

那麼事情是怎麼回事? – DanilGholtsman

0

除了檢查虛擬機端點是否打開,如果您的Windows虛擬機上啓用了Windows防火牆,還一定要添加適當的Windows防火牆規則。

0

只記得FileZilla中添加到Windows防火牆:-)

0

是的,我們可以連接到通過客戶端的FileZilla服務器天青。 步驟:

Login to Azure portal: https://portal.azure.com 
Click on App Services. 
Select the Site and then click on Get publish profile. 

Save the file and open it in notepad.exe. 
The file contains 2 <publishProfile> sections. One is for Web Deploy and another for FTP. 
Under the <publishProfile> section for FTP make a note of the following values: 
    publishUrl (hostname only) 
    userName --------------------------> This is the information you are looking for 
    userPWD 

添加PublishUrl到主機名,用戶名和密碼,在各自的領域。

已連接。

該鏈接將給出圖像的步驟流程的詳細說明。

Here is the link.

感謝