Questions tagged as 'ftp'

1
answer

FTP access problem

Recently I was given to modify a project in Wordpress , it happens that I use loop of Wordpress , there is a syntax error that is something normal, and I try to access by FTP to accommodate the code, but the FTP...
asked by 21.09.2017 / 03:43
1
answer

Read file from an FTP server without downloading them to my disk

I have an app that is reading CSV files from an FTP server and downloads it to a folder on the disk private static void DownloadFtpDirectory(string url, NetworkCredential credentials, string localPath) { ServicePointManage...
asked by 04.08.2017 / 09:28
1
answer

The requested URI is not valid for this FTP command

I'm having problems trying to upload a file via FTP, I get the error    The requested URI is not valid for this FTP command. Code: FtpWebRequest resquest = (FtpWebRequest)WebRequest.Create(new Uri(NombreServidor)); resquest.Method = Web...
asked by 21.04.2017 / 22:13
2
answers

Upload several txt files to FTP with Java

Greetings, and thanks in advance. The question is that I have been doing a small program in Java to upload several txt files to an FTP, I have managed to upload it with one specifying its path and name.Extension, but I want to do everything for...
asked by 26.05.2017 / 12:17
0
answers

Read Time Out when using FTPClient in Java. Right at the end of the transfer

I hope you can help me. I am trying to save a file on an FTP server that I have in WIndows Server 2012 with the following code, in fact I worked without problems when I had the FTP server in Linux. FTPClient ftpClient = new FTPClient(); ftp...
asked by 20.12.2018 / 18:30
1
answer

Go through a file and save it in variables to make an FTP function?

login.txt # Contenido del fichero login.txt - ['10.0.0.3','Root','*****','/usr/amat','C:\Users\becario2adm','yyyymmdd'] - ['10.0.0.4','Administrador','*******','/zzz','C:\Users\becario2adm','yyyy_mm_dd'] - ['10.0.0.5','Administrador','*******','/...
asked by 15.11.2018 / 10:31
1
answer

How to connect FTP and open .txt file?

I'm trying to connect to an FTP to open a .txt file I need to save it in a database I have the following code but it does not work for me: $archivo = fopen ("ftp://perez:[email protected]/u02/data/mensaje/SMS/SMS_WELCOME_CDR_20181108....
asked by 09.11.2018 / 17:21
1
answer

How can I check that the FTP login has been made?

Is there anything that can help me know if the login has been made or, if it has not been done, send a message to my log? ftp = FTP(dirServer) ftp.login(user=usuario, passwd=passwd)     
asked by 08.11.2018 / 13:17
1
answer

FTP server mount different folders

Following the steps indicated here Without connection by SSH when mounting curlftpfs I have managed to mount a partition on a server associated with another FTP server. But I still have problems when doing it in more than one directory. I d...
asked by 09.11.2018 / 12:40
0
answers

FTP client fails on LAN with Windows Server 2016 router

I have a Windows Server 2016 with two cards acting as a router. A WAN card connects to the router and another LAN card connects to the switch that serves the workstations and peripherals. Everything works correctly, the PCs go to the internet (W...
asked by 08.10.2018 / 14:17