Questions tagged as 'ftp'

1
answer

Insert SQL Server records via ftp file.txt

I have the following structure in a .txt file from an FTP server: CodigoPedido: 120952 DataPedido: 2014-03-11-10:19 LocalVenda: MERCADO LIVRE Status: A ENVIAR Parceiro: 0 IdCliente: 103002 NomeCliente: Juliano Ramires Garcia | JRAMIRES G...
asked by 11.03.2014 / 15:11
2
answers

Starting GIT by Terminal

I'm trying to give git init through the terminal and when I type this command it accuses that the 'config' and '.git' folder already exist, etc. Also when I try to use git add * it takes time to add the file, now I do not know if it's because of...
asked by 25.06.2014 / 00:21
2
answers

WebClient drops a wrong string

I'm trying to create a virtual intelligence system, and hosted the language files in my FTP. These files are from a language I made myself, called SVDB, and hosted on FTP, and when I download in the application the text file it comes with HTML....
asked by 02.01.2016 / 22:43
0
answers

FTP upload with PHP, is not sending the image [closed]

Based on the code below I'm trying to send an image through the FTP protocol, but the file is not being sent, something tells me it's in the path of the file, <?php $arquivo = $_FILES["fileToUpload"]["name"]; $servidor = 'servidor'; $target...
asked by 12.06.2015 / 22:54
2
answers

Are files not used in the site loaded?

Let's say I have several files on my site ftp, such as images I'm not using in the site, obsolete images, or files I want to save in that domain. When I access this site, are these files, especially images, loaded while my site loads?     
asked by 18.01.2016 / 19:41
2
answers
1
answer

Read Remote file through FTP with PHP

Hello, I would like your help to solve the following problem. And if possible help me understand what happens Code:      $FTP_HOST = "ftp.exemplo.com"; $FTP_USER = "usuario"; $FTP_PASS = "senha"; $cHandle = ftp_connect($FTP_HOST) or die("O...
asked by 31.07.2014 / 00:14
1
answer

Windows Service and auto-update process being accused of viruses by Avast

My Windows Service application in Delphi 6 is being accused as a virus by Avast in the auto-update process. Soon after the build process of building the executable, Avast already has a virus. He accuses the Win32: Evo-gen [Susp] . T...
asked by 27.05.2014 / 16:59
1
answer

How to upload safely?

How to upload a file to an FTP server without the login information of this server being visible in the code? For example, I do not want to do the following: string FTPhost = "ftp://192.168.1.1/"; string FTPpass = "SenhaDoAcessoFTP"; string...
asked by 02.12.2017 / 22:21
1
answer

Refresh FTP without the file being removed while replacing

FTP whenever you send a file it is unusable for a few milliseconds, until the whole file is in place. The problem with this is that the file for a few milliseconds does not exist or is corrupted, which causes include() files to sto...
asked by 29.08.2016 / 18:42