<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fatih DEMİRCİ &#187; ftp</title>
	<atom:link href="http://www.fatihdemirci.net/index.php/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fatihdemirci.net</link>
	<description>Microsoft MVP &#124; MCT &#124; Solution Architect &#124; AI-Ready ERP &#38; CRM Copilot &#38; Agentic Business Applications</description>
	<lastBuildDate>Sat, 30 May 2026 11:09:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Axapta’da FTP işlemleri</title>
		<link>https://www.fatihdemirci.net/index.php/2010/03/03/axaptada-ftp-islemleri/</link>
		<comments>https://www.fatihdemirci.net/index.php/2010/03/03/axaptada-ftp-islemleri/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:11:27 +0000</pubDate>
		<dc:creator>Fatih Demirci</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[x++]]></category>
		<category><![CDATA[Ax 2009]]></category>
		<category><![CDATA[Axapta]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://www.fatihdemirci.net/?p=216</guid>
		<description><![CDATA[Ax içinden uzaktaki bir FTP adresine ulaşarak dosya işlemlerini gerçekleştirme. WinInet class&#8217;ına ihtiyaç duyar. xpo olarak içeri aktarabilirsiniz. İndirmek için tıklayın static void TestFTP(Args _args) {     int handle;     WinInet inet = new WinInet();     ;     handle = inet.internetConnect(&#8216;ftp.xxxx.org&#8217;,'user name&#8217;,'password&#8216;);     inet.FtpSetCurrentDirectory(handle,&#8217;//http&#8217;); //çalışacağımız klasörü seçiyoruz.     inet.ftpDeleteFile(handle,&#8217;1.txt&#8217;);     inet.FtpPutFile(handle,&#8217;C:\\2.txt&#8217;,&#8217;2.txt&#8217;);     inet.ftpGetFile(handle,&#8217;1.txt&#8217;,'e:\\1.txt&#8217;);     inet.ftpRenameFile(handle,&#8217;1.txt&#8217;,&#8217;111.txt&#8217;); [...]]]></description>
		<wfw:commentRss>https://www.fatihdemirci.net/index.php/2010/03/03/axaptada-ftp-islemleri/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
