How to get source files from GoDaddy to local machine
-
Hi All, I got my organizations web site url and account user name and password for Godaddy, I could able to open the file manager and see the source files there, but to make changes in the web site I want to download the source files and run and see how it is working. I was not given the source application, but the source files are there in the web site at Godaddy luckily. This is a pretty new organization, so they are not familiar with keeping source application it seems, what I want is I want to download those source files of Database and ASP.Net there on the GoDaddy and make it as an application and then make changes to it before uploading back on to Godaddy, please advise me regarding it, if I am not going in correct direction, I am new to this hosting and uploading. But when I open the file manager on GoDaddy I am only seeing upload link but not seeing the download link even after selecting the folders, I didn't select file because downloading each file and then managing it in application is little difficult. So I am checking the check box for the folder to download but no luck, please help me with this. Please any help, suggestion or code snippet of example helps me a lot I am also searching on google how to do it. Thanks in advance.
Thanks, Abdul Aleem "There is already enough hatred in the world lets spread love, compassion and affection."
-
Hi All, I got my organizations web site url and account user name and password for Godaddy, I could able to open the file manager and see the source files there, but to make changes in the web site I want to download the source files and run and see how it is working. I was not given the source application, but the source files are there in the web site at Godaddy luckily. This is a pretty new organization, so they are not familiar with keeping source application it seems, what I want is I want to download those source files of Database and ASP.Net there on the GoDaddy and make it as an application and then make changes to it before uploading back on to Godaddy, please advise me regarding it, if I am not going in correct direction, I am new to this hosting and uploading. But when I open the file manager on GoDaddy I am only seeing upload link but not seeing the download link even after selecting the folders, I didn't select file because downloading each file and then managing it in application is little difficult. So I am checking the check box for the folder to download but no luck, please help me with this. Please any help, suggestion or code snippet of example helps me a lot I am also searching on google how to do it. Thanks in advance.
Thanks, Abdul Aleem "There is already enough hatred in the world lets spread love, compassion and affection."
Connect via FTP using an FTP client and you can download whatever is there. Consult your account on godaddy to find out the host name and credentials. Note that if the site is asp.net and has been compiled you won't easily be able to make changes and recompile as the source files won't be there, the code is in assemblies (dll files). You'd need to decompile them using something like ilspy.
-
Connect via FTP using an FTP client and you can download whatever is there. Consult your account on godaddy to find out the host name and credentials. Note that if the site is asp.net and has been compiled you won't easily be able to make changes and recompile as the source files won't be there, the code is in assemblies (dll files). You'd need to decompile them using something like ilspy.