How to resolve FTP Error “Failed to retrieve directory listing” for Administrator account in IIS 7.5 The Next CEO of Stack OverflowFailed to retrieved directory listingFTP connection is succssful via finder in mac, but not through filezilla and terminalIIS 7.5 FTP “error in the push function”vsftpd not responding to LISTFTP not showing files or directoriesSetting up VSFTPD on AWS EC2 InstanceFailed to retrieved directory listingFTP hanging at “150 Here comes the directory listing.”IIS 7.5 FTP and Virtual DirectoryPassive FTP connecton not working on Windows Server 2012IIS 8.5 FTP - “501 Server cannot accept argument” in response to PORT commandWindows Server 2012 r2 firewall settings for FTP in active mode
Real integral using residue theorem - why doesn't this work?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
Which kind of appliances can one connect to electric sockets located in an airplane's toilet?
Why didn't Khan get resurrected in the Genesis Explosion?
If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?
What can we do to stop prior company from asking us questions?
Is it professional to write unrelated content in an almost-empty email?
How do we know the LHC results are robust?
How to count occurrences of text in a file?
MessageLevel in QGIS3
Is it possible to search for a directory/file combination?
Would a galaxy be visible from outside, but nearby?
Why does the UK parliament need a vote on the political declaration?
Novel about a guy who is possessed by the divine essence and the world ends?
Inappropriate reference requests from Journal reviewers
How does the Z80 determine which peripheral sent an interrupt?
Rotate a column
How to safely derail a train during transit?
Is it ever safe to open a suspicious html file (e.g. email attachment)?
What does "Its cash flow is deeply negative" mean?
Can I equip Skullclamp on a creature I am sacrificing?
Are there any limitations on attacking while grappling?
What connection does MS Office have to Netscape Navigator?
How do I reset passwords on multiple websites easily?
How to resolve FTP Error “Failed to retrieve directory listing” for Administrator account in IIS 7.5
The Next CEO of Stack OverflowFailed to retrieved directory listingFTP connection is succssful via finder in mac, but not through filezilla and terminalIIS 7.5 FTP “error in the push function”vsftpd not responding to LISTFTP not showing files or directoriesSetting up VSFTPD on AWS EC2 InstanceFailed to retrieved directory listingFTP hanging at “150 Here comes the directory listing.”IIS 7.5 FTP and Virtual DirectoryPassive FTP connecton not working on Windows Server 2012IIS 8.5 FTP - “501 Server cannot accept argument” in response to PORT commandWindows Server 2012 r2 firewall settings for FTP in active mode
Using my administrator account, I FTP connected to my IIS 7.5 FTP Site with FileZilla. I was able to successfully upload a file, but I keep getting a "Failed to retrieve directory listing" in response.
In passive mode, the command, response and error are:
Command: LIST
Response: 150 Opening BINARY mode data connection.
Response: 550 The network connection was aborted by the local system.
Error: Failed to retrieve directory listing
In active mode, the command, response and error are:
Command: PORT 192,168,1,129,102,151
Response: 501 Server cannot accept argument.
Error: Failed to retrieve directory listing
What have I done wrong?
iis iis-7 iis-7.5 ftp
add a comment |
Using my administrator account, I FTP connected to my IIS 7.5 FTP Site with FileZilla. I was able to successfully upload a file, but I keep getting a "Failed to retrieve directory listing" in response.
In passive mode, the command, response and error are:
Command: LIST
Response: 150 Opening BINARY mode data connection.
Response: 550 The network connection was aborted by the local system.
Error: Failed to retrieve directory listing
In active mode, the command, response and error are:
Command: PORT 192,168,1,129,102,151
Response: 501 Server cannot accept argument.
Error: Failed to retrieve directory listing
What have I done wrong?
iis iis-7 iis-7.5 ftp
add a comment |
Using my administrator account, I FTP connected to my IIS 7.5 FTP Site with FileZilla. I was able to successfully upload a file, but I keep getting a "Failed to retrieve directory listing" in response.
In passive mode, the command, response and error are:
Command: LIST
Response: 150 Opening BINARY mode data connection.
Response: 550 The network connection was aborted by the local system.
Error: Failed to retrieve directory listing
In active mode, the command, response and error are:
Command: PORT 192,168,1,129,102,151
Response: 501 Server cannot accept argument.
Error: Failed to retrieve directory listing
What have I done wrong?
iis iis-7 iis-7.5 ftp
Using my administrator account, I FTP connected to my IIS 7.5 FTP Site with FileZilla. I was able to successfully upload a file, but I keep getting a "Failed to retrieve directory listing" in response.
In passive mode, the command, response and error are:
Command: LIST
Response: 150 Opening BINARY mode data connection.
Response: 550 The network connection was aborted by the local system.
Error: Failed to retrieve directory listing
In active mode, the command, response and error are:
Command: PORT 192,168,1,129,102,151
Response: 501 Server cannot accept argument.
Error: Failed to retrieve directory listing
What have I done wrong?
iis iis-7 iis-7.5 ftp
iis iis-7 iis-7.5 ftp
asked Jun 10 '11 at 18:48
smartcavemansmartcaveman
3602517
3602517
add a comment |
add a comment |
8 Answers
8
active
oldest
votes
I was having this issue as well and it was related to the data ports being selected by IIS. I set it up to use a specific port range but when my client tried to use passive mode it showed that it was using the wrong port.
This article describes the method for calculating which port it is using. e.g.
227 Entering Passive Mode (x1,x2,x3,x4,y1,y2)
The IP it would be using is x1.x2.x3.x4 and port (y1*256) + y2. I was seeing the wrong values for y1 and y2 so I had to restart "Microsoft FTP Service" to actually get it to recognize the values I had set in the FTP Firewall Settings in IIS.
1
Thanks. Restarting the Microsoft FTP Service solved the issue for me.
– Shiv
Jul 6 '15 at 1:57
My server's IP changed -- this revealed that the old IP was in use somewhere... Hrmph
– mjohnsonengr
Jan 13 '16 at 20:01
It was the "External IP Address of Firewall" in the "Firewall Support" section -- optional according to iis.net/configreference/system.applicationhost/sites/site/…
– mjohnsonengr
Jan 13 '16 at 20:12
add a comment |
Sounds like Firewall configuration issue. Please have a look at this article (if you have not done it already): http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/
add a comment |
For me, restart did not help, but disabling passive mode did.
2
I explicitly set active mode in FileZilla and it worked for me.
– Sohail Ahmed
Aug 22 '16 at 9:31
add a comment |
I had same problem, but I've got a solution.
Check your location path ftp directory and add user everyone
with full access for this folder.
Isn't that a security risk?
– Zeeshan
Sep 13 '16 at 5:19
add a comment |
Here is a solution from Microsoft.
http://www.iis.net/configreference/system.applicationhost/sites/sitedefaults/ftpserver/directorybrowse
Installing the FTP Extensibility feature and enabling listing under Directory browsing, solved my issue.
add a comment |
I had the same error on Windows 2008 Server and had to allow everything (Passive ports) on both my firewall and on Windows Firewall (Public Profile) and had to upgrade from IIS 6.0 FTP to IIS 7.5 FTP.
That's a very drastic firewall solution to a specific problem.
– itsbruce
Oct 18 '12 at 7:54
I do not mean all ports, but all FTP passive ports
– Alexandre Marcondes
Oct 18 '12 at 14:35
add a comment |
Ran into the same exact issue and after setting up FTP Firewall Support
in IIS to match my external IP, still had the issue. As a last step, I went to edit the actual FTP rule in the Windows Firewall
and allowed Edge traversal -> Allow Edge Traversal
under the Advanced
tab hit Apply/OK
and restarted the FTPSVC
in the Services. After that I no longer had any issues.
add a comment |
the 2nd post in this thread helped me:
Cannot list directory on IIS FTP Passive
i ran this from the commandline:
netsh advfirewall set global StatefulFtp enable
net stop ftpsvc
net start ftpsvc
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f279286%2fhow-to-resolve-ftp-error-failed-to-retrieve-directory-listing-for-administrato%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
I was having this issue as well and it was related to the data ports being selected by IIS. I set it up to use a specific port range but when my client tried to use passive mode it showed that it was using the wrong port.
This article describes the method for calculating which port it is using. e.g.
227 Entering Passive Mode (x1,x2,x3,x4,y1,y2)
The IP it would be using is x1.x2.x3.x4 and port (y1*256) + y2. I was seeing the wrong values for y1 and y2 so I had to restart "Microsoft FTP Service" to actually get it to recognize the values I had set in the FTP Firewall Settings in IIS.
1
Thanks. Restarting the Microsoft FTP Service solved the issue for me.
– Shiv
Jul 6 '15 at 1:57
My server's IP changed -- this revealed that the old IP was in use somewhere... Hrmph
– mjohnsonengr
Jan 13 '16 at 20:01
It was the "External IP Address of Firewall" in the "Firewall Support" section -- optional according to iis.net/configreference/system.applicationhost/sites/site/…
– mjohnsonengr
Jan 13 '16 at 20:12
add a comment |
I was having this issue as well and it was related to the data ports being selected by IIS. I set it up to use a specific port range but when my client tried to use passive mode it showed that it was using the wrong port.
This article describes the method for calculating which port it is using. e.g.
227 Entering Passive Mode (x1,x2,x3,x4,y1,y2)
The IP it would be using is x1.x2.x3.x4 and port (y1*256) + y2. I was seeing the wrong values for y1 and y2 so I had to restart "Microsoft FTP Service" to actually get it to recognize the values I had set in the FTP Firewall Settings in IIS.
1
Thanks. Restarting the Microsoft FTP Service solved the issue for me.
– Shiv
Jul 6 '15 at 1:57
My server's IP changed -- this revealed that the old IP was in use somewhere... Hrmph
– mjohnsonengr
Jan 13 '16 at 20:01
It was the "External IP Address of Firewall" in the "Firewall Support" section -- optional according to iis.net/configreference/system.applicationhost/sites/site/…
– mjohnsonengr
Jan 13 '16 at 20:12
add a comment |
I was having this issue as well and it was related to the data ports being selected by IIS. I set it up to use a specific port range but when my client tried to use passive mode it showed that it was using the wrong port.
This article describes the method for calculating which port it is using. e.g.
227 Entering Passive Mode (x1,x2,x3,x4,y1,y2)
The IP it would be using is x1.x2.x3.x4 and port (y1*256) + y2. I was seeing the wrong values for y1 and y2 so I had to restart "Microsoft FTP Service" to actually get it to recognize the values I had set in the FTP Firewall Settings in IIS.
I was having this issue as well and it was related to the data ports being selected by IIS. I set it up to use a specific port range but when my client tried to use passive mode it showed that it was using the wrong port.
This article describes the method for calculating which port it is using. e.g.
227 Entering Passive Mode (x1,x2,x3,x4,y1,y2)
The IP it would be using is x1.x2.x3.x4 and port (y1*256) + y2. I was seeing the wrong values for y1 and y2 so I had to restart "Microsoft FTP Service" to actually get it to recognize the values I had set in the FTP Firewall Settings in IIS.
answered Jan 21 '15 at 15:44
Jake AndersonJake Anderson
12114
12114
1
Thanks. Restarting the Microsoft FTP Service solved the issue for me.
– Shiv
Jul 6 '15 at 1:57
My server's IP changed -- this revealed that the old IP was in use somewhere... Hrmph
– mjohnsonengr
Jan 13 '16 at 20:01
It was the "External IP Address of Firewall" in the "Firewall Support" section -- optional according to iis.net/configreference/system.applicationhost/sites/site/…
– mjohnsonengr
Jan 13 '16 at 20:12
add a comment |
1
Thanks. Restarting the Microsoft FTP Service solved the issue for me.
– Shiv
Jul 6 '15 at 1:57
My server's IP changed -- this revealed that the old IP was in use somewhere... Hrmph
– mjohnsonengr
Jan 13 '16 at 20:01
It was the "External IP Address of Firewall" in the "Firewall Support" section -- optional according to iis.net/configreference/system.applicationhost/sites/site/…
– mjohnsonengr
Jan 13 '16 at 20:12
1
1
Thanks. Restarting the Microsoft FTP Service solved the issue for me.
– Shiv
Jul 6 '15 at 1:57
Thanks. Restarting the Microsoft FTP Service solved the issue for me.
– Shiv
Jul 6 '15 at 1:57
My server's IP changed -- this revealed that the old IP was in use somewhere... Hrmph
– mjohnsonengr
Jan 13 '16 at 20:01
My server's IP changed -- this revealed that the old IP was in use somewhere... Hrmph
– mjohnsonengr
Jan 13 '16 at 20:01
It was the "External IP Address of Firewall" in the "Firewall Support" section -- optional according to iis.net/configreference/system.applicationhost/sites/site/…
– mjohnsonengr
Jan 13 '16 at 20:12
It was the "External IP Address of Firewall" in the "Firewall Support" section -- optional according to iis.net/configreference/system.applicationhost/sites/site/…
– mjohnsonengr
Jan 13 '16 at 20:12
add a comment |
Sounds like Firewall configuration issue. Please have a look at this article (if you have not done it already): http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/
add a comment |
Sounds like Firewall configuration issue. Please have a look at this article (if you have not done it already): http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/
add a comment |
Sounds like Firewall configuration issue. Please have a look at this article (if you have not done it already): http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/
Sounds like Firewall configuration issue. Please have a look at this article (if you have not done it already): http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/
answered Jun 14 '11 at 22:47
LazyOneLazyOne
2,74411215
2,74411215
add a comment |
add a comment |
For me, restart did not help, but disabling passive mode did.
2
I explicitly set active mode in FileZilla and it worked for me.
– Sohail Ahmed
Aug 22 '16 at 9:31
add a comment |
For me, restart did not help, but disabling passive mode did.
2
I explicitly set active mode in FileZilla and it worked for me.
– Sohail Ahmed
Aug 22 '16 at 9:31
add a comment |
For me, restart did not help, but disabling passive mode did.
For me, restart did not help, but disabling passive mode did.
answered Dec 26 '15 at 2:28
ViteXikoraViteXikora
411
411
2
I explicitly set active mode in FileZilla and it worked for me.
– Sohail Ahmed
Aug 22 '16 at 9:31
add a comment |
2
I explicitly set active mode in FileZilla and it worked for me.
– Sohail Ahmed
Aug 22 '16 at 9:31
2
2
I explicitly set active mode in FileZilla and it worked for me.
– Sohail Ahmed
Aug 22 '16 at 9:31
I explicitly set active mode in FileZilla and it worked for me.
– Sohail Ahmed
Aug 22 '16 at 9:31
add a comment |
I had same problem, but I've got a solution.
Check your location path ftp directory and add user everyone
with full access for this folder.
Isn't that a security risk?
– Zeeshan
Sep 13 '16 at 5:19
add a comment |
I had same problem, but I've got a solution.
Check your location path ftp directory and add user everyone
with full access for this folder.
Isn't that a security risk?
– Zeeshan
Sep 13 '16 at 5:19
add a comment |
I had same problem, but I've got a solution.
Check your location path ftp directory and add user everyone
with full access for this folder.
I had same problem, but I've got a solution.
Check your location path ftp directory and add user everyone
with full access for this folder.
edited Oct 11 '12 at 5:50
HopelessN00b
48.5k24116194
48.5k24116194
answered Jul 9 '12 at 3:21
BewareQQBewareQQ
212
212
Isn't that a security risk?
– Zeeshan
Sep 13 '16 at 5:19
add a comment |
Isn't that a security risk?
– Zeeshan
Sep 13 '16 at 5:19
Isn't that a security risk?
– Zeeshan
Sep 13 '16 at 5:19
Isn't that a security risk?
– Zeeshan
Sep 13 '16 at 5:19
add a comment |
Here is a solution from Microsoft.
http://www.iis.net/configreference/system.applicationhost/sites/sitedefaults/ftpserver/directorybrowse
Installing the FTP Extensibility feature and enabling listing under Directory browsing, solved my issue.
add a comment |
Here is a solution from Microsoft.
http://www.iis.net/configreference/system.applicationhost/sites/sitedefaults/ftpserver/directorybrowse
Installing the FTP Extensibility feature and enabling listing under Directory browsing, solved my issue.
add a comment |
Here is a solution from Microsoft.
http://www.iis.net/configreference/system.applicationhost/sites/sitedefaults/ftpserver/directorybrowse
Installing the FTP Extensibility feature and enabling listing under Directory browsing, solved my issue.
Here is a solution from Microsoft.
http://www.iis.net/configreference/system.applicationhost/sites/sitedefaults/ftpserver/directorybrowse
Installing the FTP Extensibility feature and enabling listing under Directory browsing, solved my issue.
answered Sep 21 '14 at 13:19
FaizFaiz
1213
1213
add a comment |
add a comment |
I had the same error on Windows 2008 Server and had to allow everything (Passive ports) on both my firewall and on Windows Firewall (Public Profile) and had to upgrade from IIS 6.0 FTP to IIS 7.5 FTP.
That's a very drastic firewall solution to a specific problem.
– itsbruce
Oct 18 '12 at 7:54
I do not mean all ports, but all FTP passive ports
– Alexandre Marcondes
Oct 18 '12 at 14:35
add a comment |
I had the same error on Windows 2008 Server and had to allow everything (Passive ports) on both my firewall and on Windows Firewall (Public Profile) and had to upgrade from IIS 6.0 FTP to IIS 7.5 FTP.
That's a very drastic firewall solution to a specific problem.
– itsbruce
Oct 18 '12 at 7:54
I do not mean all ports, but all FTP passive ports
– Alexandre Marcondes
Oct 18 '12 at 14:35
add a comment |
I had the same error on Windows 2008 Server and had to allow everything (Passive ports) on both my firewall and on Windows Firewall (Public Profile) and had to upgrade from IIS 6.0 FTP to IIS 7.5 FTP.
I had the same error on Windows 2008 Server and had to allow everything (Passive ports) on both my firewall and on Windows Firewall (Public Profile) and had to upgrade from IIS 6.0 FTP to IIS 7.5 FTP.
answered Oct 18 '12 at 0:03
Alexandre MarcondesAlexandre Marcondes
1396
1396
That's a very drastic firewall solution to a specific problem.
– itsbruce
Oct 18 '12 at 7:54
I do not mean all ports, but all FTP passive ports
– Alexandre Marcondes
Oct 18 '12 at 14:35
add a comment |
That's a very drastic firewall solution to a specific problem.
– itsbruce
Oct 18 '12 at 7:54
I do not mean all ports, but all FTP passive ports
– Alexandre Marcondes
Oct 18 '12 at 14:35
That's a very drastic firewall solution to a specific problem.
– itsbruce
Oct 18 '12 at 7:54
That's a very drastic firewall solution to a specific problem.
– itsbruce
Oct 18 '12 at 7:54
I do not mean all ports, but all FTP passive ports
– Alexandre Marcondes
Oct 18 '12 at 14:35
I do not mean all ports, but all FTP passive ports
– Alexandre Marcondes
Oct 18 '12 at 14:35
add a comment |
Ran into the same exact issue and after setting up FTP Firewall Support
in IIS to match my external IP, still had the issue. As a last step, I went to edit the actual FTP rule in the Windows Firewall
and allowed Edge traversal -> Allow Edge Traversal
under the Advanced
tab hit Apply/OK
and restarted the FTPSVC
in the Services. After that I no longer had any issues.
add a comment |
Ran into the same exact issue and after setting up FTP Firewall Support
in IIS to match my external IP, still had the issue. As a last step, I went to edit the actual FTP rule in the Windows Firewall
and allowed Edge traversal -> Allow Edge Traversal
under the Advanced
tab hit Apply/OK
and restarted the FTPSVC
in the Services. After that I no longer had any issues.
add a comment |
Ran into the same exact issue and after setting up FTP Firewall Support
in IIS to match my external IP, still had the issue. As a last step, I went to edit the actual FTP rule in the Windows Firewall
and allowed Edge traversal -> Allow Edge Traversal
under the Advanced
tab hit Apply/OK
and restarted the FTPSVC
in the Services. After that I no longer had any issues.
Ran into the same exact issue and after setting up FTP Firewall Support
in IIS to match my external IP, still had the issue. As a last step, I went to edit the actual FTP rule in the Windows Firewall
and allowed Edge traversal -> Allow Edge Traversal
under the Advanced
tab hit Apply/OK
and restarted the FTPSVC
in the Services. After that I no longer had any issues.
answered Oct 20 '17 at 14:43
vandshvandsh
1112
1112
add a comment |
add a comment |
the 2nd post in this thread helped me:
Cannot list directory on IIS FTP Passive
i ran this from the commandline:
netsh advfirewall set global StatefulFtp enable
net stop ftpsvc
net start ftpsvc
New contributor
add a comment |
the 2nd post in this thread helped me:
Cannot list directory on IIS FTP Passive
i ran this from the commandline:
netsh advfirewall set global StatefulFtp enable
net stop ftpsvc
net start ftpsvc
New contributor
add a comment |
the 2nd post in this thread helped me:
Cannot list directory on IIS FTP Passive
i ran this from the commandline:
netsh advfirewall set global StatefulFtp enable
net stop ftpsvc
net start ftpsvc
New contributor
the 2nd post in this thread helped me:
Cannot list directory on IIS FTP Passive
i ran this from the commandline:
netsh advfirewall set global StatefulFtp enable
net stop ftpsvc
net start ftpsvc
New contributor
New contributor
answered yesterday
StealthOneStealthOne
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f279286%2fhow-to-resolve-ftp-error-failed-to-retrieve-directory-listing-for-administrato%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown