Questions tagged as 'ftp'

1
answer

Error loading image from path with BufferedInputStream

Good morning, I'm trying to send an image from JAVA-ANDROID to a server via ftp, this is the code I'm using within an asynchronous task. try { FTPClient ftpClient = new FTPClient(); ftpClient.connect(InetAddress.getBy...
asked by 09.02.2018 / 20:50
1
answer

Upload file to ftp server and backup

I have to upload a file to an ftp server (local host 127.0.0.1) but before I have to make a backup of that file (with a name different from the original) from where I upload it, this second part is what I can not do . I leave what I have until n...
asked by 31.10.2017 / 10:34
2
answers

How can I upload folder, subfolders and everything that these folders contain to my FTP server with C #?

How can I upload my folders to my FTP server and thus there are subfolders that are also uploaded along with all the files they have inside. I have the following code and this only uploads the name of the folder and the files inside. If there i...
asked by 13.12.2018 / 17:44
0
answers

Synchronize repositories in real time

I am starting a new project with laravel in a shared hosting. My question is if you know any way to synchronize the project that is local with the project that is in the hosting. I am using visual studio code as a code editor. Currently I...
asked by 30.12.2018 / 00:59
1
answer

what error are you referring to when creating a local directory in Python?

I create a function to download an FTP Server directory and try to create it before in local and I miss an error def Down_Dir(ftp, dir): ftp.cwd('\datos') try: os.makedirs(os.getcwd()+"\"+dir) except OSError as e:...
asked by 05.12.2018 / 12:30
1
answer

Convert Calendar to Date to store it in SQLite database

I need to convert a CALENDAR variable to DATE (to get date and time), so after that that DATE variable is saved in an SQLite table that has a DATETIME type. Clarified this we begin by showing the SQLite table called "file", which I plan conta...
asked by 24.08.2018 / 18:01
0
answers

Structure FTP connection using MVC model in Java

My intention is to use the MVC model that I use for the connection in my database and apply it to the connection to my FTP server, first I explain how I connect to my BD. This is the connection class belonging to the Model layer public clas...
asked by 21.08.2018 / 18:36
2
answers

CMD - Skip login when connecting via FTP

I have the following script.bat that asks me to enter the username and password despite having specified it in the code. What have I done wrong? I want you to identify yourself automatically, just execute the bat you have to do everything. ftp...
asked by 24.04.2018 / 10:21
0
answers

Download, Upload and Move FTP Files PowerShell

I'm new with PowerShell and I'm working on a Script that has to download files from different routes on a Linux machine by FTP in other routes of a Windows machine and also move them to another destination within Linux, basically like this:...
asked by 09.10.2017 / 12:36
0
answers

Problems with vsftp and / var / www / html

I have the following problem that I can not solve, I do not know how to configure vsftp to access the / var / www / html directory to upload files from an ftp client, for example FileZilla. Install CentOS 7 on a virtual machine. Then insta...
asked by 24.03.2018 / 00:26