hello
i use
to make changes directly to my website from netbeans but it doesn't work...
can anyone tell me about what to fill in hostname??
i used my websites name .....www.gigname.com
hello
i use
to make changes directly to my website from netbeans but it doesn't work...
can anyone tell me about what to fill in hostname??
i used my websites name .....www.gigname.com
A compact troubleshooting checklist and clarifying notes to follow up on and — and specifically for (who used www.gigname.com as the host).
Common cause
/public_html/, /www/).Steps to diagnose
Quick example settings and connectivity checks
Host: ftp.example.com
Port: 21 # FTP (use 22 for SFTP)
Protocol: FTP or SFTP
Remote Dir: /public_html/
Passive Mode: ON
# quick connectivity test (Linux/macOS)
nc -vz ftp.example.com 21
# or
telnet ftp.example.com 21 Notes
Jump to Post— Benjamin_11 0That is most likely your ftp host name, which is different than your site url and usually like: ftp.xyz.com
That is most likely your ftp host name, which is different than your site url and usually like: ftp.xyz.com
i have one it but not working
likely the best place to look is the Host's helpscreens,
to get accurate detail on the ftp settings requirements,
then enter that to netbeans ide ftp section
the page linked to shows demonstration data in the fillable fields, not real data
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.