Torna al Thread

Imports System.Collections.Generic Imports Utilities.FTP Dim fftp As New FTPclient("ftp://x69asterix.altervista.org/", Ftp.TextBox2.Text, Ftp.TextBox3.Text) If fftp.FtpFileExists(Ftp.Label9.Text + "/" + TextBox1.Text) Then 'rename a file fftp.FtpRename(Ftp.Label9.Text + "/" + TextBox1.Text, Ftp.Label9.Text + "/" + TextBox2.Text) 'delete a file ' Ftp.FtpDelete("/pub/newname.exe") End If
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5