' 26/06/2026 Se inicializa HoraControl
This commit is contained in:
2
ftp.vb
2
ftp.vb
@@ -3,7 +3,7 @@ Imports System.Security.Authentication
|
||||
Imports System.Threading
|
||||
Imports FluentFTP
|
||||
Public Class ftp
|
||||
Public Shared HoraControl As DateTime
|
||||
Public Shared HoraControl As DateTime = Now
|
||||
Public Shared Function ObtenerFechaDeModificacion(Fichero As String, ServidorFTP As ServidorFTP) As Date
|
||||
Try
|
||||
Dim ftp As New FtpClient(ServidorFTP.Servidor, ServidorFTP.Usuario, ServidorFTP.Contraseña, ServidorFTP.Puerto)
|
||||
|
||||
Reference in New Issue
Block a user