FTP Sync Local & Remote Server files with VS code

แชร์
ฝัง

ความคิดเห็น • 83

  • @challashivakumar
    @challashivakumar 3 ปีที่แล้ว +2

    When i delete a file from vs code then its not deleting in server.. how to delete a file on server when i delete on vs code

  • @alesa6674
    @alesa6674 หลายเดือนก่อน

    Thanks Laurence for a great working tutorial.

  • @MrWilliamwright
    @MrWilliamwright 3 ปีที่แล้ว +1

    I love the simple straight forward video

  • @exilwiener_1
    @exilwiener_1 3 ปีที่แล้ว

    I do not getting the extension running. Most of the commands not working, sync is not working, upload a directory is not working, what can be an solution, because there is no alternative in the vs marketplace

  • @jaypatel721
    @jaypatel721 2 ปีที่แล้ว

    Hi, I set this up, but when I try to sync, I get "FTP-Sync: sync error: Timeout while connecting to server"
    I have VS Code installed on my laptop and syncing to a local VM on my laptop. I can ping the VM from my command prompt. any ideas?

    • @TechiePress
      @TechiePress  2 ปีที่แล้ว +1

      Jay, unfortunately this particular extension is not working well. Do you use GitHub? It would be better to use a GitHub action to deploy to your server. It’s more reliable.

  • @theman7050
    @theman7050 2 ปีที่แล้ว

    I am having an issue with Sass compiled CSS files. How would they we uploaded on changes that the scss file makes?

    • @TechiePress
      @TechiePress  2 ปีที่แล้ว

      I hope you are compiling your sass to css and linking the css File to the html or php

  • @FaustoDAsero
    @FaustoDAsero ปีที่แล้ว

    Congratulation man!

  • @lausianne
    @lausianne 2 ปีที่แล้ว +1

    Ok, thanks. But how can you see the difference between host and local before syncing? How can you exclude files/folders from syncing?

    • @TechiePress
      @TechiePress  2 ปีที่แล้ว +1

      That’s a tough question. I would advise that you use git or any version control tools to help you know which files are to be updated on the server.

  • @GrantAmbrose
    @GrantAmbrose ปีที่แล้ว +1

    Incredible! Just what I was looking for

  • @robbyprice8247
    @robbyprice8247 4 ปีที่แล้ว

    BEST VIDEO for explaining this on TH-cam! Thank you very much my friend. Very useful :)

    • @TechiePress
      @TechiePress  4 ปีที่แล้ว

      I am glad you found value in it.

    • @robbyprice8247
      @robbyprice8247 4 ปีที่แล้ว

      @@TechiePress May I ask please. What you think of liximomo.sftp extension vrs the extension you have referenced in your video? The SFTP extension has 700k downloads with 5 star, the FTP Sync has 4 star with less downloads.
      Thank you again.

    • @TechiePress
      @TechiePress  4 ปีที่แล้ว +1

      To be honest, I don’t have a preference. It’s jus that this gave me ease of use to do what I needed to do immediately and that was to ftp my files to server.

    • @robbyprice8247
      @robbyprice8247 4 ปีที่แล้ว +1

      @@TechiePress Ok thank you. The difference from what I see is SFTP vs FTP. I tried SFTP and had issue, so I am going to try FTP.

  • @mominadil2279
    @mominadil2279 2 ปีที่แล้ว

    Hello, thanks for this tutorial. A small question, can I open a workspace where I already did sync local to remote and continue where I left off? Or I have to make the connection again every time I open the workspace?

  • @netmidiainf
    @netmidiainf 2 ปีที่แล้ว

    Hi, very good!!. I'd like to know how I change de transfer mode to 'active' instead of 'passive'. I changed the parameter passsive: false, but doesn't work

  • @JaimeBIDtravel
    @JaimeBIDtravel 3 ปีที่แล้ว +2

    Great to know. Thanks for sharing. Question 🙋 please. How did you hide your username while recording the video? Which software do you use for broadcasting? Thanks!!

    • @TechiePress
      @TechiePress  3 ปีที่แล้ว +1

      Hey. I use screenflow. Does the screen recording and editing. I generally don’t have my username showing on the daily

    • @JaimeBIDtravel
      @JaimeBIDtravel 3 ปีที่แล้ว +1

      @@TechiePress thanks!!!

  • @alexjay1293
    @alexjay1293 2 ปีที่แล้ว +2

    you are great)
    thanks for help

  • @discretionem
    @discretionem 3 ปีที่แล้ว

    Bonjour. J'aimerais transférer mes fichiers un par un du local vers le serveur. Comment faire ? Merci

    • @TechiePress
      @TechiePress  3 ปีที่แล้ว

      Essayez d'utiliser un logiciel comme filezilla wiki.filezilla-project.org/Client_Installation et wiki.filezilla-project.org/Using

    • @discretionem
      @discretionem 3 ปีที่แล้ว

      @@TechiePress Merci. C'est ce que j'ai fait finalement, mais c'est dommage d'utiliser 2 logiciels.

  • @richard-schneider
    @richard-schneider 3 ปีที่แล้ว +1

    Thank you very much! But, the password is saved with plain text! How can I save the password encrypted? Or ask for password before update a file? If I write a blank in the password, this will make a "login incorrect" and the server will ban the IP :(

  • @ahmetraa
    @ahmetraa 9 หลายเดือนก่อน

    Right to the point! Thanks a lot!

  • @theman7050
    @theman7050 2 ปีที่แล้ว

    Wow where was this plugin???
    I spent hours last night trying to run SFTP with ftp-simple, Remote developer, ftp ssh, putty and God knows how many apps/extensions to make ssh private key work as my host, Bluehost is very strict in its policies. Thanks again, Laurence ✌🏼😁

  • @sehjpal
    @sehjpal 3 ปีที่แล้ว

    Thanks for sharing, could you please explain "allow" field for multi level directory inclusion.
    eg: I want to include
    1. code/include
    2. code/src/abc
    3. code/src/xyz
    Asuming there are more folders at each level.
    I tried:
    "remotePath": "./code"
    .
    .
    "allow": [
    "include"
    "src/abc",
    "src/xyz"
    ],
    But nothing is syncing.
    NOTE: if I use "abc" and "xyz" it works(along with remotePath: "./code/src"). Problem only with multi level directory in "allow" field
    TIA

  • @SabadaJohn
    @SabadaJohn 2 ปีที่แล้ว +1

    You saved me!!!! God Bless you

    • @TechiePress
      @TechiePress  2 ปีที่แล้ว

      If you use GitHub, you should try using the GitHub actions to reply your work. It’s is great!

  • @nishmamaskey1093
    @nishmamaskey1093 4 ปีที่แล้ว

    do you know if this extension can be used for FTP over SSL/TLS (implicit encryption)?

    • @TechiePress
      @TechiePress  4 ปีที่แล้ว

      Yes, it makes secure connections as well last I used it.

  • @technomicah
    @technomicah 2 ปีที่แล้ว

    Worked for a while. Very simple. But then it stopped working. Ftp connection hangs. Seems to create multiple login sessions and makes a mess of things.
    Tried uninstalling and re-installing, but no success.
    Just a tease. This plugin hasn't been updated since 2018.

    • @TechiePress
      @TechiePress  2 ปีที่แล้ว

      The extension is outdated unfortunately. I am using GitHub actions to sync my files when I develop now.

  • @MauroEliasBrunner
    @MauroEliasBrunner 3 ปีที่แล้ว

    A GODLIKE CREATURE TO SHOW US THE WEY THENKS

    • @TechiePress
      @TechiePress  3 ปีที่แล้ว

      I am glad it was helpful. Cheers!

  • @llBestBoyll
    @llBestBoyll 3 ปีที่แล้ว

    Nice dude
    that was helpful

  • @42_10_
    @42_10_ 2 ปีที่แล้ว +1

    THANK YOU SIR!

  • @ianm-cmd_rav1448
    @ianm-cmd_rav1448 4 ปีที่แล้ว

    Excellent. Productivity is the key.

    • @TechiePress
      @TechiePress  4 ปีที่แล้ว

      That's a good mantra. Will frame it.

  • @21thTek
    @21thTek 3 ปีที่แล้ว +1

    Excelent, thanks so much, wish you great success !! ⭐️ ⭐️ ⭐️ ⭐️ ⭐️

  • @ytcrashviral3477
    @ytcrashviral3477 3 ปีที่แล้ว

    Ini yg saya cari thank bro

  •  2 ปีที่แล้ว

    O M G! Still the best! Great work! Thank you so much :)

  • @noxinc
    @noxinc 8 หลายเดือนก่อน

    Thank you man!

  • @mrrarerooster3578
    @mrrarerooster3578 ปีที่แล้ว

    Excelent video - thannks for sharing this -

  • @aigooner406
    @aigooner406 2 ปีที่แล้ว

    Thank you, my brother!!! It's really help me !!!!

  • @hobbyrider2
    @hobbyrider2 4 ปีที่แล้ว +1

    awesome. thank you. exactly what I was looking for

  • @hidayatlahabu3345
    @hidayatlahabu3345 2 ปีที่แล้ว

    Thank's this video realy help me

  • @nielsentomazini
    @nielsentomazini 3 ปีที่แล้ว

    Awesome. Thanks for sharing. Exactly what I needed.

  • @LarsMach
    @LarsMach 3 ปีที่แล้ว +1

    Great! - Thanks a lot!

  • @TheNinjai74
    @TheNinjai74 3 ปีที่แล้ว

    Thank you very much for sharing! Just what I needed. Great video.

  • @klmarsha2011
    @klmarsha2011 3 ปีที่แล้ว

    This helped me so much thank you!

  • @hkeyet
    @hkeyet 3 ปีที่แล้ว

    merci :)

  • @ravivarman97
    @ravivarman97 4 ปีที่แล้ว

    what the best place to learn wordpress development ?

    • @TechiePress
      @TechiePress  4 ปีที่แล้ว

      There are so many places. Choose one thing to learn and start from there. Master it and move to the next.

    • @TechiePress
      @TechiePress  4 ปีที่แล้ว

      But you will get loads of things about Wordpress shared here on this channel for both beginner, intermediary and advanced. If you want basic, go to WPbeginner.com or learn.Wordpress.com

  • @jadealombro
    @jadealombro 4 ปีที่แล้ว +1

    Thank you! This helped me.

    • @TechiePress
      @TechiePress  4 ปีที่แล้ว

      I am glad. Hope to make more things with value

  • @chris_ea
    @chris_ea 3 ปีที่แล้ว +1

    Thanks!

  • @GeordiLaForgery
    @GeordiLaForgery 4 ปีที่แล้ว +1

    Top man, thanks.

  • @fabianl1156
    @fabianl1156 3 ปีที่แล้ว

    Thank you so much 🙌

  • @aogunnaike
    @aogunnaike 4 ปีที่แล้ว +1

    Thanks BOSS 👍👊

  • @duyduongduyduong
    @duyduongduyduong 3 ปีที่แล้ว

    thanks, simple for use!

  • @adifirmanilham
    @adifirmanilham 3 ปีที่แล้ว

    great bro!

  • @mariano500
    @mariano500 3 ปีที่แล้ว +1

    Thanks

  • @BiggiDroid
    @BiggiDroid 4 ปีที่แล้ว

    Love this

  • @marcinbiaecki9731
    @marcinbiaecki9731 3 ปีที่แล้ว +1

    Thank you :)

    • @TechiePress
      @TechiePress  3 ปีที่แล้ว +1

      You are welcome. Have a nice day.

  • @rods9117
    @rods9117 4 ปีที่แล้ว

    Thank you! This is an amazing tip

  • @edilson.bitencourt
    @edilson.bitencourt 4 ปีที่แล้ว +1

    Very good. Thanks =)

  • @aslancan860
    @aslancan860 3 ปีที่แล้ว

    thanks a lot. :)

  • @АндрійГрушецький-ъ2т
    @АндрійГрушецький-ъ2т 4 ปีที่แล้ว

    thank you, great video

  •  ปีที่แล้ว

    thanks!!!!

  • @uchesmartmonday471
    @uchesmartmonday471 3 ปีที่แล้ว

    Thanks so so so much.

    • @TechiePress
      @TechiePress  3 ปีที่แล้ว

      You are welcome! Thanks for watching

  • @LycaonGamer
    @LycaonGamer 3 ปีที่แล้ว

    thank men... :D i like

  • @FrissOderLassEs
    @FrissOderLassEs ปีที่แล้ว

    Heard the accent, closed the video

  • @ondrejrambousek9250
    @ondrejrambousek9250 11 หลายเดือนก่อน

    Thanks. Exactly what I was looking for!