Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Michael Jensen 7 posts 77 karma points
    Jun 28, 2023 @ 09:24
    Michael  Jensen
    0

    how to make a projekt on FTP

    Hey,

    how do i make a projekt on a ftp server..

    Do i build it whit dotnet in promt and just upload to ftp whitout starting it.. ?

    ore what is the deal..

    my webhost is a bit wage on how to do it.

    Bestregards

    Michael.

  • Michael Jensen 7 posts 77 karma points
    Jul 03, 2023 @ 07:56
    Michael  Jensen
    0

    Is thear no one that can help whit this..

    i have bin useing version 8 up til now and like to chance bu i only have visual code and cant figure out you to ger at clean Umbraco on to my FTP server.

    i perfere not to make projekts local as i most of my time is om mac and not at home so i work alot when i travel. and only at home lab have at win 10 machine.

    i can fine make the projekts on the windows 10 machine it is getting it on to the webserver whit out evet lodig the ombraco instanes so it is set up whit web server DB and all the things

    Bestregards

    Michael.

  • Meni 271 posts 528 karma points
    Jul 12, 2023 @ 17:10
    Meni
    0

    You don’t have to use Visual Studio or VSC, all you need to do from version 9 and up is open command line (start -> cmd), then navigate to your website folder (cd my_project ), then you type the following command:

    dotnet publish

    Then you copy what inside the publish folder to your ftp

    Publish folder will be inside bin/debug/net7.0/publish (It will also tell you in the command line after you do dotnet publish)

    Make sure to delete the current files from your ftp before you copy the new version files

  • Johan Reitsma 68 posts 234 karma points MVP
    Jul 12, 2023 @ 07:31
    Johan Reitsma
    0

    Hi Michael,

    If you publish it to a local folder you can upload all the files from that to your provider.

    Are you using vs code?

  • Michael Jensen 7 posts 77 karma points
    Aug 16, 2023 @ 08:40
    Michael  Jensen
    0

    sorry for late reply sommer vacation.

    Meni.. have tryed it and then i ger errovers when i use system when i try to save tampletes and so.

    but i give et a try agin.

    Johan

    i have Visual Studio 22 anc visual Code..

  • Johan Reitsma 68 posts 234 karma points MVP
    Aug 16, 2023 @ 08:48
  • Michael Jensen 7 posts 77 karma points
    Aug 16, 2023 @ 10:28
    Michael  Jensen
    0

    thanks i try that..

Please Sign in or register to post replies

Write your reply to:

Draft