ftp

FtpWebRequest working with Explicit TLS/SSL

Hi, I am trying to transfer file over explicit TLS/SSL. Looks like the FtpWebRequest in .NET upto 3.5 wouldn't working either I enabled UsePassive or not. If it is disabled, I think there are firewall/router configure to deal with (for Active mode), which once the application deployed on client's machine I don't have any control and mo...

ftp mkdir permission

Hi, I can create a folder on a pc that I connect to via ftp. When I create a folder using mkdir and then to move some files using "rename" I get access is denied. Is there a way around this? I'm doing this programatically and creating a backup folder for each day. I created a folder called archive via FTP and gave the FTP user full...

Ftp command to remove bunch of files

I can download files using wget "ftp://user:pass@host/prefix*, but I cannot remove downloaded files from FTP. Any easy solution to do this in bash script? ...

How Come Everybody Can See My Private Files?

Sorry for the newbie question... When I go to http://www.plans4boats.com/scripts/youtubeplayer/ in Google Chrome, I can see a full listing of the files there. What should I do if I don't want any old hacker to just come in and view/copy my source codes? Does it have something to do with htaccess? I discovered that putting a blank ind...

Is there a Eclipse plugin that provide FTP sync & merge & compare?

As titled, I couldn't find such plugin. Though many plugins provide FTP sync functions(like Aptana). But it lacks of compare/merge. Compare/Merge functions are usually used for versioning. However, in our web developments, we need such functions due to the followings: Our designers will modify the web site using FTP. I want to mer...

php file upload permissions ?

Hi, I have developed a download/upload manager script that will be used by many people. When i upload a file via POST method it is stored in a folder called files , the files folder is within another folder called download-manager. Now it seems when i upload via the POST method 0666 CHMOD works when i want to rename, delete the file b...

php fopen ftp_get changing owner/group - sometimes - why?

On my php host, I have a script that is run by a cron job that opens/overwrites a file from a remote ftp server. It works most of the time, but I am finding that when it initially creates the file, the owner/group are "736/736", but at some point the owner and group change to "99/99". Problem is I start running in to permissions issues...

Control Over fopen Timeout When Opening Via FTP

I realize that there are other more straightforward ways to conduct FTP. However, I have a specific need to be able to use fopen on a file via FTP. The following code works just great: $FTP="ftp://$FTPUser:$FTPPass@$FTPHost/$file_dest"; $fp=fopen($FTP, 'w'); The problem is when the path of the $file_dest is invalid. For example if ...

Visual Basic 2010 Picturebox1.Image ftp upload

can someone show me an example script of how I would upload picturebox1's Image to an FTP connection? ...

FTP-upload with PHP, print simple percentage?

hey guys, i know there are a lot of "for-me-too-complicated" versions of progress-bars for php uploads out there. however i have only a really basic knowledge of php and i have no idea how to implement this stuff. i did a working file-upload script that transferres files from the user to my ftp-server. i'm using ftp_connect and ftp_pu...

PhP ftp put error message: failed to open stream

Hi, Need help. Am trying to upload an image from my local machine (PC) to the FTP server. In return, received the following error: Warning: ftp_put(c:/dhimage/DSC_0067.JPG) [function.ftp-put]: failed to open stream: No such file or directory in /home/dxxx/public_html/ftp/test.php on line 37 Cannot upload Here's my code: // get FTP a...

how to ftp in vb 6.0?

Hi, I would like to know how to transfer a file from local machine to server using ftp in VB 6.0. Please provide any guidelines or links you think will be useful as I haven't tried this before. ...

convert whole folder of images to 777 permissions?

I took an opportunity to batch optimise a folder of images from my site, of course i forgot the new images would not have the permissions 777. Given the wiki-type nature of my site i need users to be able upload/replace the images! is there anyway i can change the permissions of the whole folder's images either with a php scrip...

FTP / File Manager system required

Hello I am looking for a third-party FTP/File Management system to integrate into a website that will allow: -User accounts -Ability to create folders and upload / download various types of files Simple as that really, I am not sure on the terminology that helps searching for a system like this. If anyone has used a decent service / ...

Can i control PSFTP from a Python script?

Hi, i want to run and control PSFTP from a Python script in order to get log files from a UNIX box onto my Windows machine. I can start up PSFTP and log in but when i try to run a command remotely such as 'cd' it isn't recognised by PSFTP and is just run in the terminal when i close PSFTP. The code which i am trying to run is as follo...

AppleScript Transmit Script for uploading file to replace itself on web server

So I have this idea for a handy little AppleScript which in my opinion would be very handy in speeding up the process of uploading a local file, to its same location on the server. In other words, you have to specify the home folder on the server and locally, but once that's finished, it would be nice to just press like "Command" + "Shi...

FTP connection "hangs" on "LIST"

All, I have an issue with a remote ftp server that has kept me busy for three days now and I am going nuts over it. :( A while ago, I wrote a simple ftp retriever class that uses apache commons-net 2.0. The class works fine on 5 different ftp servers, I can retrieve data as I want. Now I have come across a server that I need to connect...

What is the ftp file size limit in iPhone SDK?

Is there any limit on the size of data that we can transfer using Ftp in iPhone? ...

Ftp multiple file transfer

How can I wait the end of an ftp transfer on my iPhone app, if I have to do many ftp transfers in sequence? I call the same method to make the transfers, changing the name of file. [Ftp receiveFtp:file1]; [Ftp receiveFtp:file2]; [Ftp receiveFtp:file3]; Here, for example, I should wait the end of the first method before calling the sec...

total commander ignoring svn folders on ftp upload

When I upload a folder that has ".svn" subfolders to ftp, the ".svn" folders are uploaded too. is it possible to make total commander ignore ".svn" folders when uploading to ftp? I'd rather not use "export" option in the svn, because I have to upload new files very often and exporting takes time, so it's very inconvenient... ...