Jump to content

Ams Ile Ftp Upload


kimtakar
 Share

Recommended Posts

Arkadaşlar projemde dosya yedeklerimi ftp sunucusuna aktarmak için basit bi kod demeti yazdım ama çalıştıramıyorum yardım ederseniz sevinirim.

 

 

kod:

 

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

sunucu = Input.GetText("sunucu")
ad = Input.GetText("adi")
sifre= Input.GetText("sifre")
 
FTP.Connect( sunucu, ad, sifre, "", true)
FTP.Upload( _SourceFolder .. "Up_yedek\\yedekler.zip", "yedekler.zip");
FTP.Disconnect ();
Dialog.Message("Tebrikler", "Yedekleme işleminiz tamamlanmıştır", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
nerde hata yapıyorum?
Edited by kimtakar
Link to comment
Share on other sites

FTP.Upload(_SourceFolder .. "\\Up_yedek\\yedekler.zip", "yedekler.zip");

böyle dene

 

çalışmadı yani "filezilla sever" ile deneme sunucu oluşturdum onda deniyorum, sunucuya bağlanıyo gibi oluyo ama bağlanmıyo, kodlardaki sorun nedir acaba

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...