Questions tagged [ftp-server]

Server for the File Transfer Protocol (FTP), a standard network protocol used to transfer files from one host to another host over a TCP-based network.

225 questions
0
votes
0 answers

The underlying connection was closed. The server committed a protocol violation vb.net

I need help, none i can't seem to find a solution to my problem. I'm trying to create a directory in FTP Server: Dim request As FtpWebRequest = FtpWebRequest.Create("ftp:\\*******") Dim creds As NetworkCredential = New…
a ridi
  • 125
  • 2
  • 13
0
votes
1 answer

pyftpdlib callback on sending file

I'm currently developing an ftp server using pyftpdlib by giampaolo. I've been struggling since I need to process stuff when the server receive the RETR commnand before sending a given file. My question is, is there any form of implementing a…
jevisan
  • 23
  • 4
0
votes
1 answer

What IP should be shared to FTP server

I have a FTP client application hosted on AWS windows EC2 machine in private subnet. I have to provide my Elastic IP to FTP server. In this case what should I provide: Elastic IP of the FTP server? or Elastic IP of the NAT gateway associated in the…
ashvanee
  • 43
  • 1
  • 4
0
votes
1 answer

FTP LIST command responses

I'm trying to write an FTP server in Java and have the basic functionality down, but I can't figure out or find any information on the LIST command. LIST -a sends a list of files like drwxrwxrwx 1 stefan stefan 0 Jan 1 1970…
Tom Marthenal
  • 3,066
  • 3
  • 32
  • 47
0
votes
1 answer

Copy a file from FTP server to Cpanel using Php

Can you please assist me. I am trying to copy a file to the folder inside the application. The script is working on my local machine however when I run it on Cpanel server it shows an error "ftp_login() expects parameter 1 to be resource, Boolean…
Johny
  • 1
  • 1
0
votes
1 answer

Triggering a file when a file is uploaded in a ftp

i am just wondering is there any such feature available! When user uploads file to a FTP once the connection is disconnected, FTP server need to trigger a event to start a program, so the program can work on the uploaded files. Am i asking a…
Rajmahendra
  • 3,092
  • 3
  • 31
  • 42
0
votes
1 answer

How to insert client ip source inside FTP payload

I've scenario where ftp client and server are separe with a proxy server. I want to insert ip source address into ftp client payload so that the ftp server can retrieve it. The problem is that i don't know how to proceed. Help me out please. With…
ABM
  • 23
  • 4
0
votes
1 answer

Using Copy feature from postgresql with ftp server

I need to use copy query from postgresql, my copy query is below (i run it with php) create temp table tmp_food (like food); -- create temporary table like food copy tmp_food from 'd:\testingfood.csv' delimiter '|' csv; -- copy to temp…
Alexander Chandra
  • 587
  • 2
  • 9
  • 23
0
votes
1 answer

multiple messages through the same socket doesn't work

Im working on a simple ftp server, and the client must send multiples messages to the server, and for each message the server send back to the client a anwser. when the client sends one message it works perfectly and the server responds without any…
Aymane Bo
  • 59
  • 2
  • 11
0
votes
1 answer

What's the FTP command sent by FTP wrapper on PHP

I'm developing a very simple system in PHP that basically list all my xbox's screenshots as thumbnails. The xbox connected to my LAN and I'm doin this using PHP to connect to the Xbox's FTP server and list the wanted files, and that's working…
fellyp.santos
  • 136
  • 2
  • 13
0
votes
1 answer

How does FTP work

I want to make my own ftp server software. I know, there are many ftp servers ready to install that have many features, but I still want to make my own, cause I can customize it and make it the way I want. Also, I find it fun to code, and I would…
0
votes
0 answers

Checking FTP server support in a Bluetooth device from an android app

I need to check whether on a Bluetooth device FTP server is supported or not from my android app. I can tell whether a BluetoothDevice is a Classic or LE or Dual from it. But how to tell whether it supports FTP server - it allows us to browse…
Mohanakrrishna
  • 148
  • 3
  • 13
0
votes
1 answer

FTPClient Connection

I am using FTPClient class, It works fine when I create connection of FTPClient and use it in same method, But the problem comes when I create connection of FTPClient in one method and pass this object to another method then it throws exception…
Rahul Kale
  • 207
  • 1
  • 3
  • 7
0
votes
0 answers

FTP Server Download Returns blank files

We have a process in place built on Excel VBA that uploads a file to FTP Server. On the other side, our client downloads it. Very randomly, they complain that the file they received is blank (the file name is the same though). We then check at our…
bagatov
  • 5
  • 3
0
votes
0 answers

Not able to publish a C# Project to an FTP Server - Visual Studio - ClickOnce

can someone please teach me how to publish a c# project to an FTP Server by using Visual Studio ClickOnce interface? I've tried publishing to my home file server, and it is working just fine. (If there is an update, program detects and asks the user…
blablabla
  • 96
  • 10