133 How to upload files to sftp server using SSIS or C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

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

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

    Thank you so much. This comes in handy since I have a task which I have to transfer files. This is so helpful.

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

      You are most welcome Catusae.

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

    Excellent tutorial using c# code upload the file(s) in ssis

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

      Thank you Abhilash Sir.

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

    Thanks you so much.🙏

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

      You are most welcome Srinidhi.

  • @7to7media
    @7to7media 2 ปีที่แล้ว

    please make a video on
    if any task failed in loop how send email ✉️

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

      If you are using Send Mail task to send the email, then in the OnError event of SSIS package you can configure the SSIS package to send emails, and you can use the Error description System variable in the Message body of Send Mail task, You can find the Error Description System variable inside the expressions of Send Mail task.
      I have created a video how to send email on package failure but I showed sending the email from C# using gmail smtp server.
      Another video I created on how to send email on package start and package end using Send Mail task, I think both emails can give you an idea
      th-cam.com/video/X4HooQ_xbNY/w-d-xo.html
      th-cam.com/video/wV2akLdQ640/w-d-xo.html

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

    I have bit different requirement. I have to upload xml file but that file is generating dynamically as in we are not storing in local. But have to upload the dynamically created xml file to sftp server . Could you please help me

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

      First you would need to create the file locally, you can't directly make the file on ftp server. So first create the file locally and then in second step you can easily upload them to ftp server similar to how we are uploading the flat files to ftp server.

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

    hi sir
    aapki video boht useful hai mere liye
    Kya aap mera 1 doubt solve kar sakte hai
    mujhe 1 query daily run karni us query ka output mujhe online excel ke sharepoint par daily upload karna hai
    isko ssis me kaise karenge
    kyunki offline excel me hojayega lekin online excel me kaise upload kare

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

    Thank you so much, this was helpful.
    IS there a way to connect using ppk or RSA key file instead of password?

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

      Sorry not sure about that.

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

    Hi @ aquil please do continuation video regarding to unit test

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

    where I can download the dll?

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

      In the description of the video there is a link to download, there you can find the folder with the name of the video.

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

    Can i upload 70gb software file

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

      Not sure, you can try.